Blob Blame History Raw
From 0f2b23d04519fdbec435977125b031c7cd277ff6 Mon Sep 17 00:00:00 2001
From: raveit65 <chat-to-me@raveit.de>
Date: Sun, 8 Jan 2017 15:36:25 +0100
Subject: [PATCH] force X11

---
 src/main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main.c b/src/main.c
index 18049d8..d5c5079 100644
--- a/src/main.c
+++ b/src/main.c
@@ -194,6 +194,8 @@ main (int argc, char **argv)
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 	textdomain (GETTEXT_PACKAGE);
 
+	gdk_set_allowed_backends ("x11");
+
 	ctx = g_option_context_new (NULL);
 	g_option_context_add_main_entries (ctx, goption_options, PACKAGE);
 	/* Option groups are free'd together with the context 
-- 
2.7.4