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

document user_config_dir in README #153

Closed
wants to merge 1 commit into from

Conversation

untzag
Copy link

@untzag untzag commented Aug 25, 2020

@@ -61,6 +61,8 @@ On macOS::
'/Users/trentm/Library/Caches/SuperApp'
>>> user_log_dir(appname, appauthor)
'/Users/trentm/Library/Logs/SuperApp'
>>> user_config_dir(appname)
'/Library/Preferences/SuperApp'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'/Library/Preferences/SuperApp'
'/Users/trentm/Library/Application Support/SuperApp'

@@ -61,6 +61,8 @@ On macOS::
'/Users/trentm/Library/Caches/SuperApp'
>>> user_log_dir(appname, appauthor)
'/Users/trentm/Library/Logs/SuperApp'
>>> user_config_dir(appname)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
>>> user_config_dir(appname)
>>> user_config_dir(appname, appauthor)

@harrybiddle
Copy link

Awesome. I can't test the Windows ones but they look good to me (the code mentions they will be the same as the data dir). I can however correct the Mac ones.

@untzag
Copy link
Author

untzag commented Aug 25, 2020

@harrybiddle I was confused by your observed behavior, so I looked into it a bit more and it turns out that OSX has changed since the last release 😖

I believe that my original path is actually correct for current master!

c99f330

I guess we're gonna need a maintainer to figure this out for us... @zoofood are you the current maintainer? 🤔

@harrybiddle
Copy link

Oh, dear :(

@krystian3w
Copy link

#160

@untzag untzag closed this Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation examples for user_config_dir
3 participants