Last active
August 14, 2018 17:11
-
-
Save rsdiaz/38e2aee70022fe22a6b1 to your computer and use it in GitHub Desktop.
Firefox Developer Edition.desktop file for Gnome 3
This file contains 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 | |
Version=1.0 | |
Type=Application | |
Name=Firefox Developer Edition | |
Comment=Navegador Firefox Developer Edition | |
Comment[es]=Accede a Internet. | |
Exec=/opt/firefox/firefox | |
StartupNotify=true | |
Terminal=false | |
Icon=/opt/firefox/browser/icons/mozicon128.png | |
GenericName=Web Browser | |
GenericName[es]=Navegador web | |
Categories=GTK;Network;WebBrowser; | |
MimeType=text/html;text/xml;application/xhtml+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment