Zotero 5.0 linux install problem
Hello
I run linux mint (similar to ubuntu). Previously I used firefox with zotero as an add-on. As that no longer works, downloaded the stand-alone zotero 5 and followed the instructions. Though when I try to run zotero, a popup appears with: "Your zotero profile cannot be loaded..."
When I search for the /home/.../.zotero/zotero/ folder, I can see a l7ivbgp4.default folder and profiles.ini file. I moved this folder & deleted it and ran zotero prog again. This time it creates an empty /zotero folder with the same message.
By the way, when I first looked at the /home/.../.zotero/ folder it had root permission only. So I changed it to user. But that has not made a difference.
I have no security software running.
Any advice appreciated. (I saw another thread with a similar problem, but couldn't figure it out).
Thanks
I run linux mint (similar to ubuntu). Previously I used firefox with zotero as an add-on. As that no longer works, downloaded the stand-alone zotero 5 and followed the instructions. Though when I try to run zotero, a popup appears with: "Your zotero profile cannot be loaded..."
When I search for the /home/.../.zotero/zotero/ folder, I can see a l7ivbgp4.default folder and profiles.ini file. I moved this folder & deleted it and ran zotero prog again. This time it creates an empty /zotero folder with the same message.
By the way, when I first looked at the /home/.../.zotero/ folder it had root permission only. So I changed it to user. But that has not made a difference.
I have no security software running.
Any advice appreciated. (I saw another thread with a similar problem, but couldn't figure it out).
Thanks
sudo chown -R $USER:$USER ~/.zotero
sudo chown -R $USER:$USER ~/Zotero
In general it should have worked fine unless you ran zotero with sudo at some point.
In case it helps anyone else, after doing more searches, I found a solution on this forum:
rm -rf ~/.zotero
sudo rm -rf ~/.cache/zotero
The chown commands didn't work but the solution from the OP did work.
Thank you @sanj101 for posting the question and the solution!