[gnome-music/wip/mschraal/ci-fedora-27: 1/2] flatpak: Access to host cache for media art



commit aafc42a45f00d20edd715169d96bf67271ee458d
Author: albfan <albertofanjul gmail com>
Date:   Tue Dec 26 12:15:24 2017 +0100

    flatpak: Access to host cache for media art
    
    Allow flatpaked app to use host cache media art. Would give a better
    experience, since we don't allow goa on flatpak so it will never
    download media art.

 org.gnome.Music.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/org.gnome.Music.json b/org.gnome.Music.json
index edd4a82..a408246 100644
--- a/org.gnome.Music.json
+++ b/org.gnome.Music.json
@@ -14,7 +14,8 @@
         "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
         "--talk-name=com.intel.dleyna-server",
         "--socket=pulseaudio",
-        "--filesystem=xdg-music"
+        "--filesystem=xdg-music",
+        "--filesystem=xdg-cache/media-art"
     ],
     "build-options" : {
         "cflags": "-O2 -g",


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