3

In Ubuntu 16.04 I had a Thunderbird icon in tray bar with unread messages but there isn't in Ubuntu 18.04.

Is there a chance to have it again?

2 Answers2

0

Try Birdtray (https://github.com/gyunaev/birdtray)

Install on Ubuntu 18.04:

$ sudo add-apt-repository ppa:linuxuprising/apps
$ sudo apt install birdtray
PawelW
  • 9
0

If you are using the desktop file from Mozilla I would suggest checking that file (typically in /usr/local/share/applications) to see if the Icon= property is pointing to the correct path.

In my case, I had installed Thunderbird to a different location than what is in that file by default and had to update the icon path to point to that location.

NotTheDr01ds
  • 22,082
Khoward
  • 101