[devhelp] flatpak: no longer use dconf



commit 50f1b3af26298776c5dce76af0e34844870190f2
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Apr 4 03:11:13 2020 +0200

    flatpak: no longer use dconf
    
    In Flatpak GSettings detects automatically that dconf is not available
    and uses another GSettings backend that respects the sandbox.

 flatpak/org.gnome.Devhelp.yml | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/flatpak/org.gnome.Devhelp.yml b/flatpak/org.gnome.Devhelp.yml
index 1fdc91a2..99e246c0 100644
--- a/flatpak/org.gnome.Devhelp.yml
+++ b/flatpak/org.gnome.Devhelp.yml
@@ -18,11 +18,6 @@ finish-args:
   # We want full fs access to see the API docs installed by traditional Linux
   # distro packages.
   - --filesystem=host:ro
-  # Needed for dconf to work
-  - --filesystem=xdg-run/dconf
-  - --filesystem=~/.config/dconf:ro
-  - --talk-name=ca.desrt.dconf
-  - --env=DCONF_USER_CONFIG_DIR=.config/dconf
 
 build-options:
   cflags: -O2 -g


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