mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-26 10:11:30 -04:00
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.
11 lines
316 B
Desktop File
11 lines
316 B
Desktop File
[Desktop Entry]
|
|
Name=Syncthing Web UI
|
|
GenericName=File synchronization UI
|
|
Comment=Opens Syncthing's Web UI in the default browser (Syncthing must already be started).
|
|
Exec=syncthing --browser-only
|
|
Icon=syncthing
|
|
Terminal=false
|
|
Type=Application
|
|
Keywords=synchronization;interface;
|
|
Categories=Network;FileTransfer;P2P
|