kamhix / todoist-linux

The linux desktop application for todoist
http://todoistlinux.hakimouake.com
184 stars 17 forks source link

Unity "Lock to Launcher" loses Icon #15

Open lalten opened 7 years ago

lalten commented 7 years ago

I started the Todoist app, and it had the Todoist Icon. When I used Unity's "Lock to Launcher" menu option, It lost the Icon: image

A chromium-browser.desktop file is created in ~/.local/share/applications:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Todoist
Icon=chromium-browser.png
Path=/opt/todoist-linux
Exec=./Todoist
StartupNotify=false
StartupWMClass=Chromium-browser
OnlyShowIn=Unity;
X-UnityGenerated=true

Obviously, the Icon=chromium-browser.png should be changed to the Todoist icon.

I edited the file to point to an SVG i downloaded from https://github.com/alexward1981/plugins/blob/develop/todoist/icon.svg. image