@Sukid If I add --disable-gpu-memory-buffer-video-frames along with --enable-features=UseOzonePlatform and --enable-features=UseOzonePlatform then it seems to stop crashing. So worth a shot.
Search Criteria
Package Details: discord_arch_electron 1:0.0.93-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: | 199 |
Popularity: | 2.26 |
First Submitted: | 2020-05-19 23:51 (UTC) |
Last Updated: | 2025-04-29 18:54 (UTC) |
Dependencies (9)
- electron
- libxss
- asar (make)
- curl (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 (27)
- beautiful-discord-git (requires discord)
- cia-accesa (requires discord)
- clonehero-ptb (requires discord) (optional)
- devbook-bin (requires discord)
- discordrpc (requires discord) (optional)
- discordupdater (requires discord)
- equicord-hook (requires discord)
- horizonxi-launcher-bin (requires discord) (optional)
- jfcord-appimage (requires discord) (optional)
- mbcord-appimage (requires discord) (optional)
- moonlight-stable-bin (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)
- supertux-git (requires discord) (optional)
- xbox-xcloud (requires discord)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 41 Next › Last »
CareAgain commented on 2022-02-18 19:58 (UTC)
Sukid commented on 2022-02-18 18:43 (UTC)
@mattj I still get segfaults often when using both the ozone wayland flags and hardware acceleration flags. ... although sometimes it doesn't segfault and I'm having trouble finding what the cause of that is.
JonathanB commented on 2022-02-18 18:20 (UTC)
The patch below forgets to reset the pkgrel to 1. Other than that, works great!
Riedler commented on 2022-02-18 11:56 (UTC) (edited on 2022-02-18 12:13 (UTC) by Riedler)
update the version to 0.0.17 and the sha512sum to 728c760f04770b197635d1fc1a2833c707ab462708cc0bf6fb165691c1375e14e3192f3806d3719325790459b39bd3425f5942d69a53019695f02c965214a5c9 to update the package please. I've tested it & it runs just as fine as before with those changes.
Also, electron 16 could be used as well. Works for me.
bu.domino commented on 2022-02-18 09:30 (UTC) (edited on 2022-02-18 09:49 (UTC) by bu.domino)
To those who don't know how to apply patches, just change the lines manually.
mattj commented on 2022-02-18 00:54 (UTC)
I'm not sure if it was the 0.0.17 update (with the below patch) that fixed it, but Ozone Wayland flags are now working again.
fosskers commented on 2022-02-18 00:12 (UTC) (edited on 2022-02-18 00:12 (UTC) by fosskers)
The patch worked like a charm, thanks.
pendo324 commented on 2022-02-17 19:35 (UTC)
Patch to update to 0.0.17:
diff --git a/PKGBUILD b/PKGBUILD
index 2b35fc0..cccfe3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Based off the discord community repo PKGBUILD by Filipe Laíns (FFY00) <lains@archlinux.org>
pkgname=discord_arch_electron
_pkgname=discord
-pkgver=0.0.16
+pkgver=0.0.17
pkgrel=2
pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance"
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=('libpulse: Pulseaudio support'
source=("https://dl.discordapp.net/apps/linux/$pkgver/$_pkgname-$pkgver.tar.gz"
'LICENSE.html::https://discordapp.com/terms'
'OSS-LICENSES.html::https://discordapp.com/licenses')
-sha512sums=('b95ae338c5abb7c4ba20af761822fc9fb53fd0cb79da16c00ee2df0518bb860a0300e4d0ad9c49b7e1a128ad9ac6d8294b77d2ac4fb8ae9844632c2d6ae7979e'
+sha512sums=('728c760f04770b197635d1fc1a2833c707ab462708cc0bf6fb165691c1375e14e3192f3806d3719325790459b39bd3425f5942d69a53019695f02c965214a5c9'
SKIP
SKIP)
SunRed commented on 2022-02-13 11:25 (UTC)
This package should be renamed to discord-electron-bin
to be consistent with the -canary
package.
Zoddo commented on 2022-02-11 21:30 (UTC)
I can confirm the bug has been fixed with recent updates of the electron
package.
I believe the package can be switched back to electron16.
Pinned Comments
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.