parent
68392b392a
commit
4a02595f5b
@ -1,31 +0,0 @@
|
||||
From 00d2fbb998de419e514568c79fe0c3d8b9cc1a38 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <klember@redhat.com>
|
||||
Date: Wed, 14 Sep 2016 17:52:24 +0200
|
||||
Subject: [PATCH] Use the X11 backend instead of Wayland
|
||||
|
||||
Force file-roller to use the gtk+ X11 backend even when running under a
|
||||
Wayland session. This is currently needed to work around missing support
|
||||
for arbitrarily named clipboards.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=770333
|
||||
---
|
||||
src/main.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/src/main.c b/src/main.c
|
||||
index 043f604..9fcb993 100644
|
||||
--- a/src/main.c
|
||||
+++ b/src/main.c
|
||||
@@ -34,6 +34,10 @@ main (int argc, char **argv)
|
||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
+ /* Use the X11 backend instead of Wayland,
|
||||
+ * https://bugzilla.gnome.org/show_bug.cgi?id=770333 */
|
||||
+ gdk_set_allowed_backends ("x11");
|
||||
+
|
||||
app = fr_application_new ();
|
||||
status = g_application_run (G_APPLICATION (app), argc, argv);
|
||||
|
||||
--
|
||||
2.7.4
|
@ -1 +1 @@
|
||||
SHA512 (file-roller-3.24.0.tar.xz) = dcab10e1a3f46667d7a1c13fccb18afe041f723b889d0a815b559fce16d192b6d814a8497fb134594ca5edf0c9257ebb3db859dc0f618b4cc800fcb53f7edf18
|
||||
SHA512 (file-roller-3.24.1.tar.xz) = bd8750b8ffe3e7d3c74492e2ffdde519e7879d46f16c559d06042bac60c8ee63f492aeeaa66b4aff7c997150f4f2955e02a3b0565edf4bd7641a089ed052f268
|
||||
|
Loading…
Reference in new issue