diff options
-rw-r--r-- | pluma/pluma.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |