diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 13d1bd44..fe31304d 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -509,7 +509,7 @@ class AppWindow(object): else: self.w.tk.call('wm', 'iconphoto', self.w, '-default', - tk.PhotoImage(file=join(config.respath_path, 'EDMarketConnector.png'))) + tk.PhotoImage(file=join(config.respath_path, 'io.edcd.EDMarketConnector.png'))) # TODO: Export to files and merge from them in future ? self.theme_icon = tk.PhotoImage( diff --git a/io.edcd.EDMarketConnector.desktop b/io.edcd.EDMarketConnector.desktop new file mode 100644 index 00000000..472c7add --- /dev/null +++ b/io.edcd.EDMarketConnector.desktop @@ -0,0 +1,13 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +# Ref: +Version=1.5 +Name=E:D Market Connector +Comment=Utilise Elite Dangerous Journal and CAPI data +Icon=io.edcd.EDMarketConnector +Categories=Game; +Keywords=Elite;Dangerous;EDDN;EDSM;EDDB;Inara;Spansh; +Exec=edmarketconnector +Terminal=false +SingleMainWindow=true diff --git a/EDMarketConnector.png b/io.edcd.EDMarketConnector.png similarity index 100% rename from EDMarketConnector.png rename to io.edcd.EDMarketConnector.png