helium.desktop
· 651 B · Desktop file
Eredeti
[Desktop Entry]
Version=1.0
Name=Helium
GenericName=Web Browser
Comment=Access the Internet
Exec=/opt/helium/chrome %U
StartupNotify=true
Terminal=false
Icon=helium
Type=Application
Categories=Network;WebBrowser;
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;
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=New Window
Exec=/opt/helium/chrome
[Desktop Action new-private-window]
Name=New Incognito Window
Exec=/opt/helium/chrome --incognito
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 |