The Discord app on linux ubuntu desktop does not start the app. But you can make it auto start by following this steps.
- Open Applications and search for Startup Applications
- Then click Add an input box will open, put the following information and Save.
Name: Discord Command: /usr/bin/discord --tray
Now when you power on your PC the Discord app will open automecally on startup.
Hi,
You can also just create a symlink of the .desktop file in
~/.config/autostart
which is more accurate.The
.desktop
file position will change depending on the installation (flatpak, snap, .deb, ...), the possible lookup folders are references in$XDG_DATA_DIRS
So, a one liner to run in the terminal is: