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.000000
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 »

solonovamax commented on 2022-04-14 16:12 (UTC) (edited on 2022-04-14 16:34 (UTC) by solonovamax)

Here is a patch file that will fix the build:

diff --git a/PKGBUILD b/PKGBUILD
index 7bd80b4..8e53fc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Łukasz Mariański <lmarianski at protonmail dot com>
 pkgname=powercord-electron-git
 _pkgname=${pkgname%-electron-*}
-pkgver=r1357.8b99354d
+pkgver=r1362.32054f49
 pkgrel=1
 pkgdesc="A lightweight discord client mod focused on simplicity and performance."
 arch=('any')
@@ -32,7 +32,7 @@ md5sums=('SKIP'
          '567d9d8abddefa0417035759348230d1'
          '63b1a3b7097e89f695be3e51b6bfc071'
          'ecf6cd5b74cf81762fad6f82985b3c95'
-         '926745d0ebfda9de7337e99e776bdd51'
+         '7f07851718271cf0a7a8dcf8a8a793d4'
          '4370ed3647d62b1f1cb0e791d960f253')

 pkgver() {
diff --git a/powercord-plugins.patch b/powercord-plugins.patch
index 213fee4..7556189 100644
--- a/powercord-plugins.patch
+++ b/powercord-plugins.patch
@@ -17,12 +17,10 @@ diff --git a/src/Powercord/managers/plugins.js b/src/Powercord/managers/plugins.
 index b904caaf..eb53db2b 100644
 --- a/src/Powercord/managers/plugins.js
 +++ b/src/Powercord/managers/plugins.js
-@@ -1,10 +1,12 @@
--const { resolve } = require('path');
-+const { resolve, join } = require('path');
- const { readdirSync } = require('fs');
- const { rmdirRf } = require('powercord/util');
-
+@@ -5,9 +5,11 @@
+ const { exec } = require('child_process');
+ const security = require('./security.js');
+
 +const XDG_DATA_HOME = process.env.XDG_DATA_HOME || join(process.env.HOME, '.local', 'share');
 +
  module.exports = class PluginManager {

m00nw4tch3r commented on 2022-03-03 11:03 (UTC) (edited on 2022-03-03 11:06 (UTC) by m00nw4tch3r)

@Kujonello When reporting to upstream, check if the issue happens with a normal powercord install first. (If it does not or you don't want to check, ONLY report it here)

Updated to electron15

theriddick commented on 2022-03-02 21:40 (UTC) (edited on 2022-03-02 21:44 (UTC) by theriddick)

This now needs updating. Not sure what but it seems since electron15 MUST be used (not 17 or latest) for discord-canary now then perhaps this being built under electron13 is causing issues (crashes discord).

EDIT: I tried editing /usr/bin/powercord to launch via electron15 but it still causes electron discord-canary to crash.

wagyourtail commented on 2022-02-18 19:31 (UTC) (edited on 2022-02-19 22:56 (UTC) by wagyourtail)

~~In talking with the powercord people, one of them mentioned they fixed this by using electron instead of electron13 in the /usr/bin/powercord script (probably a temporary fix until https://github.com/powercord-org/powercord/pull/619 as it causes other instability issues)~~ resolved upstream

Also as for my previous comment about request I "solved" this by npm i request in a empty folder and copying the contents to the fake_node_modules folder!

Kujonello commented on 2022-02-18 16:22 (UTC)

TypeError

Kujonello commented on 2022-02-18 16:21 (UTC)

https://github.com/powercord-org/powercord/issues/618

turboooo commented on 2022-02-18 13:16 (UTC)

Getting TypeError: Cannot read property 'isEncryptionAvailable' of undefined

<deleted-account> commented on 2022-02-15 17:10 (UTC)

I am also getting the Error: Cannot find module 'request' errors. none of my bdCompat plugins even work, and I get constant crashes with them. I've reinstalled the plugins and Powercord a litany of times. additionally, bdCompat has duplicate settings for each plugin for whatever reason.

tyman commented on 2022-02-15 05:15 (UTC)

When using this with KDE Plasma, and I try to pin this to the task manager, it works but then if I open it with the pinned icon, it doesn't get grouped with the pinned icon, is there a way to fix this?

wagyourtail commented on 2022-01-18 02:43 (UTC)

am getting Error: Cannot find module 'request' with some of the plugins I use with this that do not happen when I use discord-canary and plug powercord myself