summarylogtreecommitdiffstats
path: root/syncthing.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'syncthing.desktop')
-rw-r--r--syncthing.desktop3
1 files changed, 2 insertions, 1 deletions
diff --git a/syncthing.desktop b/syncthing.desktop
index 0d2564bad499..587dd852d736 100644
--- a/syncthing.desktop
+++ b/syncthing.desktop
@@ -2,7 +2,8 @@
Categories=Network
#Exec=/usr/bin/xdg-open http://localhost:8384
#Exec=syncthing
-Exec=/bin/bash -c "killall syncthing ; syncthing ; /usr/bin/xdg-open http://localhost:8384"
+#Exec=/bin/bash -c "killall syncthing ; syncthing ; /usr/bin/xdg-open http://localhost:8384"
+Exec=/bin/bash -c "systemctl --user start syncthing ; /usr/bin/syncthing -browser-only"
Icon=/usr/share/pixmaps/syncthing.svg
StartupNotify=false
Terminal=false