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

After update, preferences are not fully transfered to new configuration #629

Open
ccossou opened this issue Mar 11, 2024 · 0 comments
Open

Comments

@ccossou
Copy link

ccossou commented Mar 11, 2024

I've noticed for a few versions now, every time I update, I get this pop-up to transfert old preferences for the new version.
I don't know for the other files, but I know for a fact that the file "stored_directories.json" is not transfered, and an empty one is used instead:

{
    "workingDirectory": "/local/home/mylogin",
    "recentFiles": [
    ],
    "favoriteDirectories": [
    ]
}

What it means in practice is that I loose all my preferences at every update, including default folder, history of opened files (which is really the only preferences I use in AsciidocFX, hence why I don't know if the rest is transfered or not)

And I have to copy paste manually what's inside $HOME/.AsciidocFX-1.8.8/stored_directories.json into $HOME/.AsciidocFX-1.8.9/stored_directories.json

One possible explanation is that my home directory is in /local/home/mylogin instead of /home/mylogin as one would usually expect. I've had issues with AppImage because of that, whicih is why I mention this. The bash variable $HOME correctly points to it though.

Another possible explanation is that it simply doesn't work for anyone.

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

No branches or pull requests

1 participant