[gnome-music/wip/jfelder/flatpak-media-art-cache] flatpak: Remove access to host cache for media art



commit ada33acb6c119eef2f5dba9249c63b93b2b25473
Author: Jean Felder <jfelder src gnome org>
Date:   Sat Jun 1 17:01:12 2019 +0200

    flatpak: Remove access to host cache for media art
    
    When the flatpak application has access to the host cache media art,
    it is able to load the media art from host cache and display it in all
    the views and widgets. However, the URI passed to the MPRIS client is
    the container's one. Therefore, the MPRIS client try to load an uri
    which does not exist.
    
    Fix the issue by removing the host xdg-cache/media-art access. This
    means that the flatpak application does not use the system cache and
    creates its own.
    
    Closes: #253

 org.gnome.Music.json | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/org.gnome.Music.json b/org.gnome.Music.json
index 47004d5c..96e90aeb 100644
--- a/org.gnome.Music.json
+++ b/org.gnome.Music.json
@@ -21,7 +21,6 @@
         "--talk-name=org.gtk.vfs.mountpoint_http",
         "--socket=pulseaudio",
         "--filesystem=xdg-music",
-        "--filesystem=xdg-cache/media-art",
         "--system-talk-name=org.freedesktop.login1"
     ],
     "cleanup": [


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