@TheArcadeBrony: I did not get an email for your comment, so I apologize for the /extremely/ late response. After testing on my own system, I've added the script to the package.
Search Criteria
Package Details: discord-development 1.0.979-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/discord-development.git (read-only, click to copy) |
|---|---|
| Package Base: | discord-development |
| Description: | All-in-one voice and text chat for gamers that's free and secure. |
| Upstream URL: | https://discord.com/ |
| Licenses: | custom |
| Submitter: | Moire |
| Maintainer: | Moire (Proudmuslim) |
| Last Packager: | Moire |
| Votes: | 4 |
| Popularity: | 0.010206 |
| First Submitted: | 2020-08-12 18:10 (UTC) |
| Last Updated: | 2026-04-25 17:52 (UTC) |
Dependencies (13)
- alsa-lib
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libnotify (libnotify-gitAUR)
- libxss
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – For pulseaudio support
- noto-fonts-cjk (noto-fonts-cjk-vfAUR, noto-fonts-cjk-hk-vfAUR, noto-fonts-cjk-jp-vfAUR, noto-fonts-cjk-kr-vfAUR, noto-fonts-cjk-sc-vfAUR, noto-fonts-cjk-tc-vfAUR, noto-fonts-hk-vfAUR, noto-fonts-jp-vfAUR, noto-fonts-kr-vfAUR, noto-fonts-sc-vfAUR, noto-fonts-tc-vfAUR, otf-noto-sans-cjkAUR, otf-noto-sans-cjk-vfAUR, otf-noto-sans-mono-cjk-vfAUR, otf-noto-serif-cjk-vfAUR, otf-noto-serif-cjkAUR, noto-fonts-cjk-chwsAUR, ttf-noto-sans-cjk-vfAUR, ttf-noto-sans-mono-cjk-vfAUR, ttf-noto-serif-cjk-vfAUR) (optional) – Font for special characters such as /shrug face.
- noto-fonts-emoji (noto-fonts-emoji-gitAUR, noto-fonts-emoji-blobAUR, noto-fonts-emoji-flag-gitAUR, noto-fonts-emoji-colrv1AUR, ttf-blobmoji2AUR) (optional) – Google font for emoji support.
- ttf-symbolaAUR (ttf-symbola-freeAUR) (optional) – Font for emoji support.
Required by (2)
- openasar-bin (optional)
- openasar-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2
Moire commented on 2023-08-28 23:06 (UTC)
TheArcaneBrony commented on 2023-01-06 08:28 (UTC) (edited on 2023-01-06 08:52 (UTC) by TheArcaneBrony)
Could the wrapper script be updated? Here's a version that accounts for vaapi/ozone on wayland, though it has not been tested under wayland yet, since I don't have a wayland-capable machine.
Update: it has been tested on wayland, and appears to work.
#!/usr/bin/env sh
EXTRA_FLAGS="$@"
#Check if XDG_SESSION_TYPE is set
if [ -z "$XDG_SESSION_TYPE" ]
then
echo "XDG_SESSION_TYPE is not set, cannot apply extra flags"
elif [ "$XDG_SESSION_TYPE" == "x11" ]
then
EXTRA_FLAGS="--no-sandbox ${EXTRA_FLAGS}"
elif [ "$XDG_SESSION_TYPE" == "wayland" ]
then
EXTRA_FLAGS="--enable-features=VaapiVideoDecoder,VaapiVideoEncoder,WebrtcPipewireCapturer,UseOzonePlatform --ozone-platform=wayland ${EXTRA_FLAGS}"
else
echo "Unknown XDG_SESSION_TYPE: ${XDG_SESSION_TYPE}, cannot apply extra flags"
fi
echo "Passing extra electron flags: ${EXTRA_FLAGS}"
/opt/discord-development/DiscordDevelopment "${EXTRA_FLAGS}"
Moire commented on 2021-09-24 02:45 (UTC)
@Vaporeon: TIL. Thank you!
Vaporeon commented on 2021-09-24 00:50 (UTC)
Arch packages need not provide themselves.
Moire commented on 2021-04-17 20:59 (UTC)
When I originally made it, I used a modified version of the discord-canary install script, which, at the time, provided discord. However, looking at their page, they've now changed it to provide discord-development, so I will do that.
Also, thanks for the out-of-date flag - for some reason, my client wasn't bugging me about the update as it normally does, so I was not aware.
Kyuunex commented on 2021-04-17 19:20 (UTC) (edited on 2021-04-17 19:23 (UTC) by Kyuunex)
shouldn't this provide discord-development and not discord? because right now, it conflicts with discord_arch_electron that actually provides discord
these can definitely coexist
Pinned Comments
Moire commented on 2024-08-26 00:56 (UTC) (edited on 2026-04-07 03:50 (UTC) by Moire)
0.0.235 does not work. It relies on new build management software(?) that is not yet public. Once it is public, this package will be updated. In the meantime, stay on 0.0.99. You can do this by installing OpenAsar, a FOSS alternative to the Electron asar app currently used by Discord. It's smaller, improves performance, removes some tracking, adds customization, and also allows skipping otherwise required host updates. Alternatively, you can also add
"SKIP_HOST_UPDATE": trueto~/.config/discorddevelopment/settings.json.