dconf is a simple key/value storage system that is heavily optimised for reading.
dconf is a simple key/value storage system that is heavily optimised for reading. This makes it an ideal system for storing user preferences (which are read 1000s of times for each time the user changes one).
dconf is a simple key/value storage system that is heavily optimised for reading. This makes it an ideal system for storing user preferences (which are read 1000s of times for each time the user changes one).
To install dconf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dconf
To see what files were installed by dconf, run:
port contents dconf
To later upgrade dconf, run:
sudo port selfupdate && sudo port upgrade dconf
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.