[fractal/flatpak-xdconf] flatpak: Enable dconf access



commit f0067a8122204769133cf2573b306afe70ebb743
Author: Daniel GarcĂ­a Moreno <dani danigm net>
Date:   Mon Sep 23 10:11:51 2019 +0200

    flatpak: Enable dconf access
    
    Here's more information about the dconf access:
    
    http://docs.flatpak.org/en/latest/sandbox-permissions.html#dconf-access

 flatpak/org.gnome.Fractal-release.json | 3 ++-
 flatpak/org.gnome.Fractal.json         | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Fractal-release.json b/flatpak/org.gnome.Fractal-release.json
index 2f902d91..b569b717 100644
--- a/flatpak/org.gnome.Fractal-release.json
+++ b/flatpak/org.gnome.Fractal-release.json
@@ -16,7 +16,8 @@
         "--device=dri",
         "--talk-name=org.freedesktop.secrets",
         "--talk-name=org.freedesktop.Notifications",
-        "--filesystem=home"
+        "--filesystem=home",
+        "--metadata=X-DConf=migrate-path=/org/gnome/Fractal/"
     ],
     "build-options" : {
         "append-path": "/usr/lib/sdk/rust-stable/bin",
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index 721d986b..f7fb00ea 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -22,7 +22,8 @@
         "--device=dri",
         "--talk-name=org.freedesktop.secrets",
         "--talk-name=org.freedesktop.Notifications",
-        "--filesystem=home"
+        "--filesystem=home",
+        "--metadata=X-DConf=migrate-path=/org/gnome/Fractal/"
     ],
     "build-options" : {
         "append-path" : "/usr/lib/sdk/rust-stable/bin",


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