Skip to content

Commit

Permalink
Replaced hardcoded icon in desktop file. Fixes #119
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Mar 28, 2015
1 parent b248efe commit c64400c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions icons/syncthing-gtk.png
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def get_version():
('share/syncthing-gtk', glob.glob("scripts/syncthing-plugin-*.py") ),
('share/syncthing-gtk/icons', glob.glob("icons/*") ),
('share/pixmaps', glob.glob("icons/emblem-*.png") ),
('share/pixmaps', ["icons/syncthing-gtk.png"]),
('share/applications', ['syncthing-gtk.desktop'] ),
],
scripts = [ "scripts/syncthing-gtk" ],
Expand Down
2 changes: 1 addition & 1 deletion syncthing-gtk.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ GenericName=Syncthing GTK
Comment=GUI for Syncthing
Exec=/usr/bin/syncthing-gtk
Type=Application
Icon=/usr/share/syncthing-gtk/icons/st-logo-128.png
Icon=syncthing-gtk
Categories=Network

0 comments on commit c64400c

Please sign in to comment.