betterdiscord seems to break discord since the electron10 to electron change for me
Search Criteria
Package Details: discord_arch_electron 0.0.76-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/discord_arch_electron.git (read-only, click to copy) |
---|---|
Package Base: | discord_arch_electron |
Description: | Discord using system provided electron for increased security and performance |
Upstream URL: | https://discord.com |
Keywords: | chat discord discord-stable discordapp electron video voice |
Licenses: | custom |
Conflicts: | discord |
Provides: | discord |
Submitter: | johnnyapol |
Maintainer: | Zoddo (Thaodan, SunRed) |
Last Packager: | Zoddo |
Votes: | 195 |
Popularity: | 4.70 |
First Submitted: | 2020-05-19 23:51 (UTC) |
Last Updated: | 2024-11-25 19:51 (UTC) |
Dependencies (9)
- electron (electron-binAUR)
- libxss
- asar (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- libappindicator-gtk3 (optional) – Systray indicator support
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – Pulseaudio support
- python-capstone (optional) – Required for Krisp patcher
- python-pyelftools (python-pyelftools-gitAUR) (optional) – Required for Krisp patcher
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – Open files
Required by (25)
- beautiful-discord-git (requires discord)
- cia-accesa (requires discord)
- clonehero-ptb (requires discord) (optional)
- devbook-bin (requires discord)
- discord-update-skip-git (requires discord)
- discordrpc (requires discord) (optional)
- discordupdater (requires discord)
- horizonxi-launcher-bin (requires discord) (optional)
- jfcord-appimage (requires discord) (optional)
- mbcord-appimage (requires discord) (optional)
- open-hexagon-git (requires discord) (optional)
- openasar-bin (requires discord) (optional)
- openasar-git (requires discord) (optional)
- openasar-install (requires discord)
- overlayed (requires discord) (optional)
- overlayed-bin (requires discord) (optional)
- overlayed-git (requires discord) (optional)
- plasticity-bin (requires discord) (optional)
- plasticity-bin-unstable (requires discord) (optional)
- premid (requires discord) (optional)
- premid-git (requires discord) (optional)
- premid-nightly (requires discord) (optional)
- remoteit-desktop-bin (requires discord)
- sonic3air-bin (requires discord) (optional)
- xbox-xcloud (requires discord)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 38 39 Next › Last »
ibrokemypie commented on 2021-02-26 06:21 (UTC)
r00tman commented on 2021-02-26 01:06 (UTC)
Thank you for the package!
BTW, with electron-beta-bin
(electron 12) instead of electron10
, Discord finally runs natively on Wayland!
In /usr/bin/discord
, I just replaced electron10
with electron-beta
and added these arguments: --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland --enable-gpu
. IDK whether screen sharing/calls actually work, but other than that it works great.
OctopusET commented on 2021-02-25 05:33 (UTC)
There is a bug that autostart script path is electron, not the discord.
<deleted-account> commented on 2021-02-06 10:31 (UTC)
The Electron 11 crash was fixed in Electron 11.2.2
Dennis commented on 2021-02-01 09:17 (UTC)
I am getting a segfault every time I try to screenshare in voicechats ( https://bbs.archlinux.org/viewtopic.php?id=263181 ). Is anyone else experiencing that issue and/or has a solution/ideas?
johnnyapol commented on 2021-01-13 18:02 (UTC)
Update on the situation: This is a confirmed regression in electron11 (not a discord bug). I will bump back up to electron11 pending a release containing the resolution of https://github.com/electron/electron/issues/27303 .
johnnyapol commented on 2021-01-13 16:21 (UTC)
Hi everyone - thanks for the comments. I've gone ahead and (temporarily) bumped the electron down to electron10
in the repositories to work around this.
le_tucan commented on 2021-01-13 15:33 (UTC)
In case you upgraded and did not keep the old version around, check out the archive https://archive.archlinux.org/packages/e/electron/ download both 11.1.1 files. Then install with pacman -U /path/to/electron-11.1.1-1-x86_64.pkg.tar.zst
NoXPhasma commented on 2021-01-13 10:18 (UTC)
@mvdan It is indeed electron 11.2.0 to blame. Downgrading to 11.1.1 fixed the crash.
mvdan commented on 2021-01-13 09:32 (UTC)
Adding to what others said. The upgrade of community/electron to 11.2.0-1 is most likely to blame.
Pinned Comments
SunRed commented on 2024-06-09 20:34 (UTC)
After a chat with @Zoddo and me just taking too long to come back to this, there should everything now be included that was in my old
discord-electron
package some migrated from (Krisp patcher, Wayland, autostart fix). Additionally I replaced the scrappy rizin patcher with a Python script someone from the nix community kindly made available.Instead of checking against a checksum to know whether the Krisp binary was patched the script is run on every start of the client that results in slightly longer start times but has the advantage that we don't have to update the package if Discord ever silently updates the binary between client updates over their modules api.
Cheers
Zoddo commented on 2022-09-15 17:54 (UTC) (edited on 2023-03-31 17:24 (UTC) by Zoddo)
Starting with 0.0.26-1 (2023-03-31):
Starting with 0.0.20-1 (2022-09-15):
$XDG_CONFIG_HOME/discord-flags.conf
: this works likeelectron-flags.conf
, you can set in this file the command line flags you want to pass to electron when running Discord (there are some useful flags in the wiki, especially if you are experiencing lag in the Discord UI).FAQ
Discord requires an update, but this package isn't yet updated
Check the wiki.
The Discord UI is lagging
Try to add the flags recommended in the wiki in
$XDG_CONFIG_HOME/discord-flags.conf
.Krisp not working
This is an issue that will likely never be fixed for this package. The Krisp module checks if Discord binaries are signed by Discord, which is not the case with this package.
See this comment and this GitHub issue for more details and possibles workarounds.