-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Delete temporary files after saving a database #1270
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
Comments
I don't think this behaviour is an enhancement but rather a bug. A version of a database that has been edited is written to /tmp every five minutes by default as long as you don't save it to the working directory. Quite annoying if it's large. |
@adessec When it's always the same temp file that is updated than it is totally okay and totally consistent behavior. |
Unfortunately it is not always the same temp file - they just multiply. At the moment, I have one small +-JF...tmp, one small jabref...tmp, one large jabref...tmp, and nine large jabref...save.bib. Nothing has been updated. |
According to the help
So if this does not work, then it is indeed a bug. Moreover, according to the same help page, the auto save file should actually be named Moreover, I can't find anything in the code which would suggest that a file is written to a |
Ok, I think I found the problem. Should be fixed with #1277. |
Thank you for fixing this. |
Thank you for reporting the bug and helping JabRef. PS: Donations keep us going. ;-) http://www.jabref.org/#donations |
JabRef version 3.3 on Linux 3.16.7-35-default (openSuSE 13.2)
Steps to reproduce:
The text was updated successfully, but these errors were encountered: