gnome-keyring is a program that stores passwords and other secrets for users. It is run as a daemon in the session. This library provides an interface to the daemon for client applications.
gnome-keyring is a program that stores passwords and other secrets for users. It is run as a daemon in the session. This library provides an interface to the daemon for client applications.
To install libgnome-keyring, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgnome-keyring
To see what files were installed by libgnome-keyring, run:
port contents libgnome-keyring
To later upgrade libgnome-keyring, run:
sudo port selfupdate && sudo port upgrade libgnome-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.