Custom background image #1359
-
Hello. I'm using teams-for-linux (Ubuntu 23.10) from Flatpack. And I'm trying to add my own background from my PC. What I am doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
there is an example in here https://github.com/IsmaelMartinez/teams-for-linux/tree/develop/app/customBackground/example . Maybe have a look |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick response @IsmaelMartinez PS: path to config /home//.var/app/com.github.IsmaelMartinez.teams_for_linux/config/teams-for-linux/config.json |
Beta Was this translation helpful? Give feedback.
Please, read https://github.com/IsmaelMartinez/teams-for-linux/blob/develop/app/config/README.md#custom-backgrounds.
It explains what you have to do to get custom backgrounds working.
Sadly this isn't trivial to set up. You need some kind of web server (with a special configuration that has Access-Control-Allow-Origin "*" set) to provide the background image(s) and you have to set several options in teams-for-linux configuration to point to your web server.