Latest version of teams with latest update of ArchLinux started to blink screen between applications when I try to share screen. Is it a known issue?
Search Criteria
Package Details: teams 1.5.00.23861-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/teams.git (read-only, click to copy) |
---|---|
Package Base: | teams |
Description: | Microsoft Teams for Linux is your chat-centered workspace in Office 365 |
Upstream URL: | https://teams.microsoft.com/downloads |
Licenses: | custom |
Conflicts: | ms-teams |
Replaces: | ms-teams |
Submitter: | ogarcia |
Maintainer: | ogarcia (jvybihal) |
Last Packager: | ogarcia |
Votes: | 316 |
Popularity: | 2.51 |
First Submitted: | 2019-12-10 18:41 (UTC) |
Last Updated: | 2023-03-04 10:15 (UTC) |
Dependencies (10)
- alsa-lib
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libsecret
- libxss
- libxtst
- nss (nss-hgAUR)
- libappindicator-gtk3 (optional) – Systray indicator support
- org.freedesktop.secrets (gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, dssdAUR, bitw-gitAUR, keepassxc-qt6AUR, pass-secret-service-binAUR, pass-secret-service-gitAUR, keepassxc-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – Keyring password store support
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR) (optional) – Video and voice call support
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 47 Next › Last »
merzo commented on 2022-03-28 11:51 (UTC)
viktarchemko commented on 2022-03-26 20:09 (UTC) (edited on 2022-03-26 20:15 (UTC) by viktarchemko)
I changed the command from the pinned comment to also solve the problem with joining online meetings
mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}/applications"
cp -a "/usr/share/applications/teams.desktop" \
"${XDG_DATA_HOME:-$HOME/.local/share}/applications/teams.desktop"
sed -i -e 's,teams %U,teams %U --disable-seccomp-filter-sandbox,' \
"${XDG_DATA_HOME:-$HOME/.local/share}/applications/teams.desktop"
mozo commented on 2022-03-22 11:25 (UTC)
@pcfreak You can try this:
pcfreak commented on 2022-03-22 11:19 (UTC)
It seems, that with the current version it is not possible to join a teams meeting via URL. The website pops up and if I select to open the meeting with xdg-open teams gets the focus like doing something but joining the meeting is not happening.
mozo commented on 2022-03-14 10:31 (UTC)
Voted!
vpotocek commented on 2022-03-14 10:12 (UTC) (edited on 2022-03-14 10:12 (UTC) by vpotocek)
Everyone who can please cast a vote at https://feedbackportal.microsoft.com/feedback/idea/a75f6ded-438e-ec11-a81b-0022484c51ef. This is only a login and one click away and takes mere seconds. At the time of writing this, the issue is at 425 votes, putting it at page 49 (!!!) in the feedback list. There is ZERO chance Microsoft is going to even notice if it's busy implementing useless clap like DTMF tones (490), GIF avatars (680) or the poop emoji (940 votes). The important things seem to start upwards of 1000 votes and it should not be too far away to get in their company if we really try.
ogarcia commented on 2022-03-09 07:45 (UTC)
@jorge_barroso please, before posting read pinned comments. Say that 1.4.00.7556
is a newer version than current one (at moment of write this comment 1.4.00.26453
) is FUD.
But if you doubt about latest version of Teams, you can go to Microsoft Teams download page and download the lastest DEB
or RPM
version. What version download?
matt17br commented on 2022-03-09 01:15 (UTC)
@jorge_barroso, as per @ogarcia's pinned comments, "WARNING: PLEASE STOP FLAG THIS PACKAGE AS OUT OF DATE teams_1.4.00.7556_amd64.deb IS LOWER THAN CURRENT VERSION"
Microsoft adopts a misleading versioning scheme.
mozo commented on 2022-03-09 00:19 (UTC)
@jorge_barroso What are these quality of life improvements? Thanks for the patch!
jorge_barroso commented on 2022-03-08 23:29 (UTC) (edited on 2022-03-08 23:30 (UTC) by jorge_barroso)
The newest version seems to include a couple of quality of life improvements, plus fixes it for the latest version of either wayland on electron (don't know which one, but the current one stopped working for me after a recent update and the latest fixes it)
Here's a simple patch for it, nothing too crazy, just sha256 and version number updated:
--- PKGBUILD_old 2022-03-08 17:18:13.507578928 -0600
+++ PKGBUILD 2022-03-08 17:21:18.983481126 -0600
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=teams
-pkgver=1.4.00.26453
+pkgver=1.4.00.7556
pkgrel=1
pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365"
arch=('x86_64')
@@ -14,7 +14,7 @@
replaces=("ms-teams")
source=("https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/${pkgname}_${pkgver}_amd64.deb")
noextract=("${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('ee15b57793aa6b79ccda744d5232da670335abd931bae2a020f5043a129ab859')
+sha256sums=('ebd01ef8c63f2e63f665994e20c159c1692d9b3e1a682df929b63d00bb1c5379')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}_amd64.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
Pinned Comments
ogarcia commented on 2023-02-24 07:46 (UTC)
@mluque Yes, it seems that Microsoft is doing the wrong thing and has deleted the packages from the repository. There are several open threads on this topic.
The truth is that since the announcement that Microsoft was going to withdraw the Teams client, one does not know what is going to happen. I hope they restore the files, but in the meantime I have uploaded the binaries here (they are the Arch packages, I don't have the original .deb packages but if someone passes them to me I can include them).
ogarcia commented on 2022-02-01 10:30 (UTC) (edited on 2022-04-19 12:53 (UTC) by ogarcia)
Please, before flag as Out-of-date perform a double check in versions. Version 1.4.00.4855 is higher than 1.3.00.30857, 1.3.00.5153 or 1.3.00.958.
If you doubt, please remember the math classes and perform a count 1, 2, 3, 4, ..., 958, 959, ..., 5152, 5153, 5154, ..., 30856, 30857, 30858, etc.
You can go to HERE, download DEB or RPM and compare versions