From 06b9ba3dfbbb4e882bee81232b8aa09e556e7315 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 30 Mar 2017 22:39:22 +0200 Subject: fix running under wayland fixes https://bugzilla.redhat.com/show_bug.cgi?id=1387496 --- pluma/pluma.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pluma/pluma.c b/pluma/pluma.c index 6f12a051..05af17cd 100644 --- a/pluma/pluma.c +++ b/pluma/pluma.c @@ -518,6 +518,8 @@ main (int argc, char *argv[]) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); + gdk_set_allowed_backends ("x11"); + startup_timestamp = get_startup_timestamp(); /* Setup command line options */ -- cgit v1.2.1