Skip to content

Instantly share code, notes, and snippets.

@jackpinto
Forked from LogansUA/robomongo_desktop_entry.md
Created October 16, 2017 18:47
Show Gist options
  • Save jackpinto/c6c27f1110ad9a7f44f0a6cb1e840f59 to your computer and use it in GitHub Desktop.
Save jackpinto/c6c27f1110ad9a7f44f0a6cb1e840f59 to your computer and use it in GitHub Desktop.
Create desktop entry on Ubuntu system on Robomongo example

Creating desktop entry

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

Desktop file

[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Robomongo
Icon=/opt/robomongo-0.9.0-linux-x86_64-0786489/bin/robomongo.png
Exec="/opt/robomongo-0.9.0-linux-x86_64-0786489/bin/robomongo"
Comment=Robomongo desktop entry
Categories=Development;
Terminal=false
StartupNotify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment