I am running Ubuntu 16.04 LTS and I have installed Zotero adding the PPA, following the instructions in this page. It worked all well, but when I try to get any update, I get the following error message:
In order to "modify the Zotero program directory to be writable by your user account" I applied sudo chmod 707 zotero, as described here and, as far as can see from the screen shot below (which was generated by the command ls -lg /usr/bin), the changes took place successfully:
Is there anything wrong with this terminal output? Shouldn't I have reading, writing and execute (rwx) permissions for user, according to this output?
sudo suto open up a root shell and then just runzoteroas a command line command to open it with root rights. Directly runningsudo zoterois not recommended because it uses your real home directory and you may end up with root-owned files in your home directory. – Tim Schumacher Aug 01 '17 at 10:31sudo suthenzoteroa message dialog with the following messaged popped-up: "you appear to be running Zotero as root. This is insecure and may prevent Zotero from functioning when launched from your user account. If you wish to install an automatic update, modify the Zotero program directory to be writeable by your user account.". Do you think it is safe to continue? Anyways, the updates are not that important for me by now. – BCArg Aug 01 '17 at 10:49sudo su(instead of just runningsudo zoteroas the program seems to assume), it should all be fine if you continue and let it run the update. – Tim Schumacher Aug 01 '17 at 10:52sudo suand thenzoteroshows a warning that after the update you might not be able to run it without root rights. For me saurabheights' answer is the best option, since after that the update runs fine and it only changes the ownership, not the permissions, of the zotero files. – BeastOfCaerbannog Aug 06 '19 at 15:32