Added firefox desktop files
This commit is contained in:
parent
b857cabadc
commit
86b54f9cc9
2 changed files with 50 additions and 0 deletions
25
.local/share/applications/firefox-default.desktop
Normal file
25
.local/share/applications/firefox-default.desktop
Normal file
|
@ -0,0 +1,25 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Firefox (Default)
|
||||
Comment=Browse the World Wide Web
|
||||
GenericName=Web Browser
|
||||
Keywords=Internet;WWW;Browser;Web;Explorer
|
||||
Exec=firefox -P default %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=NewWindow;NewPrivateWindow;
|
||||
|
||||
[Desktop Action NewWindow]
|
||||
Name=Open a New Window
|
||||
Exec=firefox -P default -new-window
|
||||
OnlyShowIn=Unity;
|
||||
|
||||
[Desktop Action NewPrivateWindow]
|
||||
Name=Open a New Private Window
|
||||
Exec=firefox -P default -private-window
|
||||
OnlyShowIn=Unity;
|
25
.local/share/applications/firefox-tor.desktop
Normal file
25
.local/share/applications/firefox-tor.desktop
Normal file
|
@ -0,0 +1,25 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Firefox (Tor)
|
||||
Comment=Browse the World Wide Web
|
||||
GenericName=Web Browser
|
||||
Keywords=Internet;WWW;Browser;Web;Explorer
|
||||
Exec=firefox -P tor %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=NewWindow;NewPrivateWindow;
|
||||
|
||||
[Desktop Action NewWindow]
|
||||
Name=Open a New Window
|
||||
Exec=firefox -P tor -new-window
|
||||
OnlyShowIn=Unity;
|
||||
|
||||
[Desktop Action NewPrivateWindow]
|
||||
Name=Open a New Private Window
|
||||
Exec=firefox -P tor -private-window
|
||||
OnlyShowIn=Unity;
|
Loading…
Add table
Add a link
Reference in a new issue