I don't know you can configure or you can't. Please ask your system administrator.Apple seem to have mandated that, for users with Mobile profiles, ~/Library/Cache gets discarded on every logout. This does not seem to be configurable
Please tell me what was the problem of Evernote? What type of the data stored in ~/Library/Cache?As you say, various pieces of software use this location. Evcernote is one of them; it has the same issue. I reported it to them and we diagnosed what was happenning. They tell me that they are planning to make some changes to avoid this issue.
Code: Select all
rm -rf ~/Library/Caches/fontconfig
mkdir -p ~/blah/blah/blah/Caches/fontconfig
ln -s ~/blah/blah/blah/Caches/fontconfig ~/Library/Caches/fontconfig
I am the System Administrator I've tried to find some information on this in various places including Apple's own Developer web-site but so far I haven't found anything useful.I don't know you can configure or you can't. Please ask your system administrator.
I'm afraid I am not totally sure. The Evernote support person didn't say specifically what they store there. All I know is that because that information gets removed between sessions, the first time one starts Evernote after logging in one gets a progress bar that says 'Migrating Notes from previous version' which disappears after several seconds.Please tell me what was the problem of Evernote? What type of the data stored in ~/Library/Cache?
Thanks, this symlink workaround seems to do the trick. I'll run with this for now.At the moment, you can avoid this issue by creating symlink like:Put it on your login script.Code: Select all
rm -rf ~/Library/Caches/fontconfig mkdir -p ~/blah/blah/blah/Caches/fontconfig ln -s ~/blah/blah/blah/Caches/fontconfig ~/Library/Caches/fontconfig
Thank you for the information.Looking at the documentation on the Apple Developer web-site, it seems to me that although 'fontconfig' is apparently some kind of 'cache' it might be better stored in ~/Library/Application Support instead of ~/Library/Caches.
Looking at the current Apple OS X Developer documentation it says this about ~/Library/Caches (emphasis is mine):Thank you for the information.
But ~/Library/Application Support is suitable for storing configuration files, static data(dictionary, script, template file) or so.
Although we will consider about the issue.
ATM, the cache directory is configured when building fontconfig library. So, we cannot easily change.
Thank you captain obvious!OK let me get this clear, before the update I did not have to wait for a font cache. After the update I do.
Seem obvious to me. Find the problem by comparing the old with the new. I am not a programmer but this would be normal procedure for most problems
Return to “VLC media player for macOS Troubleshooting”
Users browsing this forum: No registered users and 3 guests