add chromium.desktop
This commit is contained in:
parent
60d1d8f5df
commit
b3f4a9db8f
10
~/Desktop Applications/README.md
Normal file
10
~/Desktop Applications/README.md
Normal 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/
|
||||
```
|
30
~/Desktop Applications/chromium.desktop
Normal file
30
~/Desktop Applications/chromium.desktop
Normal 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
|
Loading…
Reference in New Issue
Block a user