From 945cc249ee06ee087157fe56082028e1a1bd4fa6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 12 Jan 2017 16:35:00 +0100 Subject: force gtk+3 to use the x11 backend even on wayland (mga#19498) we rely on xwayland It's also needed in order to have working GtkSocket/GtkPlug --- NEWS | 3 +++ control-center | 1 + 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 2248966d..a5cab807 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- force gtk+3 to use the x11 backend, even on wayland (mga#19498) + (we rely on xwayland) + Version 13.10 - 8 November 2016, by Thierry Vignaud - fix using --geometry with a position diff --git a/control-center b/control-center index 060ecc45..a011dba5 100755 --- a/control-center +++ b/control-center @@ -22,6 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +BEGIN { $ENV{GDK_BACKEND} = 'x11' } use strict; use diagnostics; use lib qw(/usr/lib/libDrakX); -- cgit v1.2.1