gnome-keyring-service does not provide SystemPrompter by default

  • Open
  • quality assurance status badge
Details
One participant
  • Alexey Abramov
Owner
unassigned
Submitted by
Alexey Abramov
Severity
normal
A
A
Alexey Abramov wrote on 10 Jun 2020 15:30
(address . bug-guix@gnu.org)
875zbzxd3o.fsf@mmer.org
Hi,

With the below services definition it is required to add gcr package to be able to unlock&query keyring.

Toggle snippet (15 lines)
(services
(append
(list (service gnome-desktop-service-type)
(service gnome-keyring-service-type)
(service openssh-service-type)
(service docker-service-type)
(service tor-service-type)
;;
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout))))
%desktop-services))


Toggle snippet (5 lines)
May 31 20:32:02 localhost gnome-keyring-daemon[2992]: couldn't create system prompt: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.keyring.SystemPrompter was not provided by any .service files
May 31 20:32:24 localhost gnome-keyring-daemon[2992]: couldn't create system prompt: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.keyring.SystemPrompter was not provided by any .service files
May 31 20:42:19 localhost gnome-keyring-daemon[2992]: couldn't create system prompt: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.keyring.SystemPrompter was not provided by any .service files

--
Alexey
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 41789@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41789
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch