[gnome-screenshot/wip/exalm/flatpak] flatpak: Remove dconf access



commit 438fcf740476964d53d17278f1ee65c2baf0521d
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Mar 9 17:50:15 2020 +0500

    flatpak: Remove dconf access
    
    This breaks migration, as the path doesn't match appid, but so far the
    flatpak manifest is only for development anyway.

 org.gnome.Screenshot.json | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/org.gnome.Screenshot.json b/org.gnome.Screenshot.json
index 8946396..2dbb0b1 100644
--- a/org.gnome.Screenshot.json
+++ b/org.gnome.Screenshot.json
@@ -12,11 +12,7 @@
         "--socket=x11",
         "--socket=wayland",
         "--talk-name=org.gnome.Shell.Screenshot",
-        "--filesystem=xdg-run/dconf",
-        "--filesystem=~/.config/dconf:ro",
-        "--filesystem=home",
-        "--talk-name=ca.desrt.dconf",
-        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+        "--filesystem=home"
     ],
     "cleanup" : [
         "/include",


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