[gnome-boxes/wip/rishi/fallback-x11] flatpak: Prevent X11 access in a Wayland session with newer Flatpak



commit 7c615cd31c3a1f6af321a718dfbf2590c91855c5
Author: Debarshi Ray <rishi fedoraproject org>
Date:   Thu Feb 7 17:58:37 2019 +0100

    flatpak: Prevent X11 access in a Wayland session with newer Flatpak

 build-aux/flatpak/org.gnome.Boxes.json | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 24f7dbf4..b7455552 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -8,6 +8,7 @@
     "desktop-file-name-prefix" : "(Development) ",
     "finish-args" : [
         "--share=ipc",
+        "--socket=fallback-x11",
         "--socket=x11",
         "--socket=wayland",
         "--socket=pulseaudio",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]