mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
a-chromium.desktop: add a desktop file for the chromium wrapper as well
This commit is contained in:
parent
2a0117b7f1
commit
85c8ea0cd4
24
local/share/applications/a-chromium.desktop
Normal file
24
local/share/applications/a-chromium.desktop
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=CHROMIUM
|
||||||
|
Exec=/usr/bin/env chromium %U
|
||||||
|
Terminal=false
|
||||||
|
X-MultipleArgs=false
|
||||||
|
Type=Application
|
||||||
|
Icon=chromium-browser
|
||||||
|
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;
|
||||||
|
StartupWMClass=Chromium-browser
|
||||||
|
Keywords=web;browser;internet;
|
||||||
|
Actions=new-window;new-private-window;
|
||||||
|
X-Desktop-File-Install-Version=0.26
|
||||||
|
|
||||||
|
[Desktop Action new-window]
|
||||||
|
Name=Open a New Window
|
||||||
|
Name[fi]=Uusi ikkuna
|
||||||
|
Exec=chromium %U
|
||||||
|
|
||||||
|
[Desktop Action new-private-window]
|
||||||
|
Name=Open a New Private Window
|
||||||
|
Name[fi]=Uusi yksityinen ikkuna
|
||||||
|
Exec=chromium --incognito %U
|
Loading…
Reference in New Issue
Block a user