Skip to content

Commit

Permalink
syncthing-gtk.desktop: Don't assume that syncthing-gtk is in /usr/bin.
Browse files Browse the repository at this point in the history
This partially addresses kozec#371, though it's not a complete solution.
  • Loading branch information
argv-minus-one committed May 25, 2017
1 parent aacc82e commit 7d83edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncthing-gtk.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=Syncthing GTK
GenericName=Syncthing GTK
Comment=GUI for Syncthing
Exec=/usr/bin/syncthing-gtk
Exec=syncthing-gtk
Type=Application
Icon=syncthing-gtk
Categories=Network;

0 comments on commit 7d83edf

Please sign in to comment.