kylebarbour
About
- Username
- kylebarbour
- Joined
- Roles
- Member
Comments
-
Anterotesis, ratoune2008, I think I may know what's wrong. Does following these steps solve your problem? http://forums.zotero.org/discussion/26352/inability-to-update-and-server-hang-error-on-linux-solved-via-granting-write-permissions-to-opt/
-
This might solve your problem: http://forums.zotero.org/discussion/26352/inability-to-update-and-server-hang-error-on-linux-solved-via-granting-write-permissions-to-opt/ Short version is that you might not have write permissions to update, and deal…
-
In case it helps, I had the same problem (although my Zotero is in /opt) and changing write access solved my problem. Thanks! I wrote it up here - http://forums.zotero.org/discussion/26352/inability-to-update-and-server-hang-error-on-linux-solved-vi…
-
As a clarification to anyone else who does this, in my case, the script looked like this: #!/bin/sh exec "/opt/zotero/zotero" I named the program opener-zotero.sh and put it in /opt/zotero/, although I suppose it could really be anywhere. Just in …
-
Maybe there's a way to trick xulrunner into thinking it's being run from a different directory, but I would have to take a closer look at that later. My bash isn't that great, but here's a little script that should work. Place this in the same dire…
-
All right, I didn't figure out how to solve this. If anyone does, I'd love to know, so I'm not marking this as solved (mods, if you'd like to close it since this is probably not a Zotero bug, I'd totally understand). I just added /opt/zotero to my p…
-
Wow, I'm kind of an idiot. Sorry, everyone. This obviously isn't a zotero issue, zotero is never even called. My own strace tells me that. Whoops. This appears to be an xulrunner issue. See for example http://man.flashnux.com/en/debian/6/6.0.2/…