How to Create Linux Desktop Entry

SMJ
loading... read

⚠️ This post was last updated on March 13, 2020 and the content may be OUTDATED!

If you encounter any issues, please feel free to reachout to me!

  1. create a file named yourappname.desktop in /usr/share/applications/ directory or ~/.local/share/applications/.
  2. input the following lines:
[Desktop Entry]
Type=Application
Terminal=false
Exec=/path/to/app
Name=app
Comment=app comment
Icon=/path/to/app/icon

Sooner or later, everything ends.