mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
add/fix desktop entries for wrappers firefox, steam, thunderbird
This commit is contained in:
parent
4c841781b3
commit
24c9209cbe
@ -8,7 +8,7 @@ Type=Application
|
||||
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
|
||||
StartupNotify=true
|
||||
Categories=Network;WebBrowser;
|
||||
Actions=new-window;new-private-window;profile-manager-window;
|
||||
Actions=new-window;new-private-window;
|
||||
StartupWMClass=firefox
|
||||
|
||||
[Desktop Action new-window]
|
||||
|
55
etc/xdg/autostart/a-steam.desktop
Normal file
55
etc/xdg/autostart/a-steam.desktop
Normal file
@ -0,0 +1,55 @@
|
||||
[Desktop Entry]
|
||||
Name=STEAM
|
||||
Exec=/usr/local/bin/steam %U
|
||||
Icon=steam
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Game;
|
||||
MimeType=x-scheme-handler/steam;x-scheme-handler/steamlink;
|
||||
Actions=Store;Community;Library;Servers;Screenshots;News;Settings;BigPicture;Friends;
|
||||
PrefersNonDefaultGPU=true
|
||||
|
||||
[Desktop Action Store]
|
||||
Name=Store
|
||||
Name[fi]=Kauppa
|
||||
Exec=/usr/local/bin/steam steam://store
|
||||
|
||||
[Desktop Action Community]
|
||||
Name=Community
|
||||
Name[fi]=Yhteisö
|
||||
Exec=/usr/local/bin/steam steam://url/SteamIDControlPage
|
||||
|
||||
[Desktop Action Library]
|
||||
Name=Library
|
||||
Name[fi]=Kokoelma
|
||||
Exec=/usr/local/bin/steam steam://open/games
|
||||
|
||||
[Desktop Action Servers]
|
||||
Name=Servers
|
||||
Name[fi]=Palvelimet
|
||||
Exec=/usr/local/bin/steam steam://open/servers
|
||||
|
||||
[Desktop Action Screenshots]
|
||||
Name=Screenshots
|
||||
Name[fi]=Kuvankaappaukset
|
||||
|
||||
Exec=/usr/local/bin/steam steam://open/screenshots
|
||||
|
||||
[Desktop Action News]
|
||||
Name=News
|
||||
Name[fi]=Uutiset
|
||||
Exec=/usr/local/bin/steam steam://open/news
|
||||
|
||||
[Desktop Action Settings]
|
||||
Name=Settings
|
||||
Name[fi]=Asetukset
|
||||
Exec=/usr/local/bin/steam steam://open/settings
|
||||
|
||||
[Desktop Action BigPicture]
|
||||
Name=Big Picture
|
||||
Exec=/usr/local/bin/steam steam://open/bigpicture
|
||||
|
||||
[Desktop Action Friends]
|
||||
Name=Friends
|
||||
Name[fi]=Kaverit
|
||||
Exec=/usr/local/bin/steam steam://open/friends
|
10
etc/xdg/autostart/a-thunderbird.desktop
Normal file
10
etc/xdg/autostart/a-thunderbird.desktop
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=THUNDERBIRD
|
||||
Exec=/usr/local/bin/thunderbird %U
|
||||
Icon=thunderbird
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=message/rfc822;x-scheme-handler/mailto;
|
||||
StartupNotify=true
|
||||
Categories=Network;Email;
|
Loading…
Reference in New Issue
Block a user