-
-
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
JabRef no longer pushes citations to TeXstudio #4041
Comments
Do you get any error in the log? Help-> View Event log? |
Hi thanks for the prompt reply, Yes, the error logged: Error: Could not call executable '/Applications/texstudio.app/Contents/MacOS/texstudio'. When I actually run in a terminal the command: So the TeXstudio application is found when the command line is used and works as expected, but not through JabRef? The path to TeXstudio appears to be correct. |
I believe this is a valid issue. I could reproduce it with the current master and what happens is highly non-trivial to me. I'm almost certain that the bug is not JabRef's fault but it has its cause much deeper in
inside |
For unknown reasons, it seems no longer possible to give the command as one single string. I created a test class and not even simple commands can be executed. I'm not sure when this changed but giving the command as list of each argument works as expected.
I have to revise my analysis. My initial guess was correct and the reason for the bug seems to be that we provide the command as one long string. @jimboz can you test this JabRef version? |
…leType * upstream/master: (33 commits) Import inspection uses now same font size setttings as maintable (#4062) Add date checker (#4007) Enable tests macOs push to application fix Fix #4041 to make Push to Application work again on OSX. (#4057) Add NormalizeEnDashesFormatter (#4045) Package private for tests Shutdown duplicate code Move migrations to PreferencesMigrations Structure startup Extract migrations A first solution for the cli problem #4038 (#4047) New translations JabRef_en.properties (French) (#4052) Update CHANGELOG.md Fix checkstyle Make test more informative in the failing case New translations JabRef_en.properties (French) (#4051) New translations JabRef_en.properties (Vietnamese) (#4050) Make Formatter an abstract class (and remove AbstractFormatter) New Crowdin translations (#4048) ... # Conflicts: # CHANGELOG.md
Thank you guys! I can confirm the JabRef_macos_4_3-dev--snapshot-2018-05-27--master--XXX.dmg version now pushes citations to TeXstudio. |
Hi,
JabRef version 4.2
MacOS High Sierra
Java 1.8.0_112 (also tested on 10.0.1)
Steps to reproduce:
In settings 'External Programs' path to TeXstudio: /Applications/texstudio.app/Contents/MacOS/texstudio
Previously worked very well until latest upgrade JabRef to 4.2.
Thanks in advance,
The text was updated successfully, but these errors were encountered: