"discover_other_daemon: 1" message in terminal

Hi guys, I’m having this issue when opened by error the gnome-terminal (I use terminator)

Got this message before fastfetch loaded:

Summary

terminal1

Thing is, how could I fix the message issue?

Looks like it might be something to do with gnome-keyring-daemon:

7.5 Terminal gives the message “discover_other_daemon: 1” - GNOME/Keyring - ArchWiki

Terminal gives the message “discover_other_daemon: 1”

This is caused by gnome-keyring-daemon being started for the second time. Since a systemd service is delivered together with the daemon, you do not need to start it another way. So make sure to remove the start command from your .zshenv, .bash_profile, .xinitrc, config.fish or similar. Alternatively you can disable the gnome-keyring-daemon.service and gnome-keyring-daemon.socket user units.

2 Likes

Thanks! Found the line in ~/.zshrc and commented it:

# eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secret,ssh)

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.