Skip to content

Commit

Permalink
fix running under wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Mar 30, 2017
1 parent 31090c4 commit 06b9ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pluma/pluma.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 06b9ba3

Please sign in to comment.