Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Teams for Linux snap application will not start

Writer Matthew Harrington

I recently installed Ubuntu 19.04 on my work laptop, and installed Teams for Linux snap for work purposes. Everything seemed to work perfectly at first, but at some point it stopped working. I can find the shortcut icon under Gnome's applications list, but nothing happens when I click it. Right clicking and selecting "Show details" returns the error message Could not find "teams-for-linux_teams-for-linux.desktop". I tried to start the application from terminal to see if it returns any error messages, but absolutely nothing happens. When executing startup command, it simply returns to command prompt as shown below.

~$ teams-for-linux
~$

I've tried adding --verbose, --v and -v to see if this will return any feedback, but the result is the same. It simply returns to command prompt. Searching for through my hard drive for files named *teams-for-linux* in the name yields multiple locations, and I can only assume the application is installed.

~$ sudo find / -iname *teams-for-linux*
/tmp/snap.teams-for-linux
/tmp/snap.teams-for-linux/tmp/.snap/snap/teams-for-linux
/var/lib/snapd/apparmor/profiles/snap.teams-for-linux.teams-for-linux
/var/lib/snapd/apparmor/profiles/snap-update-ns.teams-for-linux
/var/lib/snapd/snapshots/2_teams-for-linux_0.7.0_62.zip
/var/lib/snapd/snapshots/4_teams-for-linux_0.7.0_62.zip
/var/lib/snapd/snapshots/3_teams-for-linux_0.7.0_62.zip
/var/lib/snapd/desktop/applications/teams-for-linux_teams-for-linux.desktop
/var/lib/snapd/seccomp/bpf/snap.teams-for-linux.teams-for-linux.src
/var/lib/snapd/seccomp/bpf/snap.teams-for-linux.teams-for-linux.bin
/var/lib/snapd/cookie/snap.teams-for-linux
/var/lib/snapd/mount/snap.teams-for-linux.fstab
/var/lib/snapd/mount/snap.teams-for-linux.user-fstab
/var/lib/snapd/sequence/teams-for-linux.json
/var/lib/snapd/snaps/teams-for-linux_62.snap
/var/cache/apparmor/26b63962.0/snap.teams-for-linux.teams-for-linux
/var/cache/apparmor/26b63962.0/snap-update-ns.teams-for-linux
/var/snap/teams-for-linux
/home/[user]/.cache/gnome-software/odrs/io.snapcraft.teams-for-linux-IIAJhVGfBhm393UTagoW5awtZlPDGqHd.json
/home/[user]/snap/teams-for-linux
/etc/udev/rules.d/70-snap.teams-for-linux.rules
/run/snapd/ns/snap.teams-for-linux.fstab
/run/snapd/ns/teams-for-linux.mnt
/run/snapd/ns/snap.teams-for-linux.info
/run/snapd/lock/teams-for-linux.lock
/run/user/1000/snap.teams-for-linux
find: ‘/run/user/1000/doc’: Ikke tilgang
find: ‘/run/user/1000/gvfs’: Ikke tilgang
/run/udev/tags/snap_teams-for-linux_teams-for-linux
find: ‘/proc/2621/task/2621/net’: Ugyldig argument
find: ‘/proc/2621/net’: Ugyldig argument
/root/snap/teams-for-linux
/sys/fs/cgroup/devices/snap.teams-for-linux.teams-for-linux
/sys/fs/cgroup/freezer/snap.teams-for-linux
/snap/teams-for-linux
/snap/teams-for-linux/62/meta/gui/teams-for-linux.desktop
/snap/teams-for-linux/62/teams-for-linux
/snap/bin/teams-for-linux

I am at a loss here. Any advice on what the issue may be is most welcome.

4

2 Answers

I posted the issue on the GitHub page. I was advised to try install the deb package instead. Installing from the deb package from the GitHub downloads page worked, and I got Teams for Linux running (at least for now).

[Update 2021-08-19]

As per Nicholoas Saunders' reply, teams-for-linux snap application now seemingly works again. Presumably due to an update.

Since this question was posted Microsoft has added Linux support to their official Teams app. Consequently, teams-for-linux is currently only maintained, and no longer developed. Therefore, it might be worth considering using Microsoft's official app moving forward.

Hmm.

For what it's worth, the command "works for me" on 21.04 when that specific version was installed via snap.

See:

nicholas@mordor:~$
nicholas@mordor:~$ snap info teams-for-linux
name: teams-for-linux
summary: Unofficial Microsoft Teams client for Linux using Electron.
publisher: ismael (ismaelmartinez)
store-url:
contact:
license: unset
description: | Unofficial Microsoft Teams client for Linux using Electron. It uses the Web App and wraps it as a standalone application using Electron. Snap uses confinement to provide more security, this restrict the access to hardware or data on your device to prevent security issues.
commands: - teams-for-linux
snap-id: IIAJhVGfBhm393UTagoW5awtZlPDGqHd
tracking: latest/stable
refresh-date: 6 days ago, at 19:37 PDT
channels: latest/stable: 1.0.9 2021-07-13 (172) 74MB - latest/candidate: ↑ latest/beta: ↑ latest/edge: 1.0.9 2021-07-15 (175) 74MB -
installed: 1.0.9 (172) 74MB -
nicholas@mordor:~$ 

Presumably the OP has since updated their OS.

I do notice that it's necessary to click the little icon in the top right to get a window. But, definitely, running that command generates output very unlike that of the OP.

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy