How can I get screenshare with sound working?
Search Criteria
Package Details: discord_arch_electron 1:0.0.91-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: | SunRed |
Votes: | 198 |
Popularity: | 1.68 |
First Submitted: | 2020-05-19 23:51 (UTC) |
Last Updated: | 2025-04-16 13:36 (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)
- Show 7 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 40 Next › Last »
chrisalash commented on 2024-10-20 17:26 (UTC)
kode54 commented on 2024-08-30 05:31 (UTC)
@brianc @DodoGTA they probably broke window decoration. Here, at least on compositors that implement server side decoration, Discord official client uses SSD, not client side decoration.
DodoGTA commented on 2024-08-30 03:58 (UTC)
@brianc I can't reproduce the issue with KWin Wayland (so it might be some GNOME-specific bug)
JL2210 commented on 2024-08-29 22:24 (UTC)
@brianc I think the official client updated to electron 31, so probably want to use that for now.
brianc commented on 2024-08-29 22:06 (UTC) (edited on 2024-08-29 22:34 (UTC) by brianc)
It looks like the move to electron32 breaks the ability to resize the window in Gnome/Wayland. I don't know if it's broken elsewhere; but, it's definitely the case on multiple machines for me.
Confirmed working electron31 by modifying the PKGBUILD
JL2210 commented on 2024-08-17 05:03 (UTC)
Getting a weird error occasionally, some "Write EIO error". Accidentally closed it, will try to get logs soon.
SunRed commented on 2024-07-15 20:16 (UTC)
In the future instead of downgrading the package you can also just remove the modules directory in ~/.config/discord/
that is now at the time of writing 0.0.60
.
Graith95 commented on 2024-07-13 21:16 (UTC) (edited on 2024-07-13 21:16 (UTC) by Graith95)
Same as @katt, Discord is crashing on launch when enabling the Krisp patch right after discord loads the module.
splashScreen.updateSplashState launching launching {}
splashScreen.webContentsSend: SPLASH_UPDATE_STATE SPLASH_UPDATE_STATE [ { status: 'launching' } ]
blackbox: 2024-07-13T21:13:39.623Z 4 ✅ webContents.created web2 ""
blackbox: 2024-07-13T21:13:39.634Z 5 ✅ window.created win2 "Discord"
blackbox: 2024-07-13T21:13:39.637Z 6 ✅ webContents.did-finish-load web1
legacyModuleUpdater: installed-module discord_game_utils 1 1 true
legacyModuleUpdater: installed-module discord_krisp 1 1 true
mainScreen.UpdaterEvents: UPDATER_HISTORY_QUERY_AND_TRUNCATE
[WebContents] crashed (reason: crashed, exitCode: 139)... reloading
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.