Package Details: powercord-electron-git r1420.bb30f258-1

Git Clone URL: https://aur.archlinux.org/powercord-electron-git.git (read-only, click to copy)
Package Base: powercord-electron-git
Description: A lightweight discord client mod focused on simplicity and performance.
Upstream URL: https://github.com/powercord-org/powercord
Keywords: discord discord-canary electron powercord
Licenses: MIT
Conflicts: powercord
Provides: powercord
Submitter: m00nw4tch3r
Maintainer: None
Last Packager: m00nw4tch3r
Votes: 9
Popularity: 0.000009
First Submitted: 2021-09-05 07:13 (UTC)
Last Updated: 2022-08-05 16:56 (UTC)

Pinned Comments

m00nw4tch3r commented on 2022-08-08 18:49 (UTC)

As Powercord went EOL, I will continue maintaining a package for the Replugged fork instead of this one: https://aur.archlinux.org/packages/replugged-electron-git/.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

jdemille commented on 2021-11-23 19:54 (UTC)

nevermind that doesn't even work how i proposed, i'll have to figure out how to poke it right

jdemille commented on 2021-11-23 19:52 (UTC)

I suggest updating /usr/bin/powercord to add -disable-features=HardwareMediaKeyHandling to the flags of electron13 -- currently, due to Chromium behavior, it hijacks the media keys for stupid things like watching a video in the app, which I consider an anti-feature. That said, I understand if you'd rather not add that for fear or creating a confusing scenario.

m00nw4tch3r commented on 2021-10-25 12:13 (UTC)

Ok, i fixed it

m00nw4tch3r commented on 2021-10-25 11:38 (UTC) (edited on 2021-10-25 12:13 (UTC) by m00nw4tch3r)

yeah it is a package problem, looks like powercord is trying to write the quickcss save file to /usr/share/powercord/src/Powercord/plugins/pc-moduleManager/quickcss.css which won't work due to insufficient permissions, so i just have to patch it to change the path to something like ~/.config/powercord/themes/quickcss.css

<deleted-account> commented on 2021-10-24 22:06 (UTC)

one slight problem that may or may not be related to this package or just Powercord in general. anytime I CTRL + R or restart Discord, my custom CSS gets removed and I need to re-paste it in under themes. this is a little tedious to have to do and is not the expected behavior. should I report that to Powercord or is that a packaging thing?

<deleted-account> commented on 2021-10-24 22:00 (UTC)

works like a dream now, no extra configuration needed. thank you so much! I was surprised how seamless it worked after the fix. :]

m00nw4tch3r commented on 2021-10-24 20:21 (UTC)

ok, i think i fixed the cause of the error, you just have to update to the latest version. @Helmic (and i'm guessing you had the same issue @gshinguji)

Helmic commented on 2021-10-24 17:23 (UTC)

[Powercord] Loading Powercord
VM75 renderer_init.js:93 Unable to load preload script: /usr/share/powercord/src/preload.js
(anonymous) @ VM75 renderer_init.js:93
VM75 renderer_init.js:93 ReferenceError: join is not defined
    at Object.<anonymous> (/usr/share/powercord/src/Powercord/managers/plugins.js:5)
    at Object.<anonymous> (/usr/share/powercord/src/Powercord/managers/plugins.js:230)
    at Module._compile (internal/modules/cjs/loader.js:1078)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108)
    at Module.load (internal/modules/cjs/loader.js:935)
    at Module._load (internal/modules/cjs/loader.js:776)
    at Function.f._load (electron/js2c/asar_bundle.js:5)
    at Function.o._load (electron/js2c/renderer_init.js:33)
    at Module.require (internal/modules/cjs/loader.js:959)
    at require (internal/modules/cjs/helpers.js:88)

m00nw4tch3r commented on 2021-10-24 10:18 (UTC) (edited on 2021-10-24 17:15 (UTC) by m00nw4tch3r)

@gshinguj Plugins and themes are located under ~/.local/share/powercord (or $XDG_DATA_DIR/powercord if you have that set). If you got that message but powercord isn't loaded then it means it crashed while injecting into the Discord UI, open the devtools with Ctrl+Shift+I and send any errors (use pastebin if there's a lot of it). Also make sure you have latest versions of all the packages (if you use yay yay -Syu powercord-electron-git discord-electron-bin etc.)