mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
add initial desktop files for the scripts wrappers
This commit is contained in:
parent
81773118eb
commit
816157fc25
@ -7,3 +7,13 @@ populated._
|
||||
- redshift - app that changes screen temperature along the sun
|
||||
- telegramdesktop - IM app, based on telegram-desktop package
|
||||
- com.wire.WireDesktop - Wire flatpak based on the flatpak of the same name
|
||||
|
||||
## `a-*.desktop`
|
||||
|
||||
These files belong to `/usr/local/share/applications` and are named so to
|
||||
avoid masking package manager. They have clearly different names such as using
|
||||
all caps. To refresh them:
|
||||
|
||||
```bash
|
||||
sudo update-desktop-database -v /usr/local/share/applications
|
||||
```
|
||||
|
15
etc/xdg/autostart/a-brave-beta.desktop
Normal file
15
etc/xdg/autostart/a-brave-beta.desktop
Normal file
@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=BRAVE BETA
|
||||
Exec=/usr/local/bin/brave-beta %U
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Icon=brave-browser-beta
|
||||
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;x-scheme-handler/ipfs;x-scheme-handler/ipns;
|
||||
Actions=Guest
|
||||
|
||||
[Desktop Action Guest]
|
||||
Name=Vierasistunto
|
||||
Exec=/usr/local/bin/brave-beta --guest %U
|
16
etc/xdg/autostart/a-brave-nightly.desktop
Normal file
16
etc/xdg/autostart/a-brave-nightly.desktop
Normal file
@ -0,0 +1,16 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=BRAVE NIGHTLY
|
||||
Name[fi]=BRAVE EPÄVAKAIN
|
||||
Exec=/usr/local/bin/brave-nightly %U
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Icon=brave-browser-nightly
|
||||
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;x-scheme-handler/ipfs;x-scheme-handler/ipns;
|
||||
Actions=Guest
|
||||
|
||||
[Desktop Action Guest]
|
||||
Name=Vierasistunto
|
||||
Exec=/usr/local/bin/brave-nightly --guest %U
|
15
etc/xdg/autostart/a-brave.desktop
Normal file
15
etc/xdg/autostart/a-brave.desktop
Normal file
@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=BRAVE
|
||||
Exec=/usr/local/bin/brave %U
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Icon=brave-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;x-scheme-handler/ipfs;x-scheme-handler/ipns;
|
||||
Actions=Guest
|
||||
|
||||
[Desktop Action Guest]
|
||||
Name=Vierasistunto
|
||||
Exec=/usr/local/bin/brave --guest %U
|
Loading…
Reference in New Issue
Block a user