summarylogtreecommitdiffstats
path: root/syncthing.desktop
diff options
context:
space:
mode:
authorS e r g i o S c h n e i d e r2023-09-18 17:46:56 -0400
committerS e r g i o S c h n e i d e r2023-09-18 17:46:56 -0400
commit256a800c96e76306877cc5bba037f5f42afc84d5 (patch)
treef96daa599c829bdf487dce0300c61a08d1b4bcef /syncthing.desktop
parentc56b2aeba771da6ed499f868bb687f9ec1fbea53 (diff)
downloadaur-syncthing-appmenu.tar.gz
Update to 1.2, use systemctl to start
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