-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
JabRef breaks hard links to .bib files #7718
Copy link
Copy link
Open
Description
I use JabRef version 5.2 on Linux Mint 20.1.
When I open a .bib file and modify it with JabRef, its inode number is modified and the hard links are broken. An example:
$ ln these.bib Simulation\ βinf
$ ls -i these.bib
9440991 these.bib
$ ls -i Simulation\ βinf/these.bib
9440991 'Simulation βinf/these.bib'
# Open JabRef and modify these.bib
$ ls -li these.bib
9437275 -rw-rw-r-- 1 remy remy 26060 mai 8 16:51 these.bib
$ ls -li Simulation\ βinf/these.bib
9440991 -rw-rw-r-- 1 remy remy 26060 mai 8 16:38 'Simulation βinf/these.bib'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Normal priority