Thank you. It's interesting but I don't think I will use such an hack. Instead of display the number of unread entries on an icon, I will use 2 icons, the classic "application rss+xml" icon and modified version with an emblem in order to notify "new entries". The user will be less tempted to procrastinate :D.
I have an other question: can a qml popupApplet be inserted in the system tray ? > property Component compactRepresentationEmpty: undefined > property Component compactRepresentationPanel: Component{ > CompactRepresentation{} } > property Component compactRepresentation: > plasmoidWrapper.isInPanel ? > compactRepresentationPanel : > compactRepresentationEmpty >compactRepresantationEmpty when the plasmoid is in the desktop fails, as a >result >the plasmoid does not use the compactRepresentation to show itself. >In the panel the compactRepresantationPanel is ok, so you can use any qml >appearance you >want. >To discover the isInPanel situation I use a huge hack that uses qml pluginsbut >I dont know if that's ok with the mailing list to unleash in public that >information. > _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel