-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Cannot import non-XML preferences, cannot import BibTeX key generator preferences #2021
Comments
I'll have a look. |
The keypattern part should be fixed for version 3.6... (see #1704) @jkulesza Are you using the "portable mode" of JabRef, i.e., your prefs are always saved in an XML file? Normally JabRef 3.6 should automatically use (and convert) the preferences from earlier versions without manual import as the prefs are stored in a system file/registry. |
@matthiasgeiger, No, I'm not (knowingly) using JabRef in "portable mode." I originally installed it, imported my saved preferences (exported on another computer), and then they are loaded on each launch with no action on my part. Only after performing the upgrade did I have a problem. From your comment, it seems like everything "should just work." However, I assure you that things are as I reported. What can I do to test / help you debug (I'll be in my office tomorrow to try whatever you suggest)? |
Okay I was able to solve the problem regarding the automatic preference migration. This is now fixed in the current development builds. However, this automatic conversion is only performed once (at the first startup of JabRef 3.6 or 3.7dev) - so it will not be executed for you @jkulesza Please make a backup before any changes and if you have any trouble please upload the prefs file here or send it us privately to developers@jabref.org. To reenable the automatic migration you'll have to remove a "node" in the preferences stored at Note for windows users: Remove the node |
Ah... regarding your second problem: Changing the filefilter from |
@matthiasgeiger Sorry for the slow reply; I've been away at a conference. I've downloaded and installed: Some remarks:
|
It's worth noting that I can also not export my preferences in a format other than XML. |
Well... The content of the preferences file is always XML-Code - so exporting it only as an XML file is sensible. However, import should be possible regardless of the file extension I think... @Siedlerchr and @stefan-kolb: Can you investigate the file dialog problem? Should be caused by #1771, #1774 or #1737 |
I cannot reproduce this behavior on the current |
Mac specific problem? |
Regarding the file dialog, I am not sure, but I think that only XML is set as File Filter. Not sure if you can switch to All files. |
You can, I tested it. |
I can reproduce this bug on MacOS 10.12 on the master |
* fixed #2021 * Add a comment why the method is needed
JabRef version 3.6 on Mac OSX 10.11.6
Steps to reproduce:
The Preferences -> BibTeX key generator preferences appear lost.
Renaming my preferences file from jabref.prefs to jabref.prefs.xml allows it to be selected/imported and I am told to restart JabRef for changes to take effect. When I restart, the BibTeX key generator preferences have not been changed.
The text was updated successfully, but these errors were encountered: