-
-
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
Wrong path to TeXstudio #7641
Comments
Thanks for the report. The code for the path detection lies here jabref/src/main/java/org/jabref/gui/desktop/os/Windows.java Lines 27 to 37 in bb011c9
The problem is that it doesn't check for the existence of the file/executable inside the Programs x86/Program Files and therefore incorrectly assumes it's located in the x86 folder. |
Hi, I think this problem is interesting and not so difficult, could I try to fix it? |
@Gan-Cheng Sure, go ahead! Make sure to check out the contribution guide for getting started https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md |
Thanks. By the way, I wonder whether it is required to implement the function of searching program path, or just judging existence of target path in |
Thanks to @Gan-Cheng this issue should now be resolved in the latest main version We would like to ask you to use a development build from https://builds.jabref.org/main and report back if it works for you. Please remember to make a backup of your library before trying-out this version. |
Many thanks to both of you.
Unfortunately, I cannot test because I don't own any Windows machine. But I'll report troubles if students of mine have again such a trouble. |
JabRef version 5.2 on Windows 10
Students of mine, who are using Windows 10 (I'm a Linux user) experienced a problem when they tried to push citations to TeXstudio: it was impossible until we change the path to TeXstudio from
C:\Program Files (x86)\texstudio
to its, nowadays, default locationC:\Program Files\texstudio
.The text was updated successfully, but these errors were encountered: