Customized Dash (Launcher / Taskbar) Icon in Ubuntu
To customize application icon in Ubuntu:
- Create a .desktop file in ~/.local/share/applications/
e.g. /home/user/share/applications/<application name>.desktop - Add the following content to the desktop file
[Desktop Entry]Done!
Encoding=UTF-8
Version=1.0
Type=Application
Name=ApplicationName
GenericName=ApplicationName
Icon=/home/user/application-icon.png
Exec=/home/user/application/application-executable
Categories=Category;Subcategory
Comments
Post a Comment