using Ubuntu 17.10, when a notification come and I click on it (email, web notification...) if I have Telegram or MEGAsynch in background (in system tray, not just minimized in panel) they get focus and open in foreground.
How can I fix this?
using Ubuntu 17.10, when a notification come and I click on it (email, web notification...) if I have Telegram or MEGAsynch in background (in system tray, not just minimized in panel) they get focus and open in foreground.
How can I fix this?
Fixed by myself removing gnome-shell-extension-appindicator
, default in ubuntu 17.10, as reported here. Replacing instead with topicon plus.
Topicon plus is not affected by the issue. Moreover some application that not show icon in system tray with appindicator, works fine with topicon (like HexChat for me).
Appindicator need improvement from Canonical. Hope for Ubuntu 18.04.
Recap:
sudo nano /var/lib/dpkg/status
remove dependencies of gnome-shell-extension-appindicator
from Package: ubuntu-desktop
(use search, it's long file);sudo apt remove gnome-shell-extension-appindicator
sudo apt-mark hold gnome-shell-extension-appindicator
to prevent future software update