add chromium.desktop

This commit is contained in:
Alexander Popov 2022-07-17 12:21:32 +03:00
parent 60d1d8f5df
commit b3f4a9db8f
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,10 @@
My .desktop files
=================
### Install
```sh
mkdir -p $HOME/.local/share/applications
cp ./* $HOME/.local/share/applications
update-desktop-database $HOME/.local/share/applications/
```

View File

@ -0,0 +1,30 @@
[Desktop Entry]
Version=1.0
Name=Chromium Web Browser
GenericName=Web Browser
GenericName[ru]=Веб-браузер
Comment=Access the Internet
Comment[ru]=Доступ в Интернет
Exec=/usr/bin/chromium-ungoogled %U
StartupNotify=true
Terminal=false
Icon=internet-web-browser
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;without-cache;
[Desktop Action new-window]
Name=New Window
Name[ru]=Новое окно
Exec=/usr/bin/chromium-ungoogled
[Desktop Action new-private-window]
Name=New Incognito Window
Name[ru]=Новое окно в режиме инкогнито
Exec=/usr/bin/chromium-ungoogled --incognito
[Desktop Action without-cache]
Name=Run without cache
Name[ru]=Запустить без сохранения кэша
Exec=/usr/bin/chromium-ungoogled --disk-cache-size=1 --media-cache-size=1 --disk-cache-dir=/dev/null