Skip to content

Instantly share code, notes, and snippets.

@Markus-de-Koster
Created January 10, 2024 08:38
Show Gist options
  • Select an option

  • Save Markus-de-Koster/8dd31fa8a041bca6df5e6874411ce3ca to your computer and use it in GitHub Desktop.

Select an option

Save Markus-de-Koster/8dd31fa8a041bca6df5e6874411ce3ca to your computer and use it in GitHub Desktop.
Zotero Integration with LibreOffice on Linux using Flatpak

Zotero Integration with LibreOffice on Linux using Flatpak

Installation

  1. Open Zotero
  2. Go to tools addons and add Zotero LibreOffice Integration (?)
  3. Install libreoffice-java-common sudo apt-get install libreoffice-java-common
  4. Open LibreOffice
  5. Go to Tools > Extension Manager and press on Add
  6. Locate the .oxt extension file

Flatpak installs Zotero extensions files at the following location (under Linux Ubuntu): /var/lib/flatpak/app/org.zotero.Zotero/x86_64/stable/<HASH>/files/share/zotero/extensions/[email protected]/install/Zotero_OpenOffice_Integration.oxt

You can find the location using the following command: find / -iname '*zotero*' 2> /dev/null 8. Restart LibreOffice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment