michaellass/AUR

[aur/jabref] Missing files after installation, incomplete installation

husten1997 opened this issue · 3 comments

After the installation of the packages aur/jabref not all files required for the integration with the browser extension are installed.
The file /opt/jabref/lib/jabrefHost.py (and the whole folder structure /opt/jabref/) is missing. Further the *.py files requires the executable to be spelled in lowercase (it is spelled JabRef but it should be jabref) for a flawless integration with the JabRef browser extension.

Related Issues:
JabRef/JabRef-Browser-Extension#158

Thanks for bringing this to my attention. This should be relatively easy to fix and I hope to get it done later today. Some notes on this:

Thanks for the fast notice.

Because I looked at the other AUR repos (jabref-latest and jabref-git) I thought I could brief you on how jabref-latest handles it:
they use the (in fact) hardcoded path in the browser extension for the *.py file (/opt/jabref/lib/jabrefHost.py) and they renamed the script in /usr/bin to lowercase jabref (which jabref yields a result, no symlink to /opt/jabref/bin/jabref used)

Should be fixed in version 5.1-2 by 0b6db06. If there are still any problems, please reopen this issue.