⚠️ 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!
- create a file named
yourappname.desktop
in/usr/share/applications/
directory or~/.local/share/applications/
. - 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.