Browse Source

flatpak: remove schema path typo migrate

This patch removes the dconf migrate path from the flatpak manifest as
we've the schema path fixed.
environments/review-bilelmouss-0wa3h6/deployments/82
Daniel García Moreno 7 years ago
parent
commit
bd7d067ed0
  1. 3
      flatpak/org.gnome.Fractal-release.json
  2. 3
      flatpak/org.gnome.Fractal.json

3
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",

3
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",

Loading…
Cancel
Save