From bd7d067ed0e45aa8d7246aedb5f4d473b7243109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Mon, 23 Sep 2019 09:13:12 +0200 Subject: [PATCH] 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",