[Desktop Entry]
Version=1.0
Name=Kodi Media Center
GenericName=Media Center
Comment=Manage and view your media
Exec=kodi
Icon=kodi
Terminal=false
Type=Application
Categories=AudioVideo;Video;Player;TV;
Actions=Fullscreen;Standalone;
[Desktop Action Fullscreen]
Name=Open in fullscreen
Exec=kodi -fs
OnlyShowIn=Unity;
[Desktop Action Standalone]
Name=Open in standalone mode
Exec=kodi --standalone
OnlyShowIn=Unity;
Is it possible to have an icon for Kodi?
[Desktop Entry] Version=1.0 Name=Kodi Media Center GenericName=Media Center Comment=Manage and view your media Exec=kodi Icon=kodi Terminal=false Type=Application Categories=AudioVideo;Video;Player;TV;
Actions=Fullscreen;Standalone;
[Desktop Action Fullscreen] Name=Open in fullscreen Exec=kodi -fs OnlyShowIn=Unity;
[Desktop Action Standalone] Name=Open in standalone mode Exec=kodi --standalone OnlyShowIn=Unity;