For meetings, I need to change the background to a particular image. I could not see the "Show background effects" feature in my ubuntu 18.04. How can we add a virtual background?
12 Answers
The feature is currently absent for Linux systems. According to Change your background for a Teams meeting - Office Support:
3
- For now, Linux users aren't able to use this feature.
As of January 2022, the Teams Background Effects (change/blur) works in Microsoft Edge for Linux. I have it running on Ubuntu 20.04.
Here's what it looks like (option highlighted in red):
Create Teams on Edge desktop file
You can also create .desktop file to open MS Edge with Teams. You can do this by:
- Copy and rename existing Edge .desktop file from terminial:
cp /usr/share/applications/microsoft-edge.desktop ~/.local/share/applications/microsoft-teams-edge.desktop - Edit the file:
gedit ~/.local/share/applications/microsoft-teams-edge.desktop - Change
Nameentry at the top of the file and replace it with something likeName=Teams on Edge Microsoft - Find the
Execentry in the file and replace it withExec=/usr/bin/microsoft-edge-stable --profile-directory="Default". If you use multiple MS Edge profiles, change "Default" in the above command to the profile you use for Teams (eg--profile-directory="Profile 1"). - Optional: You can also set a unique icon so that Teams on Edge looks different to the default Edge icon. Here is the icon I created for this purpose.
Background
This functionality update is related to Microsoft Feature ID: 85738. It may also work in Chromium-based browsers like Chrome or Brave. Also see here for more info.
4