[Bug 797323] cerbero: Store local sources in a user-wide location

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 23 07:24:43 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797323

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #374007|none                        |reviewed
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 374007:
 --> (https://bugzilla.gnome.org/review?bug=797323&attachment=374007)

::: cerbero/config.py
@@ +560,3 @@
+        else:
+            cache_dir = Path.home() / '.cache'
+        return (cache_dir / 'cerbero-sources').resolve().as_posix()

Is there nothing like g_get_user_cache_dir()? For macOS and Windows there's
AFAIU a default place for these things (on Windows where also Internet Explorer
stores its cache, for example).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list