Hi all,
Iām using Inkdrop on Ubuntu 16.04 and writing a .desktop file for adding my Quick Launcher.
I want to add the application icon to my .desktop file, but I canāt find it.
Is there an icon file in the applicationās directory?
Magician
Hi all,
Iām using Inkdrop on Ubuntu 16.04 and writing a .desktop file for adding my Quick Launcher.
I want to add the application icon to my .desktop file, but I canāt find it.
Is there an icon file in the applicationās directory?
Magician
Hi Magician,
You should already have a inkdrop.desktop
file after installing the app via .deb
file.
If not, please make the file as following:
[Desktop Entry]
Name=inkdrop
Comment=The Note-taking App with Robust Markdown Editor
GenericName=inkdrop
Exec=inkdrop %U
Icon=inkdrop
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;
Thanks.
I installed Inkdrop from Zip archive, but re-installed from .deb.
So the inkdrop.desktop file is automatically installed and works good.