nextcloud-client needs package gcr
Whenever I run nextcloud-client
it asks me to log in to my account. Looking into the logs, the issue seems to be
auth.notice gnome-keyring-daemon[3287]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.keyring.SystemPrompter was not provided by any .service files
Installing gcr
fixes this.
In arch linux, gcr
is a dependency of gnome-keyring
, here it requires only gcr-base
. So how should this be fixed? Should grc
maybe be added as a dependency for nextcloud-client
or gnome-keyring
?