Bug #5796
closedHipster Regression: xscreensaver displays glib warning
0%
Description
When locking the screen on an up-to-date Hipster system, the following message appears on the blanked screen:
(xscreensaver-lock:<pid>): GLIB-GObject-WARNING **:The property GtkFrame:shadow is deprecated and shouldn't be used anymore. It will be removed in a future version.
Updated by Aurélien Larcher over 6 years ago
Well that seems an easy one as Google then the Gtk reference manual point that in file:
oi-userland/components/xscreensaver/xscreensaver/patches/xscreensaver-06-gtk-lock.patch
the property "shadow" should be modified L765, L783 to "shadow-type" to comply with:
https://developer.gnome.org/gtk2/stable/GtkFrame.html (typo inside btw)
Maybe "Hipster Regression" should be reworded as we are talking about complying with a deprecation in gtk that occured in 2010.
Updated by Alexander Pyhalov over 6 years ago
- Status changed from New to Resolved
Should be resolved by https://github.com/OpenIndiana/oi-userland/commit/f54110b80f002f55f8c04e570ab12265f41af6cd .