I have an app that uses gconf for configuration and I have notice that some apps install a schema file that lists keys and gives descriptions on them.
Is this mandatory or schema files are optional? It is certainly working without them.
My concerns about the schema is that I don't see how my key schema could be explained.
I store account information on /apps/blah..blah/accounts
with one folder per account, but I
don't see how could I specify that. /apps/blah..blah/accounts/<account_example>/name is a string owned by blahblah
I doubt that could work as there might be several or none accounts under that folder.