I'm trying to understand how Gconf, Dconf and Gsettings works and what the relationship is between them.
All I know is:
- Gconf - XML based database (backend system). the older one.
- Dconf - BLOB based database (backend system). the newer one.
- Gsettings - CLI tool to edit settings. looks like it works only with Dconf (although i saw somewhere that it might work with Gconf).
I know that for Gconf there is a GUI - Gconf-editor, and for Dconf - Dconf-editor.
So:
- Which backend system is more often used - Dconf or Gconf?
- Gsettings works with both of them? and why doesn't it show all Dconf schemas?
- Where does Dconf save its data?
