You are not logged in.
For some reason Arch distributes syncthing without a .desktop file.
No idea why.
The desktop file from github/syncthing is here:
[Desktop Entry]
Name=Start Syncthing
GenericName=File synchronization
Comment=Starts the main syncthing process in the background.
Exec=/usr/bin/syncthing serve --no-browser --logfile=default
Icon=syncthing
Terminal=false
Type=Application
Keywords=synchronization;daemon;
Categories=Network;FileTransfer;P2P
Offline
The idea is, you want to start/enable the service by systemd, not by a desktop file, and maintain it using it's web page.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
OK, but it does not seem to have a systemd service file either?
Offline
$ pacman -Fl syncthing
...
syncthing usr/lib/systemd/system/syncthing@.service
...
syncthing usr/lib/systemd/user/syncthing.service
...
It does, right?
Offline
My mistake - sorry.
Offline