https://github.com/geraldohomero/zotero-libreoffice-linux
[Tutorial] Trying to solve the problem where the Zotero plugin doesn't work properly in the Linux LibreOffice Writer
https://github.com/geraldohomero/zotero-libreoffice-linux
libreoffice-extension linux vitrinedev zotero zotero-plugin
Last synced: about 2 months ago
JSON representation
[Tutorial] Trying to solve the problem where the Zotero plugin doesn't work properly in the Linux LibreOffice Writer
- Host: GitHub
- URL: https://github.com/geraldohomero/zotero-libreoffice-linux
- Owner: geraldohomero
- Created: 2022-06-24T01:41:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T16:13:07.000Z (11 months ago)
- Last Synced: 2025-01-15T07:44:18.315Z (3 months ago)
- Topics: libreoffice-extension, linux, vitrinedev, zotero, zotero-plugin
- Language: Shell
- Homepage:
- Size: 1.87 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zotero + LibreOffice (Linux/Ubuntu based distros) - Credits to [Kameid](https://www.reddit.com/r/linux4noobs/comments/i6skza/installing_zotero_and_using_it_with_libreoffice/)
### Trying to solve the problem where the Zotero plugin doesn't work properly in the Linux LibreOffice Writer:
## Guide:
**1. Uninstall Zotero**
**2. Make sure you have a Java Runtime Environment installed**. In LibreOffice, go to **Tools>Options>Advanced**. Make sure you have the "Use Java runtime environment" box checked, and if there is a JRE installed. **If there isn't one**, open terminal and **install the latest JRE**:
```bash
sudo apt install openjdk-8-jre
```
**3. Check if your installation worked. Run:**
```bash
java -version
```Output:

**4. Restart LibreOffice**
**5. install libreoffice-java-common:**
```bash
sudo apt install libreoffice-java-common
```**6. Install Zotero**
It should work fine now:

Credits to [Kameid](https://www.reddit.com/r/linux4noobs/comments/i6skza/installing_zotero_and_using_it_with_libreoffice/)
[Zotero's post](https://www.zotero.org/support/word_processor_plugin_troubleshooting) about the troubleshooting process for the word processor plugin.
***
**Bonus in case it didn't work**
1. Navigate to the Zotero application files:
- Go to the directory where Zotero is installed and open `extensions/[email protected]/install` (Zotero 6) or `integration/libreoffice` (Zotero 7)
- For Flatpak: `~/.local/share/flatpak/app/org.zotero.Zotero/x86_64/stable/.../files/share/zotero/extensions/[email protected]/install`
- Or search for `Zotero_OpenOffice_Integration.oxt` on your file manager (Nautilus, Dolphin...)

2. Double-click the Zotero_OpenOffice_Integration.oxt file to install it. Alternatively, go to Tools → Extension Manager in LibreOffice, click Add, and select the .oxt from the above folder.[Zotero's post](https://www.zotero.org/support/word_processor_plugin_manual_installation)