Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

Webkit Network Disk Cache Location #505

Closed
myroslav opened this issue Nov 8, 2016 · 2 comments
Closed

Webkit Network Disk Cache Location #505

myroslav opened this issue Nov 8, 2016 · 2 comments

Comments

@myroslav
Copy link

myroslav commented Nov 8, 2016

According to https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html:

$XDG_CACHE_HOME defines the base directory relative to which user specific non-essential data files should be stored. If $XDG_CACHE_HOME is either not set or empty, a default equal to $HOME/.cache should be used.

However in

self.diskCache.setCacheDirectory(self.settings_path)
there is:

self.diskCache.setCacheDirectory(self.settings_path)

ignoring the recommendation and "polluting" the $XDG_CONFIG_HOME ($HOME/.config/scudcloud), it would be good to have it improved.

@raelgc
Copy link
Owner

raelgc commented Nov 8, 2016

Hi @myroslav. Indeed, this is a nice improvement! Thank you for reporting this and provide all info!

@selurvedu
Copy link

Awesome, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants