You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably related: The fileDirectory property is also affected by this, although it uses "JabRef default owner" for both storing and reading (and completely ignores OS user).
JabRef version
5.9 (latest release)
Operating system
Windows
Details on version and operating system
No response
Checked with the latest development build
Steps to reproduce the behaviour
JabRef locks onto the first user encounter in
fileDirectoryLatex
.To reproduce:
Create bib file
on a
HostA
with aUserA
setfileDirectoryLatex
toC:\Path\A
(via GUILibrary
>Library properties
>LaTeX file directory
)This will create the following comment:
@Comment{jabref-meta: fileDirectoryLatex-UserA-HostA:C:\\Path\\A;}
and shows in the GUI as:
Move/Copy the file to a
HostB
on
HostB
with aUserB
setfileDirectoryLatex
toC:\Path\B
Instead of the anticipated comments:
the file will now contains:
(note the user on
HostB
is set toUserA
)Yet, the GUI shows:
Features like relative paths of
Aux File
(forTexGroup
) do not work.Temporary "fix" in the bib file:
The user can be manually corrected in the bib file (with a text editor):
Now, the
TexGroup
relative paths forAux File
works.Problems encountered with this "fix":
However, the GUI shows an empty
LaTeX file directory
(Library
>Library properties
):When adding
C:\Path\B
onHostB
back via GUI, the bib file contains:(note the additional entry for
HostB
, again with the wrong userUserA
)The GUI would now show the field filled:
Appendix
No response
The text was updated successfully, but these errors were encountered: