flathub / com.microsoft.Teams

https://flathub.org/apps/details/com.microsoft.Teams
14 stars 6 forks source link

Open teams meeting link on linux doesn't work #75

Closed marciosr closed 3 years ago

marciosr commented 3 years ago

Trying to open a meeting link doesn't work like was told on that link:

https://docs.microsoft.com/en-us/answers/questions/298724/open-teams-meeting-link-on-linux-doens39t-work.html

To fix, just need to change de "exec" line of "tems" executable script from: exec env TMPDIR="$XDG_CACHE_HOME" zypak-wrapper /app/extra/teams/teams --disable-namespace-sandbox --disable-setuid-sandbox "$@" to: exec env TMPDIR="$XDG_CACHE_HOME" zypak-wrapper /app/extra/teams/teams "$@" --disable-namespace-sandbox --disable-setuid-sandbox

Lctrs commented 3 years ago

This is done since yesterday. Just update the flatpak.