zotero://open-pdf/library/items/ID doesn't work on linux
Hi all,
I'm not sure if I am misunderstanding how this work but running the code in the terminal on my Fedora install does not work. I have `bash: zotero://open-pdf/library/items/ID?page=1: No such file or directory` and I am not sure what to do about it. I have installed zotero using the instruction on zotero website.
Any idea why the command doesn't work?
Best
I'm not sure if I am misunderstanding how this work but running the code in the terminal on my Fedora install does not work. I have `bash: zotero://open-pdf/library/items/ID?page=1: No such file or directory` and I am not sure what to do about it. I have installed zotero using the instruction on zotero website.
Any idea why the command doesn't work?
Best
I'm not sure if the zotero-deb package, linked from the installation page, sets that up. (I don't actually know how you configure that on Linux.)
[Desktop Entry]
Name=Zotero
Exec=bash -c "$(dirname $(realpath $(echo %k | sed -e 's/^file:\/\///')))/zotero -url %U"
Icon=/home/malcolm/external_sources/Zotero_linux-x86_64/chrome/icons/default/default256.png
Type=Application
Terminal=false
Categories=Office;
MimeType=text/plain;x-scheme-handler/zotero
Opening the link in Firefox works after that :)
Neat! I was trying to figure out where in the repo the .desktop was created.