Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.1.1, 5.2.0
-
None
Description
QSystemTrayIcon doesn't appear on linux(ubuntu 12.04)
The code that is given below, I compiled both qt 5.1.1 and qt 4.8.5 and there isnt any problem with 4.8.5 but on 5.1.1 icon doesnt appear.
code:
QSystemTrayIcon* trayIcon = new QSystemTrayIcon;
trayIcon->setIcon(QIcon(":/new/prefix1/cart512x512.png"));
trayIcon->setToolTip(QString("Hello there..."));
trayIcon->show();
Attachments
Issue Links
- relates to
-
QTBUG-31762 [REG] XCB: QSystemTrayIcon creates an icon in the wrong place.
- Closed