Skip to content

Instantly share code, notes, and snippets.

@tpoisot
Last active September 27, 2018 21:40
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tpoisot/5399702 to your computer and use it in GitHub Desktop.
Save tpoisot/5399702 to your computer and use it in GitHub Desktop.
zotero desktop file for the standalone version in fedora -- https://developer.gnome.org/integration-guide/stable/desktop-files.html.en
[Desktop Entry]
Name=Zotero Standalone
Exec=/usr/local/bin/Zotero_linux-x86_64/zotero
Icon=/usr/local/bin/Zotero_linux-x86_64/chrome/icons/default/default48.png
Type=Application
Categories=Education;
@goghard
Copy link

goghard commented Apr 15, 2017

You have to create a text file called zotero-standalone.desktop in your ~/.local/share/applications/ directory, and copy the code inside. Make sure that the Exec and Icon lines refer to the actual path of your Zotero installation. If you want the program to be available for all the users in your computer, you can create the file in /usr/share/applications/

@pfheatwole
Copy link

Thanks for this

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