add initial desktop files for the scripts wrappers

This commit is contained in:
Aminda Suomalainen 2024-04-20 10:23:15 +03:00
parent 81773118eb
commit 816157fc25
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 56 additions and 0 deletions

View File

@ -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
```

View 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

View 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

View 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