michaellass / AUR

PKGBUILDs of all my AUR packages
7 stars 11 forks source link

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

Closed husten1997 closed 4 years ago

husten1997 commented 4 years ago

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: https://github.com/JabRef/JabRef-Browser-Extension/issues/158

michaellass commented 4 years ago

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:

husten1997 commented 4 years ago

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)

michaellass commented 4 years ago

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