-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
postMessage on disconnected port #75
Comments
Could you please make sure that |
It look like this:
and EDIT: And the file is named |
Can you try and give yourself (i.e the local user) access rights to |
The user shouldn't have access to it, so that shouldn't be the problem here.. |
Changing the permissions is not the right thing to do. It would also break a multi user system. |
Is the python script still marked executable? |
It appears as if Firefox is very stubborn and won't start with admin rights. Tried a few tricks but still I am unable to start firefox with root privileges. Okay I seem to have figured out what the problem is: I can get JabFox to work, if I grant execution privileges for I don't know if that is possible during the installation of a firefox addon but my suggestion would be to create a new pseudo-group for the addon, assign this group to all jabFox associated files and grant execution privileges to EDIT: Or you could assign firefox's group to the files as ultimately I guess it is firefox accessing these files as far as the OS is concerned 🤔 |
@tobiasdiez The python script is not set as executable. |
Testing now to see if it's enough to chmod in the source for both the deb and the snap. |
@Krzmbrzl Does the latest build fix the issue? |
I set the permissions manually and it's working now. Didn't try the new build... But if the changed permissions are now included I'd say it should work just fine. |
I am getting really confused and frustrated.... I installed https://aur.archlinux.org/packages/jabref-latest/ and then installed this addon through Mozilla's addon website... is this not the proper way to do it? I have the same message as OP, but the json file does not exist at all rather than just having the wrong permissions EDIT: I manually downloaded the json https://github.com/JabRef/jabref/blob/master/buildres/linux/org.jabref.jabref.json into the proper directories (native-messaging-host), used both org.jabref.jabref.json as well as jabref.json, set the correct permissions, changed the appropriate "path" inside the file, and now I sometimes get an icon in the url bar. But its still not working For example, on this repo's main github page, I can get the icon and when I click it, it says that it is importing into my library, but then nothing shows up in my library. So that doesnt work. Then, actual websites like pubmed, I dont even get the icon at all. The addon still has the disconnect port message in the addon preferences in firefox EDIT2: Finally fixed it... had to change the allowed extensions from "browserextension@jabref.org" to "@jabfox" |
I just installed JabFox and I have installed JabRef via jabref_5.0.0-1_amd64.deb from https://builds.jabref.org/master/.
However I don't see any additional menu or something like this in Firefox (v70.0 (64-bit)) and when I look into the JabFox preferences, it says
for the connection status.
The text was updated successfully, but these errors were encountered: