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
Checked with the latest development build (copy version output from About dialog)
I made a backup of my libraries before testing the latest development version.
I have tested the latest development version and the problem persists
Steps to reproduce the behaviour
Add a PDF file to an entry
Open this file while using the standard settings for the application/pdf file type (see Screenshot below)
The PDF now opens in LibreOffice, while the standard PDF viewer on my system is Okular (see Screenshot below)
Even when i try to set the application manually this is being ignored and the PDF still opens in LibreOffice. Also the manual setting is gone after closing the settings dialog (without any error). But that might be a different issue...
Appendix
Screenshot of JabRef Settings
Screenshot of Standard Applications Settings
The text was updated successfully, but these errors were encountered:
The cause seems to be a wrong interpretation of the list of applications that are assigned to open files of type application/pdf (for other file types i don't have any experience). When having three applications that can open a PDF (in this order: Okular, LibreOffice, GIMP) JabRef opens an PDF with the last list entry (here: GIMP) instead of using the first (here: Okular).
Line 43 in 5f3fbbc
Desktop.getDesktop().open(file);
Hmm, OK... Then this seems to be an error in Java itself, because JabRef is logging, that it opens the file in the standard application with Desktop integration (the case of the "native Java code")
JabRef version
6.0-alpha
Operating system
GNU / Linux
Details on version and operating system
JabRef 6.0--2024-12-16--a3b2efb / openSUSE Leap 15.6
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
application/pdf
file type (see Screenshot below)Even when i try to set the application manually this is being ignored and the PDF still opens in LibreOffice. Also the manual setting is gone after closing the settings dialog (without any error). But that might be a different issue...
Appendix
Screenshot of JabRef Settings
Screenshot of Standard Applications Settings
The text was updated successfully, but these errors were encountered: