summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-01-08 15:53:29 +0100
committerraveit65 <[email protected]>2017-01-25 21:20:14 +0100
commit4b264c661a53e847b958cf6c8913c88a8cc707d5 (patch)
tree9b1489dd1d2761ebee3897f97fbb4e56d7ab9df4
parent40e6d23141a2564294284ff9d07142d78a1a2146 (diff)
downloadatril-4b264c661a53e847b958cf6c8913c88a8cc707d5.tar.bz2
atril-4b264c661a53e847b958cf6c8913c88a8cc707d5.tar.xz
force X11
-rw-r--r--shell/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index eb2df017..d9dd361e 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);