Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux/storagepath: fixup a host of issues #646

Merged
merged 2 commits into from
Jul 6, 2022
Merged

Commits on Sep 17, 2021

  1. linux/storagepath: Fixup DOCUMENTS to DOCUMENT

    this is the right name according to the XDG spec, and the key used in
    the default paths dict
    rski committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    99dabb2 View commit details
    Browse the repository at this point in the history
  2. linux/storagepath: Revamp handling of user-dirs

    - dont assume that ~/.config/user-dirs.dirs exists
    - don't assume it does have contents or the relevant value
    - don't use exception handling as happy path control flow
    - when defaulting, use the path under HOME, not e.g. /Pictures
    rski committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f803697 View commit details
    Browse the repository at this point in the history