Flatpak manifest for Zotero.
Not verified by, affiliated with, or supported by the Zotero project. Please confirm that problems are reproducible using the official binary builds before reporting a bug in the Zotero Forums.
See issue 165.
This is fixed in the current beta releases.
Workaround for stable releases: Run the flatpak in X11/xwayland (flatpak override --user --nosocket=wayland --socket=x11 org.zotero.Zotero).
- if they already exist, move folders
~/.zoteroand~/Zoteroto the app sandbox, typically in~/.var/app/org.zotero.Zotero/ - remove home access premission:
flatpak override --user --nofilesystem=home org.zotero.Zotero
Drag-and-drop functionality might stop working if you remove home directory permissions using the command above. In that case, you can use the 'Add Attachment' button and manually select the files to achieve the same effect. Alternatively, you may give zotero access to only the directories you want to drag-and-drop from, while keeping the rest of your home directory locked away. For example, if want to give read access to your downloads directory, you can use "flatpak override --user --filesystem=~/Downloads:ro org.zotero.Zotero".
Please also read issue 82.
flatpak-builder --user --force-clean --install build org.zotero.Zotero.yamlflatpak-external-data-checker is currently not enabled for branch beta.
To update, run the following commands:
git switch beta
flatpak run org.flathub.flatpak-external-data-checker --commit-only org.zotero.Zotero.yaml
git pushAnd open a PR against beta.