[gnome-text-editor/gnome-41] build: give access to host still



commit 4adf01aaa8092cc03bf64528321984d5eac604f7
Author: Christian Hergert <chergert redhat com>
Date:   Tue Oct 5 19:17:40 2021 -0700

    build: give access to host still
    
    We don't want that part reverted.

 org.gnome.TextEditor.Devel.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.TextEditor.Devel.json b/org.gnome.TextEditor.Devel.json
index 6f11ba6..3430d98 100644
--- a/org.gnome.TextEditor.Devel.json
+++ b/org.gnome.TextEditor.Devel.json
@@ -9,8 +9,10 @@
         "--share=ipc",
         "--socket=fallback-x11",
         "--socket=wayland",
-        "--filesystem=host",
-        "--talk-name=org.gtk.vfs.*"
+        "--talk-name=org.gtk.vfs",
+        "--talk-name=org.gtk.vfs.*",
+        "--filesystem=xdg-run/gvfsd",
+        "--filesystem=host"
     ],
     "cleanup" : [
         "/include",


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