Moving Nvu to the Firefox 1.0 codebase led to a major problem if I want to integrate a bit more Nvu with Kde, for instance to use native KDE icons for mimetypes in the site manager : the application has to create a KApplication() to be able to resolve a mimetype. But the application shuts itself down and restarts when it creates the default profile for the first time or when it has to disable some existing extensions. Apparently, this does not live well with KApplication() and I wonder if I won't have to drop, unfortunately, that feature. Help on this topic highly welcomed, if you can provide some.