Zoom icon in system tray on linux mint | Community
Skip to main content
Newcomer
April 28, 2023
Question

Zoom icon in system tray on linux mint

  • April 28, 2023
  • 1 reply
  • 37 views

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

 

    1 reply

    Newcomer
    October 4, 2023

    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.