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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 20 Next › Last »

jbehmel commented on 2019-06-23 08:31 (UTC)

@juanmah thank you. Thats a good idea. I'll try it after an backup of the database.

kseistrup commented on 2019-06-21 08:06 (UTC)

There's no need to keep a shell around when launcing zotero, please use exec:

#!/bin/bash

# Increase open files limit
#
# Mozilla file functions (OS.File.move()/copy(), NetUtil.asyncFetch/asyncCopy()) can leave file
# descriptors open for a few seconds (even with an explicit inputStream.close() in the case of
# the latter), so a source installation that copies ~500 translators and styles (with fds for
# source and target) can exceed the default 1024 limit.
# Current hard-limit on Ubuntu 16.10 is 4096
ulimit -n 4096

CALLDIR="$(dirname "$(readlink -f "$0")")"
exec "$CALLDIR/zotero-bin" -app "$CALLDIR/application.ini" "$@"

Cheers.

juanmah commented on 2019-06-18 03:44 (UTC)

@jbehmel, officially Zotero has not published yet the 5.0.67.3 version. When they publish a new version, I'll update this package.

As it seems that it's a bug appeared in the last version, I suggest you to get and makepkg the PKGBUILD of a previous version:

https://aur.archlinux.org/cgit/aur.git/log/?h=zotero

jbehmel commented on 2019-06-17 20:38 (UTC)

Got citation problems with zotero. Due to: https://forums.zotero.org/discussion/77855/error-with-zotero-and-word-for-mac#latest

there might be an update. Is this possible?

StuckUpCreations commented on 2019-01-24 19:51 (UTC)

Thanks for the update!!

StuckUpCreations commented on 2019-01-19 19:08 (UTC) (edited on 2019-01-20 05:45 (UTC) by StuckUpCreations)

Would be great to have the updated package, as its still flagged out of date.

Jino commented on 2018-03-28 12:16 (UTC)

Hi there, I just installed zotero and ran into this problem, while trying to add books to the library using drag & drop:

Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.isDirectory]

[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.isDirectory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://zotero/content/xpcom/zotero.js :: Zotero.DragDrop.getDataFromDataTransfer :: line 2661" data: no] Zotero.DragDrop.getDataFromDataTransfer@chrome://zotero/content/xpcom/zotero.js:2661:10 Zotero.CollectionTreeView.prototype.canDropCheckAsync<@chrome://zotero/content/xpcom/collectionTreeView.js:1762:17 From previous event:

wsha commented on 2017-11-15 11:16 (UTC)

Would "zotero" be the package that ran Zotero's build scripts? Zotero's build scripts don't actually compile anything. They download the Firefox binary and do some repackaging of the config files so it looks like Zotero.