blob: b24b1c6b88bcf340ab1ca989659672e2caff43c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[Desktop Entry]
Name=Firefox Nightly
Comment=Mozilla Firefox Web Browser
Exec=/home/robert/bin/firefox %u
Icon=firefox-nightly-bin
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
Categories=Network;WebBrowser;
Actions=NewWindow;NewPrivateWindow;
[Desktop Action NewWindow]
Name=New Window
Exec=/home/robert/bin/firefox --new-window %u
[Desktop Action NewPrivateWindow]
Name=New Private Window
Exec=/home/robert/bin/firefox --private-window %u
StartupNotify=true
|