icon without IconName but with IconPixmap does not display
An icon set via org.kde.StatusNotifierItem with the property IconPixmap set does not display an icon in the indicator. It seems that only IconName is respected. See this issue for more details: https://github.com/fyne-io/systray/issues/94
In a nutshell if the dbus properties look like this no icon will display (well an icon displays, but its the error/not found icon).
readonly s IconName;
@org.qtproject.QtDBus.QtTypeName("QXdgDBusImageVector")
readonly a(iiay) IconPixmap = [(48, 48, [0x00, 0x00, ..pixel data..
If IconName is set to something (such as vlc
) then the icon for vlc will show up.
I am not sure if this is an issue with xfce4-indicator-plugin or somewhere deeper in the xfce stack.