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

Allow snap to write to user's homedir #32

Merged
merged 1 commit into from
Jun 10, 2018
Merged

Allow snap to write to user's homedir #32

merged 1 commit into from
Jun 10, 2018

Conversation

cimm
Copy link
Contributor

@cimm cimm commented Jun 7, 2018

The current Reden snap (added in pull request #29) has no access to the user's homedir. This is annoying as it means users can't backup their wallet file outside of the confined snap directory.

We don't want to make it difficult to backup your wallet.

This pull request adds homedir read/write access for the Reden snap. The Reden Qt data directory is still the default common directory within the snap but, with this change, you can choose to store it somewhere in your homedir as well. I feel this has the best of both worlds: it's standard snap behavior (doesn't pollute anything outside the snap unless you tell it to) but still allows users to change the default at bootstrap.

Always backup your wallet.dat file in a save location, it contains all the secrets needed to restore your wallet if something goes wrong!

References #31 (background discussion on the expected snap behavior).

@thebeardbe thebeardbe merged commit febbb97 into RedenCore:master Jun 10, 2018
@cimm cimm deleted the allow-snap-access-to-homedir branch June 10, 2018 19:40
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.

2 participants