Skip to content

Instantly share code, notes, and snippets.

@kousherAlam
Last active December 18, 2021 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kousherAlam/31958ba086324a8aa843f15c2b3c1108 to your computer and use it in GitHub Desktop.
Save kousherAlam/31958ba086324a8aa843f15c2b3c1108 to your computer and use it in GitHub Desktop.
Creating desktop entry on ubuntu

Creating desktop entry

$ touch /usr/share/applications/robomongo.desktop

Edit

$ vim /usr/share/applications/robomongo.desktop

Content

[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Robomongo
Icon=/opt/robomongo-{robomongo-version}/bin/robomongo.png
Exec="/opt/robomongo-{robomongo-version}/bin/robomongo"
Comment=Robomongo desktop entry
Categories=Development;
Terminal=false
StartupNotify=true

For more information read this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment