Show icon in Ubuntu 13.04
-
How I can display an icon in Ubuntu 13.04? I am run "systray" from examples. But icon didn`t show up.
sni-qt is installed
Please help me! -
Did you've take a look at "QSystemTrayIcon":https://qt-project.org/doc/qt-4.8/qsystemtrayicon.html ?
-
bq. Did you’ve take a look at QSystemTrayIcon [qt-project.org] ?
Yes
I have another questions.
If I configure Qt with options and make
@./configure -opensource -release -shared -gtkstyle -sm -dbus -glib -no-webkit -no-phonon -nomake examples -nomake demos
make
make install@I don`t see icon when use QSystemTrayIcon.
But if I remove libs that I build, and install Qt from repository I see it.
Why?Which make keys were enabled for building the Qt from the Ubuntu repository?
-
IIRC, ubuntu have gone their own way to show the systray icon. There was a mention of a patch on this forum but I can't remember which thread right now.
Have a look at the source packages from ubuntu to see also what patches they apply. You can also search the bug tracker from Qt.
-