How would you go about using something like BetterDiscord with this?
Search Criteria
Package Details: discord_arch_electron 0.0.78-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: | 197 |
Popularity: | 4.19 |
First Submitted: | 2020-05-19 23:51 (UTC) |
Last Updated: | 2024-12-17 20:22 (UTC) |
Dependencies (9)
- electron
- 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)
- Show 5 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 38 39 Next › Last »
Spanner_Man commented on 2021-04-02 09:21 (UTC)
glorious-yellow commented on 2021-03-30 20:04 (UTC)
Hi,
Can the start script read from a flags file (discord-flags.conf) like the chromium
package?
Thanks.
G4b1t commented on 2021-03-26 18:45 (UTC)
Confirmed, double back mouse button is stock Discord's problem.
<deleted-account> commented on 2021-03-25 02:30 (UTC)
I'm having both the betterdiscord and mouse button problem; the mouse button problem is part of stock discord though.
G4b1t commented on 2021-03-24 19:46 (UTC)
I face a problem where using mouse button for going back registers twice. Any help how to fix or workaround this? I'm on Manjaro 21.0 Ornara KDE Plasma.
KarlWithK commented on 2021-03-24 01:22 (UTC)
Is anyone having trouble installing betterdiscord once it updates to the newest version? I'm getting a "your discord installation has continuously failed to update and is now very out of date" warning from discord if I try to do betterdiscordctl install
. Does anyone know a solution for this?
sumfahg commented on 2021-03-24 01:20 (UTC)
Same problem as @ibrokemypie and @shket, the standalone package works fine but as soon as I try to install betterdiscord, I get an error message about my installation being "way out of date."
RicArch97 commented on 2021-03-23 16:35 (UTC) (edited on 2021-03-24 01:33 (UTC) by RicArch97)
Fails with electron12-bin
v12.0.1-1 with the following error: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
. I have the libva libva-mesa-driver
and 32 bit variants installed.
UPDATE
Confirmed working with electron12-bin v12.0.1-1
with version 0.0.14-1.
r00tman commented on 2021-03-11 16:09 (UTC) (edited on 2021-03-11 16:09 (UTC) by r00tman)
electron-beta-bin
switched to version 13. Discord should still work well with version 12, e.g., electron12-bin
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.