From 1bbe042ff07d77fc26e2133383dd106890b8246c Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Mon, 25 Jun 2018 10:41:04 +0200 Subject: [PATCH] flatpak: Enable access to dconf config This is needed for GTK+ to check if access to the GTK+ Inspector is enabled, as described in the Flatpak sandbox permissions documentation: http://docs.flatpak.org/en/latest/sandbox-permissions.html#dconf-access --- sm.puri.Calls.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sm.puri.Calls.json b/sm.puri.Calls.json index e26d9fb..89555ea 100644 --- a/sm.puri.Calls.json +++ b/sm.puri.Calls.json @@ -12,6 +12,12 @@ "--share=network", "--device=all", + /* Needed to use the GTK+ Inspector. */ + "--filesystem=xdg-run/dconf", + "--filesystem=~/.config/dconf:ro", + "--talk-name=ca.desrt.dconf", + "--env=DCONF_USER_CONFIG_DIR=.config/dconf", + /* Doesn't matter what the name is, just need to call system-talk-name? */ "--system-talk-name=sm.puri.Calls",