From 282414058dd2c9d25c8103e0876726062bf07bee Mon Sep 17 00:00:00 2001 From: Moser Peter Date: Fri, 14 Apr 2017 09:29:54 +0200 Subject: [PATCH] ATRIL BACKPORTS: force X11 commit 4b264c661a53e847b958cf6c8913c88a8cc707d5 Author: raveit65 Date: Sun Jan 8 15:53:29 2017 +0100 force X11 --- shell/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/main.c b/shell/main.c index 4d6a14b0..e1114f94 100644 --- a/shell/main.c +++ b/shell/main.c @@ -234,6 +234,8 @@ main (int argc, char *argv[]) textdomain (GETTEXT_PACKAGE); #endif + gdk_set_allowed_backends ("x11"); + context = g_option_context_new (N_("MATE Document Viewer")); g_option_context_set_translation_domain(context, GETTEXT_PACKAGE); g_option_context_add_main_entries (context, goption_options, GETTEXT_PACKAGE);