Discord
Discord is a proprietary, cross-platform, all-in-one voice and text chat application. It is especially tailored for gamers; however, many open-source communities have official Discord servers as well. Discord can be used through a web browser or through the desktop application, which is made with Electron.
Installation
You can use one of the following packages to install the desktop application for Discord:
Graphical clients
The official app:
- Stable: discord
- Testing: discord-ptbAUR
- Nightly: discord-canaryAUR
Official clients, using the system provided electron for increased security and performance:
- Stable: discord_arch_electronAUR
- Nightly: discord-canary-electron-binAUR
Third-party clients:
Command-line clients
- cordless-binAUR, abandoned
- 6cordAUR, deprecated
There are more CLI-based third-party clients out there hosted on places like GitHub (such as Discline or terminal-discord), although only a few are currently packaged on the AUR.
Chat client plugins
- By using purple-discord-gitAUR, you can use Discord on graphical or terminal messenger softwares based on libpurple such as Pidgin.
- By using bitlbee-discord-gitAUR, you can use Discord via Bitlbee.
Custom CSS & Plugins
Through the betterdiscordAUR or betterdiscord-gitAUR packages, Discord can be modified to use custom CSS and plugins.
Note that usage of these packages, or any package or application that modified the Discord client, is against Discord's Terms of Service and may get your account banned. You take all responsibility when using these or similar packages.
Overlay
For linux clients, Discord does not support in-game overlay. Discover is an open-source X11 application that provides these functions. You may have to install the python-cairo package for Discover to work.
Tips and tricks
GNOME top bar icon
If you would like to have the icon on the top bar of GNOME, install the AppIndicator and KStatusNotifierItem Support extension.
Discord asks for an update not yet available in the repository
Discord will refuse to launch if there is an update available. If the updated version is not yet available in the official repos, you can build and install the updated package using the Arch Build System.
Start Discord minimized
Discord can be started minimized through the --start-minimized
argument.
Troubleshooting
Crackling during voice calls
If you experience crackling sounds when in voice chat, you should try the steps outlined here: PulseAudio/Troubleshooting
If you cannot share individual monitors on a multi-monitor setup, you should try mon2cam-gitAUR as a workaround to this bug: [https://trello.com/c/SJEH2Fsi/41-multiple-monitors- are-shown-as-one-in-screenshare Discord Trello]
Enabling Rich Presence on Flatpak Discord
When using the Flatpak version of Discord, Rich Presence won't work out of the box. To make it work, it's necessary to create a symlink from $XDG_RUNTIME_DIR/discord-ipc-0
to $XDG_RUNTIME_DIR/app/com.discordapp.Discord/discord-ipc-0
. To create the symlink for the current user session, run:
$ ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-0
- To automatically create the symlink, systemd-tmpfiles can be used by adding the following line to a file with the
.conf
extension in~/.config/user-tmpfiles.d/
:L %t/discord-ipc-0 - - - - app/com.discordapp.Discord/discord-ipc-0
Discord becomes unresponsive during long calls
If Discord becomes unresponsive during long calls, try the --no-sandbox
argument. You can also add the following to your .bashrc, or alias file for your shell:
alias discord='discord --no-sandbox'
Discord freezes after getting pinged or messaged
If a message that would trigger a notification (pings, DMs, servers with notifications on, etc) causes the client to freeze, the client is failing to find a notification server. To fix it without installing a notifications server, disable "Enable Desktop Notifications" in the Notifications options.