Zotero 5 does not start after installation
With firefox 57, my zotero automatically updated to the connector only version.
I thus installed zotero 5 to access again my library. I downloaded the tarball and launch the zotero.jar file.
Zotero starts correctly the first time but I cannot open it a second time.
Zotero is now in my applications list but when I tried to launch it from terminal I've got:
$ zotero
xulrunner not found, trying firefox instead.
After a while, I figure out that zotero-standalone debian package was installed. I deleted it and tried to reinstall zotero 5 from the tarball. The executable does not launch anymore now.
Any idea ?
I thus installed zotero 5 to access again my library. I downloaded the tarball and launch the zotero.jar file.
Zotero starts correctly the first time but I cannot open it a second time.
Zotero is now in my applications list but when I tried to launch it from terminal I've got:
$ zotero
xulrunner not found, trying firefox instead.
After a while, I figure out that zotero-standalone debian package was installed. I deleted it and tried to reinstall zotero 5 from the tarball. The executable does not launch anymore now.
Any idea ?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Does it work if you redownload and extract the tarball and run it again?
I updated my question. I believe the problem was caused by the presence of zotero standalone outdated (4) debian package on my system.
But now nothing happens at all when I launch zotero from the extracted tarball. I tried to download it again but same problem.
If ./zotero isn't working, you'd have to say what exactly is happening.
You can also try ./zotero -ZoteroDebug to see if a debug window pops up (or ./zotero -ZoteroDebugText to output it to the terminal).
I will try to purge my zotero profile.
$ cd bin/Zotero_linux-x86_64/
pprw@punda:Zotero_linux-x86_64$ ls
application.ini fonts libmozavcodec.so libnssdbm3.chk libssl3.so updater
chrome gmp-clearkey libmozavutil.so libnssdbm3.so libxul.so updater.ini
chrome.manifest gtk2 libmozgtk.so libnssutil3.so minidump-analyzer zotero
components icons libmozsandbox.so libplc4.so omni.ja zotero-bin
defaults icudt58l.dat libmozsqlite3.so libplds4.so platform.ini zotero.desktop
dependentlibs.list libfreeblpriv3.chk libnspr4.so libsmime3.so plugin-container zotero.jar
dictionaries libfreeblpriv3.so libnss3.so libsoftokn3.chk set_launcher_icon
extensions liblgpllibs.so libnssckbi.so libsoftokn3.so Throbber-small.gif
pprw@punda:Zotero_linux-x86_64$ ./zotero
pprw@punda:Zotero_linux-x86_64$ ./zotero -ZoteroDebug
You can try purging your Zotero profile directory and the profiles.ini file, though I wouldn't expect different behavior.
Running it with strace -f might tell you something, since it seems like it might be hanging on some sort of I/O.
I launched strace. The result is here: https://paste.aperture-sc.net/?826c338448a5a40f#6z2OQsCLOWzeovEYJHhVOtuQVHRj9CLGy7OIAnKF27o=
It seems you need to reboot the computer after uninstalling zotero standalone 4 in order to be able to launch zotero 5...
Sorry for for the trouble.