Skip to content

Instantly share code, notes, and snippets.

@IvanCl4udio
Last active October 2, 2023 14:32
Show Gist options
  • Save IvanCl4udio/06ae70e6e2a2e78b109cc596ed791262 to your computer and use it in GitHub Desktop.
Save IvanCl4udio/06ae70e6e2a2e78b109cc596ed791262 to your computer and use it in GitHub Desktop.
How create a new item on applications on Ubuntu

How create a new application on Applications Gnome

  1. Create a new file at directory, with the extension .desktop :
~/.local/share/applications
  1. Put the content below:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Application Name
Comment=Application description
Icon=/path/to/icon.xpm
Exec=/path/to/application/executable
Terminal=false
Categories=Tags;Describing;Application
  1. Change the content as you wish and save. Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment