I have installed Zotero with .tarball as suggested here, and the following is what I encountered:
- I can launch zotero in terminal with
/opt/zotero/zotero - I cannot launch zotero by clicking on the default
.desktopfile, where theexecparameter is configured asbash -c "$(dirname $(realpath $(echo %k | sed -e 's/^file:\/\///')))/zotero -url %U" - I can launch zotero in terminal with
bash -c "$(dirname $(realpath $(echo %k | sed -e 's/^file:\/\///')))/zotero -url %U" - I can launch zotero by clicking the
.desktopfile where I reconfigure theexecparameter tobash -c /opt/zotero/zotero
I don't know why the second one doesn't work. Is it the problem due to an application level, desktop environment level or something else?
BTW, I'm using the deepin v20.8 distribution.