[gnome-apps-nightly] Software: Allow saving secrets



commit f8b1fe0e0b62d6ddcadc6590a26b6d1781fba061
Author: Richard Hughes <richard hughsie com>
Date:   Wed Sep 28 10:21:34 2016 +0100

    Software: Allow saving secrets

 org.gnome.Software.json |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Software.json b/org.gnome.Software.json
index f0b6689..f5ec5e3 100644
--- a/org.gnome.Software.json
+++ b/org.gnome.Software.json
@@ -19,6 +19,8 @@
         "--filesystem=~/.local/share/flatpak",
         /* Needs to talk to the network: */
         "--share=network",
+        /* Needed to save login credentials */
+        "--talk-name=org.freedesktop.secrets",
         /* Needed for dconf to work (unfortunately needs homedir read access) */
         "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
         "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]