Make sniqt recognize all tray abilities (or create a working indicator in Qt)

Posted by hakermania on Ask Ubuntu See other posts from Ask Ubuntu or by hakermania
Published on 2012-12-01T16:35:22Z Indexed on 2012/12/01 17:17 UTC
Read the original article Hit count: 263

Filed under:
|
|
|

There is this old thread of mine: How do I create a working indicator with Qt/C++? where I was suggested to use the QSystemTray library for making a tray icon in Ubuntu for my application.

Sniqt is a program that takes care of the rest. As known, Ubuntu has got rid of tray icons. Instead, it now uses indicators and only indicators. Sniqt converts the Qt tray icons into working indicators.

The problem is that it doesn't do a very decent convertion. Actions like single click, middle click etc do not work, while they do in systems that support tray icons.

Is there a way to have these actions back? Can I use QSystemTray icon and still have these interesting (and very helpful, in my occasion) actions in Ubuntu?

I would be glad to know the answer to the other thread I talked about earlier (how to make a working indicator using the GTK libraries and prevent the crash), as well.

Link for Sniqt bug: https://bugs.launchpad.net/sni-qt/+bug/1027652

© Ask Ubuntu or respective owner

Related posts about indicator

Related posts about gtk