Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775575 - net-im/teams-1.4.00.4855: Cannot join meetings via URL anymore
Summary: net-im/teams-1.4.00.4855: Cannot join meetings via URL anymore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2021-03-12 09:20 UTC by Stefan Huber
Modified: 2021-03-13 22:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
A patch that fixes /usr/bin/teams accordingly. (fix-url-opening-1.4.00.4855.patch,439 bytes, patch)
2021-03-12 09:21 UTC, Stefan Huber
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Huber 2021-03-12 09:20:02 UTC
Starting with version 1.4.00.4855 the teams client cannot join meetings via URLs anymore. This is a well-known issue and a fix is given by a user:

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

I'll append a patchfile for ebuild to this bug report.

Reproducible: Always

Steps to Reproduce:
1. Start teams client (may be skipped)
2. Open a teams meeting URL, e.g., some that you may have received via mail
Actual Results:  
The client is started (if not yet), and nothing more.

Expected Results:  
The meeting shall be joined.
Comment 1 Stefan Huber 2021-03-12 09:21:03 UTC
Created attachment 690930 [details, diff]
A patch that fixes /usr/bin/teams accordingly.
Comment 2 Larry the Git Cow gentoo-dev 2021-03-13 22:09:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec42b81444f2545b1ed549035651c6e2bd1b2c4

commit dec42b81444f2545b1ed549035651c6e2bd1b2c4
Author:     Stefan Huber <shuber@sthu.org>
AuthorDate: 2021-03-12 09:30:11 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2021-03-13 22:06:49 +0000

    net-im/teams: Add fix for URL opening
    
    Teams-1.4.00.4855 has a bug that meeting URLs cannot be opened anymore.
    A fix is given at [1] by a user. Apply this fix to the ebuild.
    
    [1]  https://docs.microsoft.com/en-us/answers/questions/298724/open-teams-meeting-link-on-linux-doens39t-work.html#
    
    Closes: https://bugs.gentoo.org/775575
    Signed-off-by: Stefan Huber <shuber@sthu.org>
    Closes: https://github.com/gentoo/gentoo/pull/19888
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 .../teams/files/fix-url-opening-1.4.00.4855.patch  |   9 ++
 net-im/teams/teams-1.4.00.4855-r1.ebuild           | 114 +++++++++++++++++++++
 2 files changed, 123 insertions(+)