Zotero 7.0 won't start - Bodhi Linux

Hello all,

I would like to start using Zotero again, but I can't get it to start.
Downloading and unwrapping the tarball goes fine, the file 'zotero' is set to executable. Doubleclicking opens it in Geany. Running it from a terminal results in a message 'command not found'.
I've tried with both the 64 and the 32-version, and also with 6.0.

Any help as to what to try next would be greatly appreciated.
  • edited 12 days ago
    'zotero' is a shell script — it would open in a text editor by default on most distros.

    What's the full output when you run ./zotero from the extracted folder?
  • Ah, adding ./ did the trick, cool, thanks :D
    I start other programmes from the terminal with just the name (without ./)
  • You start programs that are in your path that way. This is just an executable in a folder, so you have to use ./ to reference it.
Sign In or Register to comment.