Package Details: zotero-bin 7.0.11-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: 422
Popularity: 4.38
First Submitted: 2022-03-27 05:19 (UTC)
Last Updated: 2024-12-06 16:56 (UTC)

Latest Comments

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

malacology commented on 2021-08-20 06:38 (UTC)

But that's not AUR, also, it depends on your choice.

juanmah commented on 2021-08-19 13:47 (UTC)

@malacology You are free to create an i686 package in https://www.archlinux32.org

I dropped i686 architecture when Arch Linux ended its support.

malacology commented on 2021-08-19 11:01 (UTC)

better to contain i686, like what zotero beta does https://www.zotero.org/download/client/dl?channel=release&platform=linux-i686&version=5.0.96.2

juanmah commented on 2021-07-21 21:05 (UTC)

@cidig I'm pleased it worked for you.

cidig commented on 2021-07-21 17:22 (UTC)

I am sorry to answer so late. As I tested it today, the links from within Obsidian simply successfully open zotero urls. :) yey \o/ I had no time to follow what you've changed in the meantime. Now, it's perfect.

cidig commented on 2021-07-21 17:22 (UTC)

I am sorry to answer so late. As I tested it today, the links from within Obsidian simply successfully open zotero urls. :) yey \o/ I had no time to follow what you've changed in the meantime. Now, it's perfect.

manouchk commented on 2021-06-25 18:30 (UTC)

desktop-file-utils is isntalled here and I have the line x-scheme-handler/zotero=zotero.desktop; in /usr/share/applications/mimeinfo.cache. I deleted ~/.local/share/applications and ~/.config/mimeapps.list and it works fine in this case! The problem is that it seems I need them because pdf are opened in chromium (I always have periodically this kind of problem)!

einsteinchen commented on 2021-06-25 08:13 (UTC)

I don't have a problem with xdg-open (I also have neither a desktop entry in ~/.local/share/applications nor a line for zotero in ~/.config/mimeapps.list.)

But I have the line x-scheme-handler/zotero=zotero.desktop; in /usr/share/applications/mimeinfo.cache

AFAIK this file is generated by https://man.archlinux.org/man/update-desktop-database.1 which is (in addition to a pacman hook) part of https://archlinux.org/packages/extra/x86_64/desktop-file-utils/. [The pacman hook triggers when a *.desktop file is installed in usr/share/applications and then updates the mimeinfo.cache file.]

@manouchk If you are missing the desktop-file-utils package and adding it fixes the problem, it may be good to include it in the dependency list for this package.

juanmah commented on 2021-06-25 05:27 (UTC)

@manouchk In my configuration, I have neither a desktop entry in ~/.local/share/applications nor a line for zotero in ~/.config/mimeapps.list.

There must be something else.

Can anyone else check if they have problems with xdg-open?

manouchk commented on 2021-06-25 02:03 (UTC) (edited on 2021-06-25 02:04 (UTC) by manouchk)

I solved my problems by adding a Desktop Entry in ~/.local/share/applications and a line for zotero in ~/.config/mimeapps.list as explained in https://askubuntu.com/questions/964275/how-to-register-zotero-protocol-on-ubuntu-16-04/964283#964283 and now it works just fine. Is this problem peculiar to my configuration?