
@NicholasScribner-0956,
You need to adjust the last line in /usr/bin/teams
Change:
nohup "$TEAMS_PATH" --disable-namespace-sandbox --disable-setuid-sandbox "$@" > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
To:
nohup "$TEAMS_PATH" "$@" --disable-namespace-sandbox --disable-setuid-sandbox > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
Now, we have confirmed that this is a bug on Teams for Linux 1.4.00.4855. Microsoft will fix it with next version.
Thanks for your patience and understanding.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.