Open lalten opened 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:
A chromium-browser.desktop file is created in ~/.local/share/applications:
chromium-browser.desktop
~/.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.
Icon=chromium-browser.png
I edited the file to point to an SVG i downloaded from https://github.com/alexward1981/plugins/blob/develop/todoist/icon.svg.
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:
A
chromium-browser.desktop
file is created in~/.local/share/applications
: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.