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.12
First Submitted: 2022-03-27 05:19 (UTC)
Last Updated: 2025-03-17 07:18 (UTC)

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20

juanmah commented on 2012-07-06 15:44 (UTC)

I can confirm. I think it's a dbus issue Jul 6 17:42:05 xxx dbus[427]: [system] Activating service name='org.freedesktop.NetworkManager' (using servicehelper) Jul 6 17:42:05 xxx dbus[427]: [system] Activated service 'org.freedesktop.NetworkManager' failed: Launch helper exited with unknown return code 1 [2012-07-06 09:52] upgraded dbus-core (1.6.0-5 -> 1.6.2-2) [2012-07-06 09:52] upgraded dbus (1.6.0-1 -> 1.6.2-1)

LWhitson2 commented on 2012-07-06 15:35 (UTC)

Anyone else having trouble with a segmentation fault all of a sudden. Everything was working great until today though.

allencch commented on 2012-07-05 04:05 (UTC)

Can you please change the line sed with this? sed -i -e 's|MOZ_PROGRAM=""|MOZ_PROGRAM="/usr/lib/zotero/zotero"|g' $pkgdir/usr/lib/zotero/run-zotero.sh

<deleted-account> commented on 2012-05-09 07:06 (UTC)

I get a "database upgrade error" with 3.0.7-1. When I remove my ~/.zotero folder and start Zotero, I get a "database initialization error". before, everything was working fine. Any ideas?

juanmah commented on 2012-05-06 17:41 (UTC)

Changes in 3.0.7 (May 4, 2012) * Bibliographic output and word processor integration fixes * “this.base.givens[this.gnameset] is undefined” * Don't fail if user cancels document preferences window that appears because a style doesn't exist * Fixed some issues with corrupted field codes * Updated citeproc-js to 1.0.329 * Fixed preferences window in Thai locale * Show data directory properly on Linux * Show “Search subcollections” instead of “Search subfolders” in Advanced Search * Made various hard-coded strings localizable

<deleted-account> commented on 2012-04-30 08:59 (UTC)

There's 3.0.4 out.

juanmah commented on 2011-03-01 11:20 (UTC)

You are right. Bug fixed. Thanks!

ngoonee commented on 2011-03-01 11:01 (UTC)

Your line 22 is wrong, the resulting link is not to the installed zotero but to the copy in your pkgdir (which is deleted if you makepkg -c) Please use 'ln -s /usr/lib/zoter/run-zoter.sh $pkgdir/usr/bin/zotero' instead