chore(etc): remove /usr/bin prefix from Linux .desktop files (#9966)
Exec accepts just the program name and will look for it in $PATH. This makes these files work on NixOS which does not create a /usr/bin directory.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
Name=Start Syncthing
|
Name=Start Syncthing
|
||||||
GenericName=File synchronization
|
GenericName=File synchronization
|
||||||
Comment=Starts the main syncthing process in the background.
|
Comment=Starts the main syncthing process in the background.
|
||||||
Exec=/usr/bin/syncthing serve --no-browser --logfile=default
|
Exec=syncthing serve --no-browser --logfile=default
|
||||||
Icon=syncthing
|
Icon=syncthing
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Name=Syncthing Web UI
|
Name=Syncthing Web UI
|
||||||
GenericName=File synchronization UI
|
GenericName=File synchronization UI
|
||||||
Comment=Opens Syncthing's Web UI in the default browser (Syncthing must already be started).
|
Comment=Opens Syncthing's Web UI in the default browser (Syncthing must already be started).
|
||||||
Exec=/usr/bin/syncthing --browser-only
|
Exec=syncthing --browser-only
|
||||||
Icon=syncthing
|
Icon=syncthing
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|||||||
Reference in New Issue
Block a user