Package Details: teams-for-linux 1.12.6-1

Git Clone URL: https://aur.archlinux.org/teams-for-linux.git (read-only, click to copy)
Package Base: teams-for-linux
Description: Unofficial Microsoft Teams client for Linux using Electron.
Upstream URL: https://github.com/IsmaelMartinez/teams-for-linux
Licenses: GPL-3.0-only
Submitter: ivelkov
Maintainer: jijojosephk (pschichtel)
Last Packager: pschichtel
Votes: 88
Popularity: 1.77
First Submitted: 2018-04-03 15:36 (UTC)
Last Updated: 2025-01-29 01:38 (UTC)

Pinned Comments

pschichtel commented on 2024-04-30 20:18 (UTC) (edited on 2024-04-30 20:19 (UTC) by pschichtel)

Before marking the package out of date, please first check that the new version is not a pre-release. I'm tracking releases, not pre-releases.

jijojosephk commented on 2024-02-05 02:42 (UTC)

Talk to community members here:

https://matrix.to/#/#teams-for-linux_community:gitter.im

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 24 Next › Last »

mattelacchiato commented on 2022-10-18 08:06 (UTC)

remember that you must have either nodejs-lts-gallium or nodejs-lts-fermium installed (or any version of nodejs between 14 and 16). Last version of nodejs (>=17) does not work.

Couldn't this be part of the PKGBUILD ?

crazyquark commented on 2022-09-29 17:48 (UTC)

Hello, this package also builds on aarch64(pinebook pro). I think you should mark it as such.

micwoj92 commented on 2022-09-29 07:04 (UTC)

@jijojosephk use "Flag package out-of-date" button

jijojosephk commented on 2022-09-29 05:58 (UTC)

@mlerota, spellcheck is working with latest version.

jijojosephk commented on 2022-09-29 05:49 (UTC)

Upstream version at 1.0.40 with electron 21.0.1

zagg commented on 2022-09-27 16:19 (UTC) (edited on 2022-09-27 16:38 (UTC) by zagg)

I agree with @j0hannes, This can't be built with python2.
On my case it is failling with:

== Tests result: FAILURE ==
369 tests OK.
2 tests failed:
    test_codecs test_locale

EDIT1: Still looking why Python2 is required as a dep and what are these errors.
EDIT2: python2 is a "makedepends". So if it does not fail the build it can be removed safely, which is the case. Removed. Done

mlerota commented on 2022-09-26 15:24 (UTC) (edited on 2022-09-27 09:02 (UTC) by mlerota)

Hi guys. Is you spell check working in Teams? Mine is not. Am I missing some package or what? - It started to work today. Don't know why. Sorry for disturbing..

j0hannes commented on 2022-09-25 19:24 (UTC)

This package can't be built anymore since python2 has been removed. I manually removed that dependency following @brody's suggestion and makepkg successfully finishing its job without any complaint. I also searched the code for a python2 reference, but couldn't find any. If this dependency is not actually needed, please remove it from the PKGBUILD so that others can install it without the need for manual adjustment. Thanks.

micwoj92 commented on 2022-09-20 07:01 (UTC)

In-case anyone comes here and notices this package is out of date, updating PKGBUILD in most case is trivial and requires changing 2 lines. Hope this helps someone.

damentz commented on 2022-09-19 23:39 (UTC)

In-case anyone comes here and notices this package is out of date, the upstream developer publishes a flatpak, snap, and AppImage, on every update.

I personally use flatpak for work and it works great. Hope this helps someone.