From 69d091904bd7b86243c05e84d489ed8751601dc7 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Tue, 31 Mar 2020 12:00:00 +0000
Subject: [PATCH] Enable access to dconfig for GTK Inspector

---
 app.briar.gtk.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app.briar.gtk.json b/app.briar.gtk.json
index 5eb7a76..5f5b04c 100644
--- a/app.briar.gtk.json
+++ b/app.briar.gtk.json
@@ -13,7 +13,11 @@
         "--socket=x11",
         "--socket=wayland",
         "--filesystem=~/.briar:create",
-        "--env=PATH=/app/bin:/usr/bin:/app/jre/bin"
+        "--env=PATH=/app/bin:/usr/bin:/app/jre/bin",
+        "--filesystem=xdg-run/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
     ],
     "build-options": {
         "cflags": "-O2 -g",
-- 
GitLab