Linux installation issues
Hello,
I am having trouble installing in Ubuntu Mate. I have done both the unpacking of the tar file amd then running "./zotero" (without the quotes of course) after cd into the folder and the installation of the Ubuntu distribution within terminal (sudo apt-add-repository smathot/cogscnil) and neither work.
The terminal Ubuntu distribution adds it to the application menus but it won't open.
I am having trouble installing in Ubuntu Mate. I have done both the unpacking of the tar file amd then running "./zotero" (without the quotes of course) after cd into the folder and the installation of the Ubuntu distribution within terminal (sudo apt-add-repository smathot/cogscnil) and neither work.
The terminal Ubuntu distribution adds it to the application menus but it won't open.
julian@julian-desktop-linux:~/Zotero_linux-i686$ ./zotero
/home/julian/Zotero_linux-i686/zotero-bin: 1: /home/julian/Zotero_linux-i686/zotero-bin: Syntax error: word unexpected (expecting ")")
Does Ubuntu Mate or do you personally use a different shell?
Assuming you have bash or dash installed, one of these may work:
/bin/bash zotero
or/bin/dash zotero
.The zotero script specifies /bin/sh, but appears to assume that points to bash
./zotero-bin -app application.ini -ZoteroDebug -jsconsole
?What's the output for
file /usr/bin/w
?