blob: 857b5dd88b609a5fce788488232bdbd733a633e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Desktop Entry]
Categories=Network
#Old commands:
#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 "systemctl --user start syncthing ; /usr/bin/syncthing -browser-only"
#Compatibility with Syncthing 2.0
Exec=/bin/bash -c "systemctl --user start syncthing ; /usr/bin/syncthing browser"
Icon=/usr/share/pixmaps/syncthing.svg
StartupNotify=false
Terminal=false
Type=Application
Name=Syncthing WebGui
Comment=Syncthing Web Interface
|