Created
March 8, 2021 09:34
-
-
Save ArtoCully/04d257646832b0bb92d0045cb4c288f2 to your computer and use it in GitHub Desktop.
Firefox Developer Edition Ubuntu
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
cat > ~/.local/share/applications/firefoxDeveloperEdition.desktop <<EOL | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Firefox Developer Edition | |
Exec=/opt/firefox/firefox | |
Icon=/opt/firefox/browser/chrome/icons/default/default128.png | |
Terminal=false | |
Type=Application | |
Categories=Network;WebBrowser;Favorite; | |
MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; X-Ayatana-Desktop-Shortcuts=NewWindow;NewIncognitos; | |
EOL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment