Perparation for launcher option
This commit is contained in:
parent
a181243c00
commit
95960ccb1c
2 changed files with 37 additions and 6 deletions
|
|
@ -1,23 +1,27 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Name=Helium Browser
|
Name=Helium
|
||||||
GenericName=Web Browser
|
GenericName=Web Browser
|
||||||
Comment=Access the Internet
|
Comment=Access the Internet
|
||||||
Exec=EXEC_PATH %U
|
Exec=%APP_LOCATION% %U
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
StartupWMClass=helium
|
StartupWMClass=helium
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Icon=ICON_PATH
|
Icon=helium
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;WebBrowser;
|
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;
|
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;
|
Actions=new-window;new-private-window;
|
||||||
X-AppImage-Version=VERSION
|
X-AppImage-Version=%APP_VERSION%
|
||||||
|
|
||||||
[Desktop Action new-window]
|
[Desktop Action new-window]
|
||||||
Name=New Window
|
Name=New Window
|
||||||
Exec=EXEC_PATH
|
Exec=%APP_LOCATION%
|
||||||
|
|
||||||
[Desktop Action new-private-window]
|
[Desktop Action new-private-window]
|
||||||
Name=New Incognito Window
|
Name=New Incognito Window
|
||||||
Exec=EXEC_PATH --incognito
|
Exec=%APP_LOCATION% --incognito
|
||||||
|
|
||||||
|
[Desktop Action update-helium]
|
||||||
|
Name=Update Helium
|
||||||
|
Exec=%SCRIPT_LOCATION%
|
||||||
|
|
|
||||||
27
config/helium.desktop.template
Normal file
27
config/helium.desktop.template
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=Helium
|
||||||
|
GenericName=Web Browser
|
||||||
|
Comment=Access the Internet
|
||||||
|
Exec=%APP_LOCATION% %U
|
||||||
|
StartupNotify=true
|
||||||
|
StartupWMClass=helium
|
||||||
|
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;
|
||||||
|
X-AppImage-Version=%APP_VERSION%
|
||||||
|
|
||||||
|
[Desktop Action new-window]
|
||||||
|
Name=New Window
|
||||||
|
Exec=%APP_LOCATION%
|
||||||
|
|
||||||
|
[Desktop Action new-private-window]
|
||||||
|
Name=New Incognito Window
|
||||||
|
Exec=%APP_LOCATION% --incognito
|
||||||
|
|
||||||
|
[Desktop Action update-helium]
|
||||||
|
Name=Update Helium
|
||||||
|
Exec=%SCRIPT_LOCATION%
|
||||||
Loading…
Add table
Add a link
Reference in a new issue