To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66204 Issue #:|66204 Summary:|kdesettings: Don't link KDE conf. backend in Gnome |(and v.v.) Component:|gsl Version:|680m172 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|pl Reported by:|kendy
------- Additional comments from [EMAIL PROTECTED] Wed Jun 7 06:11:49 -0700 2006 ------- It seems that KDE configuration backend is dl_open()'ed even in the Gnome environment (and vice versa) which has quite bad impact on the application startup time. I'll attach a patch that fixes it - or at least I think so ;-) The idea is that the Gconf/KDE backends do not provide com.sun.star.comp.configuration.backend.PlatformBackend, just com.sun.star.comp.configuration.backend.GconfBackend or com.sun.star.comp.configuration.backend.KDEBackend respectively. Configmgr then loads the appropriate backend explicitely. Please check that this approach does not break any functionality ;-) Also - I am not sure about the order of the backends - does it make sense to load the desktop-related before or after com.sun.star.configuration.backend.PlatformBackend? I made it loading _after_, is that right? Also - this patch contains a change in serving the "system.desktop-environment" value of current context (moved from desktop to vcl). It was defined too late to be useful in configmgr. I can extract it from this patch to a separate one if necessary. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
