31 lines
1.1 KiB
Desktop File
31 lines
1.1 KiB
Desktop File
|
[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
|