gnome-keyring is a program that keep passwords and other secrets for users. It is run as a daemon in the session, similar to ssh-agent, and other applications locate it via an environment variable or a dbus.
gnome-keyring is a program that keep passwords and other secrets for users. It is run as a daemon in the session, similar to ssh-agent, and other applications locate it via an environment variable or a dbus.
To install gnome-keyring, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gnome-keyring
To see what files were installed by gnome-keyring, run:
port contents gnome-keyring
To later upgrade gnome-keyring, run:
sudo port selfupdate && sudo port upgrade gnome-keyring
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.