25

When I click X or use ALT+F4 to close Discord, the application disappears from the taskbar. But I'm still online, receiving messages and notifications in Ubuntu when new messages arrive.

So how do I actually close the application? I'd rather not have to use the terminal every time I want to close it. (Not bashing the terminal, but I feel I shouldn't have to use it for this)

Kulfy
  • 18,154
birgersp
  • 531
  • 1
  • 10
  • 21

3 Answers3

40

I don't know why nobody is aware this shortcut but here it is: Ctrl + q shuts Discord down.

pomsky
  • 70,557
petak5
  • 401
23
  • Click on the Cog icon(⚙️) in Left bottom to open User Settings.

    1

  • Go to Linux Settings and disable "Minimise to Tray".

    2

  • Click on "X" to close the app.
  • To check whether app is running or not, look for "Discord" in System Monitor, or open a terminal and run

    ps aux | grep discord
    

    The output will show that no Discord process running now.

Kulfy
  • 18,154
stan
  • 241
11

Discord stays open as a background application with a system tray icon. The "Ubuntu appindicators" extension which is responsible for showing these icons, fails to show many app icons, electron based apps especially.

You may install TopIcons Plus extension to show the icon for Discord.

pomsky
  • 70,557