You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRC should be following the Freedesktop standard for various directories in the user's home directory. Having own hidden directory in the toplevel home directory is quite old fashioned and not what user's would be expecting. Although the standard itself do not talk of a cache location, ~/.cache has become the de-facto standard after xdg-dirs was adopted.
What this means is that CRC should distribute all the contents it puts under ~/.crc` into the appropriate xdg-dir.
The text was updated successfully, but these errors were encountered:
CRC should be following the Freedesktop standard for various directories in the user's home directory. Having own hidden directory in the toplevel home directory is quite old fashioned and not what user's would be expecting. Although the standard itself do not talk of a cache location,
~/.cache
has become the de-facto standard after xdg-dirs was adopted.What this means is that CRC should distribute all the contents it puts under ~/.crc` into the appropriate xdg-dir.
The text was updated successfully, but these errors were encountered: