GTK misbehaves at scale factors >2
Submitted by Drew DeVault
Link to original bug (#791656)
Description
I have issues running GTK software on Wayland compositors with a scale factor of 3 or greater. I observe two problems:
gnome-terminal has weird shadows:
https://user-images.githubusercontent.com/1310872/34045359-9196537a-e176-11e7-8ef1-d913349bdd0d.png
gedit crashes when I hover over buttons on the title bar:
Gdk:ERROR:gdkdisplay-wayland.c:1109:_gdk_wayland_display_get_scaled_cursor_theme: assertion failed: (scale <= GDK_WAYLAND_MAX_THEME_SCALE)
If a high enough resolution cursor is not available, GTK should fallback to a lower resolution and let the compositor upscale it.
Version: 3.22.x