Chromium Code Reviews
DescriptionGtk3: Whitelist X11 backend
Gtk can only have one window server backend active at a time. On
systems running Wayland (like Fedora 25), Gtk will prefer the Wayland
backend over the X11 one. This violates the assumption in libgtkui
about th euse of X11, and will eg. cause a crash on keypress in
X11InputMethodContextImplGtk. The solution is to forbid Wayland using
gdk_set_allowed_backends("x11") prior to gtk_init().
BUG=702876
R=erg@chromium.org
Review-Url: https://codereview.chromium.org/2762723003
Cr-Commit-Position: refs/heads/master@{#458218}
Committed: https://chromium.googlesource.com/chromium/src/+/5d073abb6966b9c2d2ad1033c8a0e3396072c0f3
Patch Set 1 #
Total comments: 2
Messages
Total messages: 13 (7 generated)
|
|||||||||||||||||||||||||||||||||||||