yktoo / indicator-sound-switcher

Sound input/output selector indicator for Linux
https://yktoo.com/en/software/sound-switcher-indicator/
GNU General Public License v3.0
367 stars 29 forks source link

No icon in notification area but there is a blank space were icon should be Mint 19.1 MATE #71

Closed adrummer354 closed 5 years ago

adrummer354 commented 5 years ago

I installed 2.2.0 on Linux mint 19.1 MATE but do not have an icon in the system tray when the application is open. It opens a blank space where there should be an icon so I can right click that space to execute functions as needed but no icon is there.

yktoo commented 5 years ago

The package install icons into the following directories:

share/icons/ubuntu-mono-dark/status/22
share/icons/ubuntu-mono-light/status/22
share/icons/hicolor/22x22/status
share/icons/hicolor/scalable/status

I guess Mint doesn't use any of them. So you would need to symlink or copy the appropriate icon file into a location recognised by Mint. And then run sudo update-icon-caches /usr/share/icons/*.

yktoo commented 5 years ago

Hi @adrummer354, dod you manage do fix the issue with the solution I provided?