summaryrefslogtreecommitdiff
path: root/newmoon/newmoon.desktop
blob: db57c230119f2532cfe8977b0861391cc66cdb79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[Desktop Entry]
Name=Newmoon
GenericName=Web Browser
Comment=Browse the World Wide Web
Keywords=Internet;WWW;Browser;Web;Explorer;
Exec=@EXEC@ %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=newmoon
Categories=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 new window
Exec=@EXEC@ -new-window
OnlyShowIn=Unity;

[Desktop Action NewPrivateWindow]
Name=New private window
Exec=@EXEC@ -private-window
OnlyShowIn=Unity;
bgstack15