[ubuntu-mono] [Bug 38771] dllmap for gtkembedmoz appears to be wrong

Michael R. Head burner at suppressingfire.org
Sat Apr 8 18:20:34 UTC 2006


Public bug reported:

Affects: gecko-sharp2 libgecko2.0-cil (Ubuntu)
       Severity: Normal
       Priority: (none set)
         Status: Unconfirmed


Description:
When trying to run monodevelop 0.10, in order to avoid this stack trace:

Exception occurred: /usr/lib/firefox/libgtkembedmoz.so

System.DllNotFoundException: /usr/lib/firefox/libgtkembedmoz.so
in (wrapper managed-to-native) Gecko.WebControl:gtk_moz_embed_set_profile_path (intptr,intptr)
in <0x0002d> Gecko.WebControl:SetProfilePath (System.String aDir, System.String aName)
...

After I changed this line:
  <dllmap dll="gtkembedmoz.dll" target="/usr/lib/firefox/libgtkembedmoz.so"/>
to this:
  <dllmap dll="gtkembedmoz" target="/usr/lib/firefox/libgtkembedmoz.so"/>

in the file:
/usr/lib/mono/gac/gecko-sharp/2.0.0.0__ccf7d78a55e9f021/gecko-sharp.dll.config

The welcome page in monodevelop worked again.
-- 
dllmap for gtkembedmoz appears to be wrong
https://launchpad.net/malone/bugs/38771




More information about the Ubuntu-mono mailing list