Last active
September 27, 2018 21:40
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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; |
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/
Thanks for this
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to use this? Please help