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
Currently on Linux, running stack wallet produces a "$HOME/.stackwallet" directory.
Expected Behavior
I suggest adding the ability to configure where this directory goes so that we may have it placed in "$XDG_CONFIG_HOME" (~/.config) or "XDG_DATA_HOME" (~/.local/share)
This could be accomplished by having it use one of those variables by default, checking if they're present, or allowing the user to configure it.
Is there an existing issue for this?
Current Behavior
Currently on Linux, running stack wallet produces a "$HOME/.stackwallet" directory.
Expected Behavior
I suggest adding the ability to configure where this directory goes so that we may have it placed in "$XDG_CONFIG_HOME" (~/.config) or "XDG_DATA_HOME" (~/.local/share)
This could be accomplished by having it use one of those variables by default, checking if they're present, or allowing the user to configure it.
Reproduce Steps
Run stack wallet.
Environment
Any GNU/Linux environment
Logs
No response
Further Information
XDG Base Directory Specification
The above is the link to the specification
ArchWiki XDG Base Directory
The above link has a non-exhaustive list of compliant projects
The text was updated successfully, but these errors were encountered: