From e69ff0325e602f5041bc4aa7ae4b1471e5ec4cac Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 20 Oct 2019 19:38:15 +0300 Subject: [PATCH] Flatpak: remove dconf permissions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Yay 🎉🎉🎉 --- org.gnome.Podcasts.Devel.json | 4 ---- org.gnome.Podcasts.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/org.gnome.Podcasts.Devel.json b/org.gnome.Podcasts.Devel.json index 42843c8..c1c6cc8 100644 --- a/org.gnome.Podcasts.Devel.json +++ b/org.gnome.Podcasts.Devel.json @@ -12,10 +12,6 @@ ], "desktop-file-name-suffix" : " ☢️", "finish-args" : [ - "--filesystem=xdg-run/dconf", - "--filesystem=~/.config/dconf:ro", - "--talk-name=ca.desrt.dconf", - "--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--share=network", "--share=ipc", "--socket=x11", diff --git a/org.gnome.Podcasts.json b/org.gnome.Podcasts.json index ce323ee..4ba67d8 100644 --- a/org.gnome.Podcasts.json +++ b/org.gnome.Podcasts.json @@ -12,10 +12,6 @@ ], "desktop-file-name-suffix" : " ☢️", "finish-args" : [ - "--filesystem=xdg-run/dconf", - "--filesystem=~/.config/dconf:ro", - "--talk-name=ca.desrt.dconf", - "--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--share=network", "--share=ipc", "--socket=x11",