Last active
March 7, 2022 19:29
-
-
Save dwil2444/36823a113319a1348fb60fbed684275d to your computer and use it in GitHub Desktop.
Create Desktop Entry for Ubuntu Applications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Move the executable file for your applciation and a .ico icon file into a directory in /opt/ | |
| create an [appname].desktop file and populate it with the following information: | |
| example below: | |
| [Desktop Entry] | |
| Name=Mendeley | |
| Comment=Mendeley Citation Manager | |
| Exec=/opt/mendeley/mendeley-reference-manager-2.67.0-x86_64.AppImage | |
| Icon=/opt/mendeley/mendeley.ico | |
| Type=Application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment