Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Popov 94eb9bf3ea
add KDE new file entry 2022-07-17 12:39:15 +03:00
Alexander Popov b3f4a9db8f
add chromium.desktop 2022-07-17 12:21:32 +03:00
7 changed files with 83 additions and 1 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

View File

@ -1 +1,19 @@
Templates for new documents in GNOME
Templates for new documents
===========================
### Install for GNOME
```sh
mkdir -p $HOME/Templates
cp ./files/* $HOME/Templates/
```
### Install for KDE
```sh
mkdir -p $HOME/Templates
mkdir -p $HOME/.local/share/templates
cp ./files/* $HOME/Templates/
cp ./kde/* $HOME/.local/share/templates/
```

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=CSS
Comment=
Type=Link
URL=/home/user/Templates/CSS.css
Icon=text-css

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Empty File
Comment=
Type=Link
URL=/home/user/Templates/File
Icon=none

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=HTML
Comment=
Type=Link
URL=/home/user/Templates/HTML.html
Icon=text-html

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=JavaScript
Comment=
Type=Link
URL=/home/user/Templates/JavaScript.js
Icon=application-json