~/Blog

Brandon Rozek

Photo of Brandon Rozek

PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast.

Linux Desktop Icons

Published on

Updated on

Warning: This post has not been modified for over 2 years. For technical posts, make sure that it is still relevant.

I get asked a decent number of times how to add desktop icons on Linux. Luckily it’s incredibly easy. It’s a freedesktop standard.

In fact the simplest file would follow the format:

[Desktop Entry]
Name=Application Name
Exec=/path/to/executable -randomFlag
Icon=/optional/path/to/icon
Terminal=false
Type=Application

Once you have this saved to yourapplication.desktop move it to either /usr/share/applications if you want it system-wide or /home/user/.local/share/applications if you want it just for your user.

Reply via Email Buy me a Coffee
Was this useful? Feel free to share: Hacker News Reddit Twitter

Published a response to this? :