mirror of
https://github.com/tanrax/linux-install-firefox-developer-edition.git
synced 2024-11-22 04:15:40 +01:00
Update linux-install-firefox-developer-edition
This commit is contained in:
parent
69d74dc991
commit
ab529d7af3
@ -21,7 +21,7 @@ sudo ln -s /opt/firefox-developer/firefox /usr/bin/firefox-developer
|
||||
|
||||
# DESKTOP INTEGRATION
|
||||
# Gnome Shell
|
||||
echo -e "[Desktop Entry]\nEncoding=UTF-8\nName=Firefox Developer Edition\nComment=Firefox Developer Edition\nExec=/opt/firefox-developer/firefox %u\nTerminal=false\nIcon=/opt/firefox-developer/browser/chrome/icons/default/default128.png\nStartupWMClass=Firefox Developer\nType=Application\nCategories=Network;WebBrowser;\nMimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;x-scheme-handler/http;x-scheme-handler/https;\nStartupNotify=true\n" > /usr/share/applications/firefox-developer.desktop
|
||||
echo -e "[Desktop Entry]\nEncoding=UTF-8\nName=Firefox Developer Edition\nComment=Firefox Developer Edition\nExec=/opt/firefox-developer/firefox %u\nTerminal=false\nIcon=/opt/firefox-developer/browser/chrome/icons/default/default128.png\nStartupWMClass=Firefox Developer\nType=Application\nCategories=Network;WebBrowser;\nMimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;x-scheme-handler/http;x-scheme-handler/https;\nStartupNotify=true\n" | sudo tee -a /usr/share/applications/firefox-developer.desktop
|
||||
|
||||
# NOTIFY
|
||||
echo "Installed!"
|
||||
|
Loading…
Reference in New Issue
Block a user