[Mono-list] *Calendar implementation

Miguel de Icaza miguel@ximian.com
21 Mar 2002 10:57:39 -0500


> Well, to be truly platform independent, we'd also need to care about
> KDE and other Unixes - not all of them are using GConf to store their
> preferences.

The real reason is that still to this date I do dislike GConf, and I
would like to use something that layers me from having to link with it. 
I rather have a Mono-based solution for configuration management, and
then have that daemon/whatever "gateway" to GConf where it makes sense,
but I do not want to link with ORBit/GConf in the runtime.

Miguel