GNOME Bugzilla – Bug 782415
preview on the panel is broken
Last modified: 2017-11-01 15:40:46 UTC
Created attachment 351502 [details] [review] fixes deprecated functions in cc-background-panel.c The top bar doesn't appear in the preview. When the animations are disabled, the preview is blank. The debug says it is trying to capture rectangle with an height of 0. The problem seems to come from the gdk_screen_get_monitor_workarea function, which is deprecated since 3.22. Here is a patch.
Actually, it works with Xorg but not with Wayland.
*** This bug has been marked as a duplicate of bug 788206 ***