How to run Zotero in Fedora bypassing version 7?
I am using Fedora 40 and the system automatically upgraded Zotero (flatpak) from 6 to 7. How reported previously (https://forums.zotero.org/discussion/116886/how-to-connect-z7-to-lo#latest) the new version does not communicate with LibreOffice Writer.
Since nothing has been done to fix the bug, which I reported, can I remove this version and reinstall version 6?
But if I move back to 6, would the system re-update once again to 7?
Also, what version should I use? There is flatpak, but are there other distributions with more support for Fedora?
Thank you
Since nothing has been done to fix the bug, which I reported, can I remove this version and reinstall version 6?
But if I move back to 6, would the system re-update once again to 7?
Also, what version should I use? There is flatpak, but are there other distributions with more support for Fedora?
Thank you
How can I launch Zotero from Fedora app bar (see below)?
https://s3.amazonaws.com/zotero.org/images/forums/u5065827/w67d8ie25s3o5pfknv3j.png
```
bash /opt/Zotero/set_launcher_icon
rm ~/.local/share/applications/zotero.desktop
ln -s zotero.desktop ~/.local/share/applications/zotero.desktop
```
and restarted the PC, but there is no Zotero in the app bar. Could the fact the `opt` is a protected folder (I had to use `sudo` to run `cp`, `bash` and `ln`) be a problem? Tx