Last active
June 26, 2021 20:48
-
-
Save BrunoTorresF/2621fdf6e5e18d7497dda868c97828e3 to your computer and use it in GitHub Desktop.
Linux shortcut for Firefox Nightly
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 Beta | |
| Comment=Browse the World Wide Web | |
| GenericName=Web Browser | |
| X-GNOME-FullName=Firefox Beta Web Browser | |
| Exec=/opt/firefox-beta/firefox %u | |
| Terminal=false | |
| X-MultipleArgs=false | |
| Type=Application | |
| Icon=/opt/firefox-beta/browser/chrome/icons/default/default128.png | |
| Categories=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; | |
| StartupWMClass=Firefox | |
| StartupNotify=true | |
| Actions=new-window;new-private-window | |
| [Desktop Action new-window] | |
| Name=Open a new window | |
| Exec=/op/firefox-beta/firefox -new-window | |
| [Desktop Action new-private-window] | |
| Name=Open a private window | |
| Exec=/op/firefox-beta/firefox -private-window |
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 Dev Edition | |
| Comment=Browse the World Wide Web | |
| GenericName=Web Browser | |
| X-GNOME-FullName=Firefox Dev Edition Web Browser | |
| Exec=/opt/firefox-dev/firefox %u | |
| Terminal=false | |
| X-MultipleArgs=false | |
| Type=Application | |
| Icon=/opt/firefox-dev/browser/chrome/icons/default/default128.png | |
| Categories=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; | |
| StartupWMClass=Firefox Developer Edition | |
| StartupNotify=true | |
| Actions=new-window;new-private-window | |
| [Desktop Action new-window] | |
| Name=Open a new window | |
| Exec=/opt/firefox-dev/firefox -new-window | |
| [Desktop Action new-private-window] | |
| Name=Open a private window | |
| Exec=/opt/firefox-dev/firefox -private-window |
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 Web Browser | |
| Comment=Browse the World Wide Web | |
| GenericName=Web Browser | |
| Keywords=Internet;WWW;Browser;Web;Explorer | |
| Exec=/opt/firefox-nightly/firefox %u | |
| Terminal=false | |
| X-MultipleArgs=false | |
| Type=Application | |
| Icon=/opt/firefox-nightly/browser/chrome/icons/default/default128.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 | |
| StartupWMClass=Nightly | |
| Actions=new-window;new-private-window; | |
| [Desktop Action new-window] | |
| Name=Open a New Window | |
| Exec=/opt/firefox-nightly/firefox -new-window | |
| [Desktop Action new-private-window] | |
| Name=Open a New Private Window | |
| Exec=/opt/firefox-nightly/firefox -private-window |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment