This commit is contained in:
Lamp 2021-02-16 15:30:31 -08:00 committed by GitHub
parent 62c5e61757
commit f508f0898f

@ -7,4 +7,4 @@
- Install dependencies: `sudo dnf install libXScrnSaver libatomic`
- Run Discord from your application menu
- If nothing happens (which'll happen if libXScrnSaver is missing), try running `/usr/share/discord/Discord` in a terminal to see what's going on.
- If Discord still says it's installation is corrupt (which it does if libatomic is missing), open the web console (ctrl shift I) to see any errors of missing libraries, then use `dnf whatprovides` to install the relevant package. Then relaunch Discord.
- If Discord still says it's installation is corrupt (which it does if libatomic is missing), open the web console (ctrl shift I) to see any errors of missing libraries, then use `dnf whatprovides` to find the package you need to install. Then relaunch Discord.