D-Conf

nf2 nf2 at scheinwelt.at
Fri Mar 4 12:29:06 EET 2005


Philip Van Hoof wrote:

>
>What we need is a registry-system for DESKTOP applications. It's only
>for the desktop applications. 
>  
>
What do you think of implementing D-Conf as a DVFS backend. It seems 
that configuration systems and VFS libraries have a lot in common:

* A deamon for access syncronization (That one client doesn't overwrite 
changes from another client when they try to edit in the same config 
file simultaneously). That's similar to connection sharing in a VFS.

* Change notification

* A tree like structure.

* Key-Value Pairs could be represented in the VFS as files, where the 
key is the filename and the value is mapped as file content or file 
attribute.

That doesn't say anything about the storage system behind D-Conf. It 
could be plain text files, a single or multiple XML files, a database,...

Norbert




More information about the xdg mailing list