Package Details: discord_arch_electron 0.0.75-1

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: 5.09
First Submitted: 2020-05-19 23:51 (UTC)
Last Updated: 2024-11-19 19:20 (UTC)

Dependencies (9)

Required by (25)

Sources (3)

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):
  • Switched back to the main electron package (electron22)
  • Watching cameras and streams is working again
Starting with 0.0.20-1 (2022-09-15):
  • Bumped electron16 to electron19 (I still have blocking issues with electron20)
  • Added support for $XDG_CONFIG_HOME/discord-flags.conf: this works like electron-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.

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 38 Next › Last »

ChrisLane commented on 2022-02-22 09:40 (UTC) (edited on 2022-02-22 09:40 (UTC) by ChrisLane)

I'm unable to launch discord with the "--enable-features=UseOzonePlatform --ozone-platform=wayland" flags for native wayland support since the move back to the main "electron" 16 package.

I'm guessing this is an issue on the electron/electron package side but since I don't have any other electron apps I haven't been able to confirm that.

Output:

Discord 0.0.17
[14412:0222/093726.716387:ERROR:object_proxy.cc(642)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.portal.FileChooser”
[14412:0222/093726.716398:ERROR:select_file_dialog_impl_portal.cc(243)] Failed to read portal version property
Starting app.
Starting updater.
[Modules] Modules initializing
[Modules] Distribution: remote
[Modules] Host updates: enabled
[Modules] Module updates: enabled
[Modules] Module install path: /home/chris/.config/discord/0.0.17/modules
[Modules] Module installed file path: /home/chris/.config/discord/0.0.17/modules/installed.json
[Modules] Module download path: /home/chris/.config/discord/0.0.17/modules/pending
[14412:0222/093726.725193:ERROR:cursor_loader.cc(114)] Failed to load a platform cursor of type kNull
[14453:0100/000000.746499:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is egl, ANGLE is 
zsh: segmentation fault (core dumped)  discord
[14453:0100/000000.186355:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.    

antsif-a commented on 2022-02-21 13:38 (UTC)

Last update doesn't depend on electron15 but uses it in /usr/bin/discord, any way to fix it?

SilverMight commented on 2022-02-20 22:40 (UTC)

Any way to get BetterDiscord to work with this?

Freso commented on 2022-02-20 09:41 (UTC)

You forgot to update https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=discord_arch_electron#n49 when you "fixed" the electron dependency. :)

wertercatt commented on 2022-02-19 22:29 (UTC)

This package shouldn't depend on 'electron' if it requires 'electron15.'

Saancreed commented on 2022-02-19 13:37 (UTC)

@mattrick I think it's because Discord doesn't like ffmpeg 5.0, downgrading Electron to previous version (from before ffmpeg 5.0 rebuild, electron-16.0.8-1 or electron15-15.3.7-1 depending on which one you use) should fix it for now, just make sure you also have ffmpeg4.4 package installed.

mattrick commented on 2022-02-19 06:46 (UTC)

Is anyone else having issues with joining screen shares crashing Discord on the 0.0.17 version? This is the error I get:

Failed to get crash dump id.
Report Id: 3cb0a024-eb01-4d
[WebContents] crashed (reason: crashed, exitCode: 139)... reloading
Module ./ElectronTestRpc was not included.

CareAgain commented on 2022-02-18 19:58 (UTC)

@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.

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.