[gnome-mahjongg] flatpak: removed deprecated dconf stuff



commit 1f5cc2b5e19982f6555301b8fa267790bb33214e
Author: Günther Wagner <info gunibert de>
Date:   Thu Nov 25 22:49:33 2021 +0100

    flatpak: removed deprecated dconf stuff
    
    the network share is necessary to access the accessibility socket

 flatpak/org.gnome.Mahjongg.json | 4 ----
 flatpak/org.gnome.Mahjongg.yaml | 5 +----
 2 files changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/flatpak/org.gnome.Mahjongg.json b/flatpak/org.gnome.Mahjongg.json
index cade7cf..93780f1 100644
--- a/flatpak/org.gnome.Mahjongg.json
+++ b/flatpak/org.gnome.Mahjongg.json
@@ -9,10 +9,6 @@
         "--socket=fallback-x11",
         "--socket=wayland",
         "--device=dri",
-        "--filesystem=xdg-run/dconf",
-        "--filesystem=~/.config/dconf:ro",
-        "--talk-name=ca.desrt.dconf",
-        "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
         "--share=network"
     ],
     "modules" : [
diff --git a/flatpak/org.gnome.Mahjongg.yaml b/flatpak/org.gnome.Mahjongg.yaml
index 57c35a6..d30afe5 100644
--- a/flatpak/org.gnome.Mahjongg.yaml
+++ b/flatpak/org.gnome.Mahjongg.yaml
@@ -9,10 +9,7 @@ finish-args:
   - --socket=x11
   - --socket=wayland
   - --device=dri
-  - --filesystem=xdg-run/dconf
-  - --filesystem=~/.config/dconf:ro
-  - --talk-name=ca.desrt.dconf
-  - --env=DCONF_USER_CONFIG_DIR=.config/dconf
+  - --share=network
 
 modules:
   - name: gnome-mahjongg


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