On Monday, June 08, 2015 11:16:20 Jason L Tibbitts III wrote: > I have a little application for local use which sits in the systray and > tells people when they're getting low on disk quota. It has a tooltip > which gives current quota status. The tooltip text contains HTML. You > can see a screenshot of this tooltip at > https://fedorahosted.org/kquotanotifier/ > > The application itself is written in python3/pykde4. The tray icon > itself is a KStatusNotifierItem and the tooltip is set with the usual > setToolTip method. > > This all works fine in Fedora 21 which has the usual KF4 stuff. But > under Fedora 22 with KF5, the tooltip HTML is simply rendered as text. > I've been told that tooltip rendering is handled by the framework, and > that HTML rendering of tooltips may have been deprecated in KF5. Is > this the case? Is there any workaround besides converting back to text?
You can port it to QML, make it a plasmoid and use a custom QML item to display the tooltip. Cheers, -- sebas Sebastian Kügler | http://vizZzion.org | http://kde.org >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<