GNOME Bugzilla – Bug 633270
Update G-S-D copy and paste
Last modified: 2010-10-28 13:51:07 UTC
Gtk 3 has broken API and removed expose-event, thus current gsd copy pasted code needs to be ported (otherwise backlight osd windows are plain gray)
Created attachment 173335 [details] [review] Update gnome-settings-daemon copy pasted code Copy paste the new code for OSD windows, which was updated to Gtk 3
I've tested this, and in a non-composited case (metacity) it just displays a tiny gray box, rather than the slider.
Created attachment 173398 [details] [review] Update gnome-settings-daemon copy pasted code Copy paste the new code for OSD windows, which was updated to Gtk 3, including the GtkBuilder template.
Committed, thanks, although I can't help feeling this code should be part of a shared library in g-s-d...