QSystemTrayIcon not working correctly under GNOME 3.14
-
wrote on 9 Apr 2015, 14:18 last edited by David.G 4 Oct 2015, 12:39
Hello,
I've recently started using Qt for my applications and I've noticed that the system tray under the GNOME 3 environment doesn't work. It works correctly under Ubuntu/Unity and possibly KDE, XFCE, etc (haven't completely tested).
I added the code in a repo to those who would like to test under a virtual box or check the code:
// set up system tray trayIcon = new QSystemTrayIcon(this); //grab from qrc trayIcon->setIcon(QIcon(":/gnu.png")); trayIcon->show();
Any suggestions? (I'm using Ubuntu 15.04 (desktop) and Ubuntu GNOME 15.04 (laptop) which I pretty much use to program)
-
Hi,
You should also add which linux distribution you are currently running
-
wrote on 10 Apr 2015, 00:28 last edited by
Added the distribution(s) to the main post:
(also leaving the note here just in case): I'm using Ubuntu 15.04 (desktop) and Ubuntu GNOME 15.04 (laptop) which I pretty much use to program
-
15.04 being not yet officially released, can you check with its provided Qt 5 to see if you are experiencing the same thing ?
-
wrote on 10 Apr 2015, 23:00 last edited by
Hi,
this is a known bug and fixed in Qt 5.5.0 Alpha: https://bugreports.qt.io/browse/QTBUG-31762 -
Hi,
this is a known bug and fixed in Qt 5.5.0 Alpha: https://bugreports.qt.io/browse/QTBUG-31762wrote on 13 Apr 2015, 16:33 last edited byThis post is deleted!
5/6