最終更新 1757978435

swee revised this gist 1757978435. Go to revision

1 file changed, 21 insertions

helium.desktop(file created)

@@ -0,0 +1,21 @@
1 + [Desktop Entry]
2 + Version=1.0
3 + Name=Helium
4 + GenericName=Web Browser
5 + Comment=Access the Internet
6 + Exec=/opt/helium/chrome %U
7 + StartupNotify=true
8 + Terminal=false
9 + Icon=helium
10 + Type=Application
11 + Categories=Network;WebBrowser;
12 + MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
13 + Actions=new-window;new-private-window;
14 +
15 + [Desktop Action new-window]
16 + Name=New Window
17 + Exec=/opt/helium/chrome
18 +
19 + [Desktop Action new-private-window]
20 + Name=New Incognito Window
21 + Exec=/opt/helium/chrome --incognito
Newer Older