Skip to content

Instantly share code, notes, and snippets.

@gogromat
Last active July 20, 2024 18:34
Show Gist options
  • Save gogromat/00db708c7dacd1f155381aea86b30f70 to your computer and use it in GitHub Desktop.
Save gogromat/00db708c7dacd1f155381aea86b30f70 to your computer and use it in GitHub Desktop.
FIx discord on debian

Scenario:

You installed discord via dpkg -i ./discord-x.y.z.deb but nothing happens

Time to see what is missing

dpkg-deb -I discord-x.y.z.deb:

...
 Depends: libc6, libasound2, libatomic1, libnotify4, libnspr4, libnss3, libstdc++6, libxss1, libxtst6
 Recommends: libappindicator1 | libayatana-appindicator1
 ...
 

Install missing/recommended:

apt install libappindicator1

Discord does not close when clicking on x or Alt+F4

  • Go to Discord -> Settings -> Linux Settings -> toggle off Minimize to tray
  • alternatively can use Ctrl+q to quit
  • alternatively can use Alt+F2-> xkill -> touch discord window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment