Linux Discord Guide - ryzendew/Linux-Tips-and-Tricks GitHub Wiki
Linux Discord Guide
Complete beginner-friendly guide to Discord on Linux, covering Arch Linux, CachyOS, and other distributions including installation, configuration, and troubleshooting.
Table of Contents
Discord Installation
Install Discord
Arch/CachyOS:
# Install Discord
sudo pacman -S discord
# Or from AUR (latest)
yay -S discord
Debian/Ubuntu:
# Download from discord.com
# Or use snap
sudo snap install discord
Fedora:
# Download from discord.com
# Or use flatpak
flatpak install com.discordapp.Discord
Launch Discord
Start Discord:
# Launch Discord
discord
# Or from application menu
Discord Configuration
Account Setup
First launch:
- Login or Register
- Verify email (if required)
- Complete setup
Discord Settings
Configure Discord:
- User Settings (gear icon)
- Appearance - Theme, font size
- Voice & Video - Audio/video settings
- Keybinds - Custom shortcuts
Audio/Video Setup
Audio Settings
Configure audio:
- Settings → Voice & Video
- Input Device: Select microphone
- Output Device: Select speakers/headphones
- Test audio
Video Settings
Configure video:
- Settings → Voice & Video
- Camera: Select webcam
- Test video
Screen Sharing
Share Screen
On X11:
# Usually works automatically
# Click "Share Screen" in call
On Wayland:
# May need xdg-desktop-portal
sudo pacman -S xdg-desktop-portal xdg-desktop-portal-gnome
Troubleshooting
Audio Not Working
Check PulseAudio:
# Restart PulseAudio
pulseaudio -k
pulseaudio --start
# Check devices
pactl list sources
pactl list sinks
Screen Share Not Working
Wayland issues:
# Install portal
sudo pacman -S xdg-desktop-portal-wlr # For Sway
# Or
sudo pacman -S xdg-desktop-portal-gnome # For GNOME
Summary
This guide covered Discord installation, configuration, and troubleshooting for Arch Linux, CachyOS, and other distributions.
Next Steps
- Audio Configuration - Audio setup
- Screen Sharing - Screen sharing
- Discord: https://discord.com/
This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.