Package Details: zotero-bin 7.0.15-1

Git Clone URL: https://aur.archlinux.org/zotero-bin.git (read-only, click to copy)
Package Base: zotero-bin
Description: Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Upstream URL: https://www.zotero.org/download
Licenses: AGPL3
Conflicts: zotero
Provides: zotero
Submitter: juanmah
Maintainer: juanmah
Last Packager: juanmah
Votes: 430
Popularity: 6.25
First Submitted: 2022-03-27 05:19 (UTC)
Last Updated: 2025-03-17 07:18 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 20 Next › Last »

sebstar commented on 2017-11-13 16:25 (UTC) (edited on 2017-11-13 16:25 (UTC) by sebstar)

Please 1) create the directories in package() with `install -dm755 ...` and not mkdir. 2) use sha256 sums, not md5. Thanks :) PS: Agree with fusion809, this package should be called zotero-bin

fusion809 commented on 2017-11-03 08:06 (UTC)

Shouldn't this package be called zotero-bin? After all it's built from the binaries built for Linux and not the source code.

mstone commented on 2017-11-01 09:21 (UTC)

@vijaygopal1234: downgrade freetype2 to 2.8 or wait till next update (https://github.com/zotero/zotero/issues/1326).

<deleted-account> commented on 2017-10-28 13:09 (UTC)

Is it just me, or has zotero started displaying weirdly since the last update? Looks like the linked image to me on two computers, one Arch and one Manjaro. <https://i.imgur.com/WzJraW1.png>

wsha commented on 2017-09-15 03:30 (UTC)

Thanks for the updates @juanmah and thanks for maintaining this package!

juanmah commented on 2017-09-12 04:11 (UTC)

As @jon.reeve suggested, the app update is now disabled by default.

juanmah commented on 2017-09-12 03:57 (UTC) (edited on 2017-09-12 04:14 (UTC) by juanmah)

Changed back xpdf optional dependency and java-enviroment dependency. @alexanderp and @wsha, you were right.

leonardof commented on 2017-08-23 19:21 (UTC)

@jon.reeve, users can set this in menu Edit > Preferences > tab Advanced > subtab General > button Settings Editor (or something like that; I'm backtranslating).

jon.reeve commented on 2017-08-23 14:02 (UTC)

Could we configure this to stop asking the user to update the package? Zotero complains (often) that it's: "Unable to Update; a recommended update is available, but you don't have permission to install it. To update automatically, modify the zotero program directory to be writeable by your user account." But this is ridiculous, since the user shouldn't have to make /usr/lib writeable by their user account. It looks like you can just change `pref("app.update.enabled", true);` to `false` in /usr/lib/zotero/defaults/preferences/prefs.js.

wsha commented on 2017-08-23 04:32 (UTC)

zotero.jar is not a Java-related file. .jar is the extension used for XUL addons that have been zipped into a single file (I think it stands for "javascript archive"). See https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/JAR_Packaging Java shouldn't be a dependency.