Bug 114054 - system-prefs cannot be used
Summary: system-prefs cannot be used
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Firefox (show other bugs)
Version: Beta 3
Hardware: Other All
: P5 - None : Critical
Target Milestone: RC 1
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 08:56 UTC by Wolfgang Rosenauer
Modified: 2005-09-04 08:54 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Rosenauer 2005-08-30 08:56:33 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
Comment 1 Wolfgang Rosenauer 2005-08-30 09:01:30 UTC
so in nsSystemPref::LoadSystemPrefs() 
mSysPrefService = do_GetService(NS_SYSTEMPREF_SERVICE_CONTRACTID, &rv);
fails.
Comment 2 Robert O'Callahan 2005-08-31 04:28:06 UTC
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!
Comment 3 Wolfgang Rosenauer 2005-08-31 05:40:39 UTC
ldd doesn't complain about missing libs.
Comment 4 Andreas Jaeger 2005-09-03 15:59:35 UTC
Rob, any update?
Comment 5 Wolfgang Rosenauer 2005-09-03 19:20:24 UTC
Roc sent me a patch and I'll integrate it until monday's deadline.
Comment 6 Wolfgang Rosenauer 2005-09-04 08:54:36 UTC
package submitted