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



commit 1c1e78e587e24c11aaf035ef487f4d0d794819a9
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Feb 7 18:18:53 2019 +0100

    flatpak: Prevent X11 access in a Wayland session with newer Flatpak
    
    https://gitlab.gnome.org/GNOME/gnome-boxes/merge_requests/119

 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]