Package Details: zotero-bin 7.0.9-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: 416
Popularity: 2.66
First Submitted: 2022-03-27 05:19 (UTC)
Last Updated: 2024-10-30 17:40 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 20 Next › Last »

rosenberg commented on 2023-04-19 18:11 (UTC)

I cannot build it:

==> ERROR: Running makepkg as root is not allowed as it can cause permanent,
catastrophic damage to your system.

juanmah commented on 2023-03-04 06:16 (UTC)

Hi omnibus,

I cannot reproduce your problem. Maybe is better to report this fail upstream.

As a workaround, while this problem persists, you can download an old PKGBUILD for this package and install it.

omnibus commented on 2023-03-03 16:21 (UTC)

Hi, I don't knwo if this is the place for this issue report, sorry.

after last update I'm experiencing problems with zotero generating new items in my bibliography. I always use zettler also, both with betterbibtex plugin and no issues. But since that update, zotero generates erros

Zotero-bin (zotero-bin 6.0.22-1) openend in console only says:

(zotero:177043): Gtk-WARNING **: 09:54:11.654: Theme parsing error: <data>:1:77: Expected ')' in color definition

But this always appear witouth any issue.

I tried to regenerate Better CSL JSON and Zotero gives error generating file

In the other side zettlr:

09:55:24] [citeproc] makeCitationCluster: Could not create citation cluster ruizguerraAvesAcuaticasCuenca2021: SyntaxError: Unexpected token u in JSON at position 0
SyntaxError: Unexpected token u in JSON at position 0
    at JSON.parse (<anonymous>)
    at h.Engine.retrieveItem (/usr/lib/zettlr/app.asar/.webpack/main/index.js:2:249412)
    at h.Engine.makeCitationCluster (/usr/lib/zettlr/app.asar/.webpack/main/index.js:2:299061)
    at m.getCitation (/usr/lib/zettlr/app.asar/.webpack/main/index.js:2:1411543)
    at /usr/lib/zettlr/app.asar/.webpack/main/index.js:2:1407085
    at node:electron/js2c/browser_init:193:579
    at EventEmitter.<anonymous> (node:electron/js2c/browser_init:161:10433)
    at EventEmitter.emit (node:events:390:28)
[09:55:25] [citeproc] makeCitationCluster: Could not create citation cluster ruizguerraAvesAcuaticasCuenca2021: TypeError: Cannot read properties of undefined (reading 'type')


TypeError: Cannot read properties of undefined (reading 'type')
    at h.Engine.makeCitationCluster (/usr/lib/zettlr/app.asar/.webpack/main/index.js:2:299217)
    at m.getCitation (/usr/lib/zettlr/app.asar/.webpack/main/index.js:2:1411422)
    at /usr/lib/zettlr/app.asar/.webpack/main/index.js:2:1407085

My system: uname -a

5.18.19-3-MANJARO #1 SMP PREEMPT_DYNAMIC Tue Aug 23 15:56:13 UTC 2022 x86_64 GNU/Linux

Thanks

omnibus commented on 2023-03-03 16:10 (UTC)

Hi, after last update I'm experiencing problems with zotero generating new items in my bibliography. I always use zettler also, both with betterbibtex plugin and no issues. But since that update, zotero generates erros

My system: uname -a

5.18.19-3-MANJARO #1 SMP PREEMPT_DYNAMIC Tue Aug 23 15:56:13 UTC 2022 x86_64 GNU/Linux Other new errors opening in console:

Thanks

warwickmm commented on 2023-02-03 15:56 (UTC)

Thanks. Sorry, I missed the note in the changelog.

juanmah commented on 2023-02-03 05:50 (UTC)

Thanks for the explanation @fusion809. I only want to point out that Zotero developers eventually make some fixes only for Mac. Then, they make a new version exclusive for that platform. This practice is not intuitive or habitual, and leads to this conundrum. Thus, I beg to check the changelog (https://www.zotero.org/support/changelog) before notifying if the package is out-of-date.

fusion809 commented on 2023-02-03 04:34 (UTC)

@warwickmm Please only flag this package as out of date when it's actually out of date. If you check the changelog you linked you'll notice 6.0.21 is an update that's only available for macOS. If you go to the download package of Zotero (https://www.zotero.org/download/) you will notice that the download links for Linux and Windows are for 6.0.20, only macOS' download link has been updated to 6.0.21.

daniel_shub commented on 2022-11-02 15:29 (UTC)

I agree with @trallafitti. While the Arch packaging guidelines (https://wiki.archlinux.org/title/Arch_package_guidelines#Directories) are vague, the FAQ (https://wiki.archlinux.org/title/Frequently_asked_questions#Does_Arch_follow_the_Linux_Foundation's_Filesystem_Hierarchy_Standard_(FHS)?) says that Arch follows the FHS (https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html). The FHS is clear that /usr/lib/{pkg} is for architecture-dependent data and /usr/share/{pkg} is for architecture-independent data while /opt/{pkg} is more of a free-for-all.

juanmah commented on 2022-11-02 15:05 (UTC)

Hi @trallafitti, the use of one or the other place is more a matter of opinion. Arch package guidelines only describes very general orientation for this affair. The reality is that all the ways work, all the ways makes sense, and, in the end, there will be always packages in all places. If in the future Arch package guidelines bets for a solution, and it is clearly described, I will change it.

trallafitti commented on 2022-11-02 14:13 (UTC) (edited on 2022-11-02 14:15 (UTC) by trallafitti)

@juanmah Would you consider moving all but the actual library files from /usr/lib/zotero to /usr/share/zotero and moving the binary to /usr/bin instead of symlinking to it? Currently chrome icons, extensions, fonts and a whole lot of poppler-data files are installed to /usr/lib and they don't belong there.

If that is not possible, I believe /opt is a better place for all of this.