You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if a application sets a Pixbuf as icon on a Gio.Notification object, it depends on if the org.gtk.Notification is available or not if the icon makes it through. (org.gtk.Notification supports pixbuf icons)
The FDO backend simply ignores a pixbuf and does not pass it on.
It looks trivial from the code to support Pixbuf because its exactly what the G_IS_BYTES_ICON does, minus loading the bytes into a pixbuf.
The text was updated successfully, but these errors were encountered:
Currently if a application sets a Pixbuf as icon on a Gio.Notification object, it depends on if the org.gtk.Notification is available or not if the icon makes it through. (org.gtk.Notification supports pixbuf icons)
The FDO backend simply ignores a pixbuf and does not pass it on.
It looks trivial from the code to support Pixbuf because its exactly what the G_IS_BYTES_ICON does, minus loading the bytes into a pixbuf.
The text was updated successfully, but these errors were encountered: