Skip to content

Instantly share code, notes, and snippets.

@paseaf
Last active October 29, 2022 14:03
Show Gist options
  • Save paseaf/2d02297d907980f64e51b7815afffdb9 to your computer and use it in GitHub Desktop.
Save paseaf/2d02297d907980f64e51b7815afffdb9 to your computer and use it in GitHub Desktop.
Install Zotero to Fedora
  1. Download and untar binary from official website
  2. Put the untared directory to your expected folder ($HOME/Application/Zotero here)
  3. Create a .desktop file at $HOME/.local/share/applications
[Desktop Entry]
Name=Zotero
Icon=$HOME/Applications/Zotero/chrome/icons/default/default256.png
Comment=Open-source reference manager (standalone version)
Exec=$HOME/Applications/Zotero/zotero
Type=Application
Terminal=false
StartupNotify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment