{
 "app_id": "ca.desrt.dconf-editor",
 "source_url": "https://raw.githubusercontent.com/flathub/ca.desrt.dconf-editor/master/ca.desrt.dconf-editor.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--filesystem=xdg-run/dconf",
  "--filesystem=host:ro",
  "--talk-name=org.freedesktop.Flatpak",
  "--talk-name=ca.desrt.dconf"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-17T16:06:37.755076+00:00",
 "manifest": {
  "id": "ca.desrt.dconf-editor",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "start-dconf-editor",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--talk-name=ca.desrt.dconf",
   "--filesystem=xdg-run/dconf",
   "--filesystem=host:ro",
   "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
   "--env=GIO_EXTRA_MODULES=/app/lib/gio/modules/",
   "--talk-name=org.freedesktop.Flatpak"
  ],
  "modules": [
   {
    "name": "dconf",
    "buildsystem": "meson",
    "config-opts": [
     "-Dsystemduserunitdir=/app/lib/systemd/user/",
     "-Dbash_completion=false",
     "-Dman=false"
    ],
    "cleanup": [
     "/include",
     "/lib/pkgconfig",
     "/libexec",
     "/share/dbus-1"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/dconf/0.49/dconf-0.49.0.tar.xz",
      "sha256": "16a47e49a58156dbb96578e1708325299e4c19eea9be128d5bd12fd0963d6c36",
      "x-checker-data": {
       "type": "gnome",
       "name": "dconf"
      }
     },
     {
      "type": "patch",
      "path": "dconf-override.patch"
     }
    ]
   },
   {
    "name": "dconf-editor",
    "buildsystem": "meson",
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/dconf-editor/49/dconf-editor-49.0.tar.xz",
      "sha256": "90a8ccfadf51dff31e0028324fb9a358b2d26c5ae861a71c7dbf9f4dd9bdd399",
      "x-checker-data": {
       "type": "gnome",
       "name": "dconf-editor",
       "is-important": true
      }
     }
    ],
    "post-install": [
     "sed -i 's,^Exec=dconf-editor$,Exec=start-dconf-editor,g' /app/share/applications/ca.desrt.dconf-editor.desktop",
     "sed -i 's,^Exec=/app/bin/dconf-editor,Exec=/app/bin/start-dconf-editor,g' /app/share/dbus-1/services/ca.desrt.dconf-editor.service"
    ]
   },
   {
    "name": "scripts",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm 755 start-dconf-editor.sh /app/bin/start-dconf-editor"
    ],
    "sources": [
     {
      "type": "file",
      "path": "start-dconf-editor.sh"
     }
    ]
   }
  ]
 }
}