[gedit] flatpak: no longer use dconf



commit e66279a2e8250c87e6c22d3de1830b85b94127d8
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Apr 26 15:00:59 2020 +0200

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

 build-aux/flatpak/org.gnome.gedit.yml | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.gedit.yml b/build-aux/flatpak/org.gnome.gedit.yml
index 765354625..e75144f2d 100644
--- a/build-aux/flatpak/org.gnome.gedit.yml
+++ b/build-aux/flatpak/org.gnome.gedit.yml
@@ -13,10 +13,6 @@ finish-args:
   - "--socket=x11"
   - "--socket=wayland"
   - "--filesystem=host"
-  - "--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]