Created
June 16, 2020 14:15
-
-
Save muneneevans/7606cdd44e5ed48bb97c32d356124f92 to your computer and use it in GitHub Desktop.
linux application launcher
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
| [Desktop Entry] | |
| Version=1.0 | |
| Name=Firefox Nightly | |
| Comment=Browse the World Wide Web | |
| GenericName=Web Browser | |
| Keywords=Internet;WWW;Browser;Web;Explorer | |
| Exec=firefox-nightly | |
| Terminal=false | |
| X-MultipleArgs=false | |
| Type=Application | |
| Icon=/opt/firefox/icons/mozicon128.png | |
| Categories=GNOME;GTK;Network;WebBrowser; | |
| MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall; | |
| StartupNotify=true | |
| Actions=NewWindow; | |
| [Desktop Action NewWindow] | |
| Name=Open a New Window | |
| Exec=firefox-nightly -new-window | |
| OnlyShowIn=Unity; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment