blob: 503f19b83ea0d10660d8608d32f250ad87d19af1 (
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
25
26
27
28
|
[Desktop Entry]
Version=1.0
Name=Mercury
Comment=Browse the World Wide Web
GenericName=Web Browser
Keywords=Internet;WWW;Browser;Web;Explorer;Mercury
Exec=mercury-browser-avx2 %u
StartupWMClass=mercury-default
Terminal=false
X-MultipleArgs=true
Type=Application
Icon=mercury-browser-avx2
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;TempUserDir;
[Desktop Action NewWindow]
Name=New Window
Exec=mercury-browser-avx2 -new-window
[Desktop Action NewPrivateWindow]
Name=New Private Window
Exec=mercury-browser-avx2 -private-window
[Desktop Action TempUserDir]
Name=Open With Temporary User Profile
Exec=mercury-browser-avx2 --temp-profile
|