Add teams and thunderbird to autostart
This commit is contained in:
parent
49001711a8
commit
9458fb3129
2 changed files with 44 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Name=Teams for Linux
|
||||
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=teams-for-linux --file-forwarding com.github.IsmaelMartinez.teams_for_linux @@u %U @@
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=com.github.IsmaelMartinez.teams_for_linux
|
||||
StartupWMClass=teams-for-linux
|
||||
Comment=Unofficial Microsoft Teams client for Linux using Electron. It uses the Web App and wraps it as a standalone application using Electron.
|
||||
MimeType=x-scheme-handler/msteams;
|
||||
Categories=Chat;Network;Office;
|
||||
X-Desktop-File-Install-Version=0.27
|
||||
X-Flatpak-RenamedFrom=teams-for-linux.desktop;
|
||||
X-Flatpak=com.github.IsmaelMartinez.teams_for_linux
|
31
desktop/.config/autostart/org.mozilla.Thunderbird.desktop
Normal file
31
desktop/.config/autostart/org.mozilla.Thunderbird.desktop
Normal file
|
@ -0,0 +1,31 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Thunderbird
|
||||
GenericName=Email
|
||||
Comment=Send and Receive Email
|
||||
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=thunderbird --file-forwarding org.mozilla.Thunderbird @@u %u @@
|
||||
Icon=org.mozilla.Thunderbird
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=message/rfc822;x-scheme-handler/mailto;
|
||||
StartupNotify=true
|
||||
Categories=Network;Email;
|
||||
Name[cs]=Poštovní klient Thunderbird
|
||||
Name[ca]=Client de correu Thunderbird
|
||||
Name[fi]=Thunderbird-sähköposti
|
||||
Name[fr]=Messagerie Thunderbird
|
||||
Name[pl]=Klient poczty Thunderbird
|
||||
Name[pt_BR]=Cliente de E-mail Thunderbird
|
||||
Name[sv]=E-postklienten Thunderbird
|
||||
Comment[ca]=Llegiu i escriviu correu
|
||||
Comment[cs]=Čtení a psaní pošty
|
||||
Comment[de]=Emails lesen und verfassen
|
||||
Comment[fi]=Lue ja kirjoita sähköposteja
|
||||
Comment[fr]=Lire et écrire des courriels
|
||||
Comment[it]=Leggere e scrivere email
|
||||
Comment[ja]=メールの読み書き
|
||||
Comment[pl]=Czytanie i wysyłanie e-maili
|
||||
Comment[pt_BR]=Ler e escrever suas mensagens
|
||||
Comment[sv]=Läs och skriv e-post
|
||||
X-Desktop-File-Install-Version=0.26
|
||||
X-Flatpak=org.mozilla.Thunderbird
|
Loading…
Reference in a new issue