Last active
September 10, 2022 15:16
-
-
Save vkareh/94b8a3f335728996a0c490184d2ac8af to your computer and use it in GitHub Desktop.
Put this file in `~/.local/share/applications/`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Microsoft Teams | |
Exec=webapp-container https://teams.microsoft.com --webappUrlPatterns=https?://*.microsoft*.com/* --app-id=commicrosoftteams --name="Microsoft Teams" --icon=~/.local/share/applications/commicrosoftteams.ico --store-session-cookies --enable-media-hub-audio --user-agent-string="Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" | |
Icon=~/.local/share/applications/commicrosoftteams.ico | |
Type=Application | |
StartupWMClass=commicrosoftteams | |
OnlyShowIn=Unity | |
Actions=chat;teams;meetings;files | |
[Desktop Action teams] | |
Name=Teams | |
Exec=webapp-container https://teams.microsoft.com/_#/conversations/?ctx=channel --webappUrlPatterns=https?://*.microsoft*.com/* --app-id=commicrosoftteams --name="Microsoft Teams" --icon=~/.local/share/applications/commicrosoftteams.ico --store-session-cookies --enable-media-hub-audio --user-agent-string="Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" | |
[Desktop Action chat] | |
Name=Chat | |
Exec=webapp-container https://teams.microsoft.com/_#/conversations/newchat?ctx=chat --webappUrlPatterns=https?://*.microsoft*.com/* --app-id=commicrosoftteams --name="Microsoft Teams" --icon=~/.local/share/applications/commicrosoftteams.ico --store-session-cookies --enable-media-hub-audio --user-agent-string="Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" | |
[Desktop Action meetings] | |
Name=Meetings | |
Exec=webapp-container https://teams.microsoft.com/_#/calendar --webappUrlPatterns=https?://*.microsoft*.com/* --app-id=commicrosoftteams --name="Microsoft Teams" --icon=~/.local/share/applications/commicrosoftteams.ico --store-session-cookies --enable-media-hub-audio --user-agent-string="Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" | |
[Desktop Action files] | |
Name=Files | |
Exec=webapp-container https://teams.microsoft.com/_#/my/file-recent --webappUrlPatterns=https?://*.microsoft*.com/* --app-id=commicrosoftteams --name="Microsoft Teams" --icon=~/.local/share/applications/commicrosoftteams.ico --store-session-cookies --enable-media-hub-audio --user-agent-string="Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment