https://bugzilla.novell.com/show_bug.cgi?id=216142 Summary: monodoc does not find libgtkembedmoz.so Product: openSUSE 10.2 Version: Beta 1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: Mono AssignedTo: bnc-team-mono@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de Running monodoc from an xterm reveals: Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Gecko.WebControl ---> System.DllNotFoundException: libgtkembedmoz.so at (wrapper managed-to-native) Gecko.WebControl:gtk_moz_embed_get_type () at Gecko.WebControl.get_GType () [0x00000] at GtkSharp.GeckoSharp.ObjectManager.Initialize () [0x00000] at Gecko.WebControl..cctor () [0x00000] --- End of inner exception stack trace --- at <0x00000> <unknown method> at Monodoc.GeckoHtmlRender..ctor (Monodoc.RootTree help_tree) [0x00000] at <0x00000> <unknown method> at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[]) at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] It's the same as bug 159404. Maybe you can fix it in the same way as it had been fixed for monodevelop (extend the startup script to look for xulrunners in /etc/gre.d/* as well). Or hardcode the path to libgtkembedmoz.so into gecko-sharp2. That's the way all the C/C++ apps are doing it and would solve the problem once and forever for all gecko-sharp2 based applications. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.