[fractal/bilelmoussaoui/schema-path] flatpak: remove schema path typo migrate



commit bd7d067ed0e45aa8d7246aedb5f4d473b7243109
Author: Daniel GarcĂ­a Moreno <dani danigm net>
Date:   Mon Sep 23 09:13:12 2019 +0200

    flatpak: remove schema path typo migrate
    
    This patch removes the dconf migrate path from the flatpak manifest as
    we've the schema path fixed.

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


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