Skip to content

flathub/org.zotero.Zotero

Repository files navigation

org.zotero.Zotero

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.

Known bugs

Word processor plugins crash Zotero on Wayland

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).

Remove home access permission

  1. if they already exist, move folders ~/.zotero and ~/Zotero to the app sandbox, typically in ~/.var/app/org.zotero.Zotero/
  2. remove home access premission: flatpak override --user --nofilesystem=home org.zotero.Zotero

Limitations

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.

Development

Build locally

flatpak-builder --user --force-clean --install build org.zotero.Zotero.yaml

Update the beta branch

flatpak-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 push

And open a PR against beta.

Releases

No releases published

Packages

No packages published

Contributors 21