Bugzilla – Bug 114054
system-prefs cannot be used
Last modified: 2005-09-04 08:54:36 UTC
The new lockdown stuff broke config.use_system_prefs. Enabling it has no effect and so the whole lockdown stuff doesn't work. In a debug-build I found: 1088788576[8adc548]: config.use_system_prefs is enabled 1088788576[8adc548]: ====Now Use system prefs== 1088788576[8adc548]: ...No System Pref Service libsystem-pref-gconf.so is installed correctly in /opt/MozillaFirefox/lib/components
so in nsSystemPref::LoadSystemPrefs() mSysPrefService = do_GetService(NS_SYSTEMPREF_SERVICE_CONTRACTID, &rv); fails.
mmm. Must be something simple :-). ldd libsystem-pref-gconf.so? Tomorrow I can jump through Build.net and refetch the RPM sources and build another RPM ... I wish this wasn't so painful!
ldd doesn't complain about missing libs.
Rob, any update?
Roc sent me a patch and I'll integrate it until monday's deadline.
package submitted