-
-
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
Changing settings in "Options" > "Manage external file types" has no effect #5846
Comments
I have looked into this issue for quite some time now. Maybe someone can give me some hints in the code. When I click
gets called in When some settings get submitted by clicking the
gets called in the same file. My questions are:
Maybe someone can give me some hints in general about this issue. |
Hi, 1+ 2.) You probably need to return the edited item from the EditExternalFileTypeEntryDialog in the class Edit// In our devdocs we have some further information on how JavaFX dialogs are implemented in JabRef https://devdocs.jabref.org/javafx The method for showing the dialog is showEditDialog and it doesn't return the modified object. |
This should be fixed in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks! Please remember to make a backup of your library before trying-out this version. |
I'm using JabRef 5 master build (JabRef-5.0-portable_linux.tar.gz, JabRef 5.0-beta.342--2020-01-15--58709e7, Linux 4.4.0-171-generic amd64 Java 13.0.2) on Ubuntu 16.04.
Steps to reproduce the behavior:
Whenever changing some settings in step 4 and clicking "OK", the settings will not be stored: The shown table is not being updated and when clicking the same pencil edit icon once again, the original, unchanged settings appear once again.
In my case, I especially wanted to assign a specific pdf reader/editor solely for JabRef (which should be different to the default pdf reader on my system), but setting a different one could not be accomplished.
At this point I would like to reference an already mentioned issue, which is related to setting a different pdf reader/editor: "Open PDF options" #5529 Nevertheless, this referenced issue is about a different dialog in JabRef.
In my opinion, it should really be possible to assign user-specific programs to given file types and not relying on the system's settings. This allows important program-specific personalization.
The text was updated successfully, but these errors were encountered: