feat(firefox): Add desktop file for multimedia profile
This commit is contained in:
parent
6848553539
commit
cd3140dc80
2 changed files with 26 additions and 2 deletions
24
.local/share/applications/firefox-multimedia.desktop
Normal file
24
.local/share/applications/firefox-multimedia.desktop
Normal file
|
@ -0,0 +1,24 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Firefox Multimedia
|
||||
GenericName=Web Browser
|
||||
Comment=Browse the World Wide Web
|
||||
Keywords=Internet;WWW;Browser;Web;Explorer
|
||||
Exec=/usr/lib/firefox/firefox -P Multimedia --new-window %u
|
||||
Icon=firefox
|
||||
Terminal=false
|
||||
X-MultipleArgs=false
|
||||
Type=Application
|
||||
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
|
||||
StartupNotify=true
|
||||
StartupWMClass=firefox
|
||||
Categories=Network;WebBrowser;
|
||||
Actions=new-window;new-private-window;
|
||||
|
||||
[Desktop Action new-window]
|
||||
Name=New Window
|
||||
Exec=/usr/lib/firefox/firefox -P Multimedia --new-window %u
|
||||
|
||||
[Desktop Action new-private-window]
|
||||
Name=New Private Window
|
||||
Exec=/usr/lib/firefox/firefox --private-window %u
|
|
@ -4,7 +4,7 @@ Name=Firefox
|
|||
GenericName=Web Browser
|
||||
Comment=Browse the World Wide Web
|
||||
Keywords=Internet;WWW;Browser;Web;Explorer
|
||||
Exec=/usr/lib/firefox/firefox --new-window %u
|
||||
Exec=/usr/lib/firefox/firefox -P default-release --new-window %u
|
||||
Icon=firefox
|
||||
Terminal=false
|
||||
X-MultipleArgs=false
|
||||
|
@ -17,7 +17,7 @@ Actions=new-window;new-private-window;
|
|||
|
||||
[Desktop Action new-window]
|
||||
Name=New Window
|
||||
Exec=/usr/lib/firefox/firefox --new-window %u
|
||||
Exec=/usr/lib/firefox/firefox -P default-release --new-window %u
|
||||
|
||||
[Desktop Action new-private-window]
|
||||
Name=New Private Window
|
||||
|
|
Loading…
Add table
Reference in a new issue