[Bug 288051] security/gnome-keyring: The secret services hides other run of gnome-keyring-daemon

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 06 Jul 2025 09:45:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288051

            Bug ID: 288051
           Summary: security/gnome-keyring: The secret services hides
                    other run of gnome-keyring-daemon
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: monwarez@mailoo.org
          Assignee: gnome@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)

Hi,
When using the gnome-keyring daemon for pkcs11,secrets, and ssh like this
before starting sway:

eval $(/usr/local/bin/gnome-keyring-daemon --components=pkcs11,secrets,ssh -s)

export SSH_AUTH_SOCK
export GNOME_KEYRING_CONTROL
export GNOME_KEYRING_PID
export GPG_AGENT_INFO

I no longer get my ssh agent working, since now I have two instance of
gnomke-keyring-daemon:

The one that I invoked with all components, and the other one invoked by the
secret service:

/usr/local/bin/gnome-keyring-daemon --start --foreground --components=secrets

Is there a ways to the secret service, to be marked as running if at least
gnome-keyring-daemon is already started with at least the secrets components ?

Thanks in advance

-- 
You are receiving this mail because:
You are the assignee for the bug.