-
Notifications
You must be signed in to change notification settings - Fork 68
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
Bug: Appimage searches for old wallet and creates filepath to non existant path. #487
Comments
it's troubling that i cannot run zano appimage in a firejail. **got it to open with --appimage prepend , it still looked for the old wallet |
so you are saying a glitch in the zano cloud tracks my computer despite having removed all local references i know of or can find ? |
can confirm, it somehow knows the location of the previous wallet from a different appimage a week or so ago, despite being in firejail with its own home directory |
Ok, fixed it. i ran the following after a deep search
then i firejailed the F#@$ out of zano with a strict isolation config under ~/.config/firejail/zano.profile
then
I then run it with
and its files do not appear where they are not supposed to. Looks like nothing malicious (as the previous cloud glitch suggestion that is now marked as spam suggested) and just a creation/cleanup oversight at runtime |
another issue that might be part of the is that i have "appimage launcher" installed, it creates system wide access for all appimages in a designated folder. I moved the appimage out of that directory and it works fine after the above with no duplication. |
Note: It still re downloads the entire blockchain at ./zano/.Zano/blockchain_lmdb_v2/, from 0% despite having it's own local persistent home directory while using firejail ** this appears to be due to the database structure will test letting the full blockchain download |
the already included appimage argument "--no-sandbox false" might negate all this, just found it |
I'm having what I believe to be a related issue with I would like it to store configuration and wallet files in |
@bardicreels thanks for the opening issue, AppImage aims to allow the installation of binary software independently of specific Linux distributions, for exactly that reason we are using it. @sysfu I believe Zano can't create anything named "pocketcoind" anywhere on your computer, it's not a part of our project. Regarding working folders we'll take a look at the latest *nix recommendations (@sowle can you take a look into it?). |
Sorry, the ~/pocketcoind and ~/data directories were from Bastyon AppImage, not Zano. I appreciate you looking into tucking the Zano directories under ~/.config/ and ~/.local |
@sysfu i've mentioned issue with recent linux working folder recommendations in other issue #490 (comment) , should be fixed in one of nearest releases. Once again thanks for reporting it! |
Debian
Latest zano appimage
A few weeks ago i tried out a zano appimage, then deleted it.
Recently, i downloaded a new version
the new version still looks for the old wallet despite having had removed it a while ago.
Log of launch does not show what action is searching for the the file
Catfish search for the filename of the wallet cannot be found nor any other file named "zano" on the system
the appimage will also create a path to where it expects the wallet file to be if it does not exist.
Something is staying behind despite removing the appgimage
The text was updated successfully, but these errors were encountered: