-
Notifications
You must be signed in to change notification settings - Fork 32
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
Access to the path is denied when installing to -Scope CurrentUser #39
Comments
I'm using the Configuration module to store the settings. That happens to be another module I wrote, so unfortunately I can't just leave it at that and blame the other module 😉 Bottom line, it looks like I may have misunderstood the free desktop XDG Base Directory specification. Bottom line: it's defaulting to In any case, I should probably just change to using the user-specific location as the default export location (i.e. on Windows, If anyone knows anything about XDG, I'd love to get this right ...For you, the quick fix is to reconfigure the Open your local copy of the Configuration.psd1 file, and look around line 50 for the |
Just encountered this - running for the first time on a Ubuntu GUI. I can confirm that none of the default
|
So a bit more about this. I think the biggest hurdle here, is that while you are looking for those paths, they don't exist by default. And I'm guessing your code attempts to create the empty directory. After all, why would saving a local configuration try writing to Enterprise data ? On a different note, a question:Any way to manipulate the configuration in Configuration.psd1 programmatically? |
Thanks for the projects, like your documentation and how you make it flexible.
Env
I'm on Linux Mint.
Steps to reproduce
Error
The text was updated successfully, but these errors were encountered: