mate-desktop / mate-screensaver

MATE screen saver and locker
https://mate-desktop.org
GNU General Public License v2.0
48 stars 40 forks source link

1.16: Avoid deprecated gdk_window_set_background functions #111

Closed XRevan86 closed 7 years ago

XRevan86 commented 7 years ago

GTK+ 3.22 has broken them completely, and in mate-screensaver there aren't really a need in them at all, in any GTK+ version. Additionally this significantly reduces the gap between the code for GTK+2 and GTK+3.

raveit65 commented 7 years ago

Just tested this with f25 (mate gtk3). The issue with blank screensaver themes is gone. And i see no problems with other themes.

raveit65 commented 7 years ago

Same results with gtk+-2, tested with centos7.3 .

raveit65 commented 7 years ago

PS: i will use those commits to fix downstream report immediately, as reporters thinks this is a security issue.