Teams: Use RPM instead of Flatpak
This commit is contained in:
parent
4043a451be
commit
fbf5500013
2 changed files with 10 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
[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
|
|
10
desktop/.config/autostart/teams-for-linux.desktop
Normal file
10
desktop/.config/autostart/teams-for-linux.desktop
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Teams for Linux
|
||||||
|
Exec=/opt/teams-for-linux/teams-for-linux %U
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Icon=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;
|
Loading…
Reference in a new issue