-
Notifications
You must be signed in to change notification settings - Fork 1
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
AutoRecovery does not work #5
Comments
this should be an upstream issue. Using PID for that isn't a good idea. the Flatpak being in a container, it uses namespaces for PID. |
Is this still an issue? if yes please provide full version information |
Still an issue for me.
|
what should be used instead of PID then? I believe this is also the root cause of #4 |
this has now been fixed upstream and will be available on flathub soon |
Every time I open a document in FreeCAD, I see an error message like this:
Because FreeCAD thinks it's a different document, AutoRecovery doesn't work.This seems to be because FreeCAD uses the PID as part of a lock file and that lockfile always has PID=2 in flatpak, so it thinks I'm opening a document with a duplicate UUID instead of the same document.
The lock file is
/home/dev/.var/app/org.freecadweb.FreeCAD/cache/FreeCAD/Cache/FreeCAD_2.lock
.The text was updated successfully, but these errors were encountered: