mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #128] "Failed to create config dir" #96
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aaronpkelly on GitHub (Aug 20, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/128
I've built psst in a docker container, and I can start the psst-gui app just fine:
However, when I am on the Preferences screen, and I click save, the application panics:
Why can't it create the config dir? Where is it trying to create this dir?
@jpochyla commented on GitHub (Aug 20, 2021):
On Linux it uses
~/.config/as the base, I guess it's missing on your system?@aaronpkelly commented on GitHub (Aug 20, 2021):
That was it! I had to create a
$HOME/.configfolder for my user. Thanks @jpochyla!