[ghex] ci: modify finish-args in JSON file



commit cc15b3839aadcde66f949827352c2b4470b5c02c
Author: Logan Rathbone <poprocks gmail com>
Date:   Mon Dec 6 16:52:55 2021 -0500

    ci: modify finish-args in JSON file

 org.gnome.GHex.Devel.json | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/org.gnome.GHex.Devel.json b/org.gnome.GHex.Devel.json
index 3692243..bc7d33d 100644
--- a/org.gnome.GHex.Devel.json
+++ b/org.gnome.GHex.Devel.json
@@ -6,15 +6,14 @@
     "command": "ghex",
     "branch": "master",
     "finish-args": [
-        /* X11 + XShm */
-        "--share=ipc", "--socket=x11",
-        /* Wayland */
+        "--device=dri",
+        "--share=ipc",
+        "--socket=fallback-x11",
         "--socket=wayland",
-        /* Filesystem */
-        "--filesystem=host",
-        /* dconf */
-        "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
-        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+        "--talk-name=org.gtk.vfs",
+        "--talk-name=org.gtk.vfs.*",
+        "--filesystem=xdg-run/gvfsd",
+        "--filesystem=host"
     ],
     "modules": [
         {


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