Created
November 10, 2017 14:45
-
-
Save HugoPoi/3af9e5e1aa74983bbc7178b9e5989430 to your computer and use it in GitHub Desktop.
Shorcut robomongo cinnamon ~/.local/share/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
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Robomongo | |
Comment=Launch Robomongo | |
Icon=/opt/robomongo/robomongo.png | |
Exec=/usr/sbin/robomongo | |
Terminal=false | |
Type=Application | |
Categories=Developer; | |
StartupNotify=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes, thank you !