Created
November 9, 2019 13:17
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
[Desktop Entry] | |
Version=1.0 | |
Name=Firefox Web Browser (work) | |
Name[es]=Navegador web Firefox (work) | |
Comment=Browse the World Wide Web (work) | |
Comment[es]=Navegue por la web (work) | |
GenericName=Web Browser (work) | |
GenericName[es]=Navegador web (work) | |
Keywords=Internet;WWW;Browser;Web;Explorer | |
Keywords[es]=Explorador;Internet;WWW | |
Exec=firefox --class firefox-work -P work %u | |
Terminal=false | |
X-MultipleArgs=false | |
Type=Application | |
Icon=firefox | |
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=new-window;new-private-window; | |
StartupWMClass=firefox-work | |
[Desktop Action new-window] | |
Name=Open a New Window (work) | |
Name[es]=Abrir una ventana nueva (work) | |
Exec=firefox --class firefox-work -P work -new-window | |
StartupWMClass=firefox-work | |
[Desktop Action new-private-window] | |
Name=Open a New Private Window (work) | |
Name[es]=Abrir una ventana privada nueva (work) | |
Exec=firefox --class firefox-work -P work -private-window | |
StartupWMClass=firefox-work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment