Make autostart files not assume the executable is in /usr/bin

This commit is contained in:
Knyffen 2024-08-24 15:55:00 +02:00
parent 200be3337a
commit 6d85bfc447
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Name=Nextcloud Name=Nextcloud
GenericName=File Synchronizer GenericName=File Synchronizer
Exec="/usr/bin/nextcloud" --background Exec=nextcloud --background
Terminal=false Terminal=false
Icon=Nextcloud Icon=Nextcloud
Categories=Network Categories=Network

View File

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Categories=Network;InstantMessaging; Categories=Network;InstantMessaging;
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone. Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
Exec=/usr/bin/discord Exec=discord
GenericName=Internet Messenger GenericName=Internet Messenger
Icon=discord Icon=discord
Name=Discord Name=Discord