cancel
Showing results for 
Search instead for 
Did you mean: 
2025 CMX Awards

The Zoom Community is nominated for the 2025 CMX Community Industry Awards in the Customer Support Community category!

Vote now

Zoom icon in system tray on linux mint

mykhailo_humen
Newcomer
Newcomer

Hello!

 

I would like to know if there is some possibility to change the system tray icon on Linux mint.

 

Even if it requires some changes of files on my local system. I just want to use another picture not like on screenshoot

mykhailo_humen_0-1682677460938.png

 

1 REPLY 1

kfhkfh
Newcomer
Newcomer

Hi Mykhailo.

Zoom is qt application so resources are embedded within executable binary.

Run bellow commands to change svg resource of the tray icon:

sudo cp /opt/zoom/zoom /opt/zoom/zoom-backup
sudo sed -i 's/<path d="M67.7344/<!--h d="M67.7344/g' /opt/zoom/zoom
sudo sed -i 's/69.0625Z" fill="white"\/>/69.0625Z" fill="white-->/g' /opt/zoom/zoom

 For sure works for version 5.16.0.

zoom.png