Open teams meeting link on linux doens't work

Thomas 166 Reputation points
2021-03-04T10:00:07.433+00:00

on version: 1.4.00.4855 of teams it isn't possible for me to use a link to go in a teams meeting.
How can I resolve the problem?

Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
456 questions
{count} votes

Accepted answer
  1. Marcus 411 Reputation points
    2021-03-11T08:45:53.42+00:00

    A colleague of mine has found out that the last line in /usr/bin/teams is messed up. It needs to read:

    nohup "$TEAMS_PATH" "$@" --disable-namespace-sandbox --disable-setuid-sandbox > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
    

    That is, the "$@" basically just needs to move further to the left.

    27 people found this answer helpful.

11 additional answers

Sort by: Most helpful
  1. Tudor Tabacel 31 Reputation points
    2021-03-09T13:15:49.323+00:00

    Hello! I have just updated to 1.4.00.4855 via normal (Microsoft provided) Ubuntu repositories and the meeting links are not opened in the Teams application. Downgrading to 1.3.00.30857 brings back the functionality to open the meeting links from the browser to the dedicated Teams app. I assume that the link handler got lost, somewhere :) I have checked the .desktop file in both, it looks identical. I assume that the change that broke this feature is part of the internal (or command line driven) meeting URL handling.

    1 person found this answer helpful.

  2. FlorianScholz 1 Reputation point
    2021-04-13T08:09:40.163+00:00

    I think it is fixed now


  3. Korzennik, Sylvain 0 Reputation points
    2023-02-06T18:18:13.08+00:00

    Indeed, the problem is back, and IM(H)O it has nothing to do with the version of TEAMS you run on your Linux box, or the configuration of the browser. Some genius at Microsoft decided to process a link in the form

    https://teams.microsoft.com/l/meetup-join/....

    differently when the browser runs under Linux.

    If I click on a teams invite on any of my Windows machines, I land on a page w/ the usual choices: use the app or use the web version.

    The same link under Linux (from Chrome or Firefox) show a choice for 1/10 of a second, but w/ no time to select it almost directly goes to the web version (or croaks w/ a typical inane message).

    This is NOT what should happen if the Microsoft software architects had a working brain and would use it.

    This worked fine until a (few?) month(s) or so ago, since I tinkered w/ xdg-open to catch a msteams://xxx specification.

    Why fix something if it ain't broken and in the process bear things - the web version is clunky at best, and no I do not want to run everything under a browser.

    I can go to the calendar of Teams itself I can join a meeting via the ID and passwd, but why is teams.microsoft.com making the wrong decision for the user instead of giving the choice avail under Windows?


  4. Jan Sobota 0 Reputation points
    2023-02-06T21:44:13.1533333+00:00

    Observing the same issue in v 1.5.00.23861 on Mint/Ubuntu.

    0 comments No comments