Skip to content
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

Note that jabreHost.py needs to be executable #127

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ _Please post any issues or suggestions [here on GitHub](https://github.com/JabRe
2. Install the JabRef browser extension: [Firefox](https://addons.mozilla.org/en-US/firefox/addon/jabfox?src=external-github).
<details>
<summary>Manual installation on Linux (only necessary when you don't use the `deb` file to install/update JabRef)</summary>

3. Download [org.jabref.jabref.json](https://raw.githubusercontent.com/JabRef/jabref/master/buildres/linux/native-messaging-host/firefox/org.jabref.jabref.json) and put it into
- `/usr/lib/mozilla/native-messaging-hosts/org.jabref.jabref.json` to install with admin rights for all users
- `~/.mozilla/native-messaging-hosts/org.jabref.jabref.json` to install without admin rights for the current user
4. Ensure that the script `/opt/jabref/lib/jabrefHost.py` is marked as executable. Check that the capitalization of the path `/opt/jabref/` in `org.jabref.jabref.json` agrees with the path on your system (e.g. installing from the tarball would create `/opt/JabRef/` instead).

</details>

Expand Down