Comment 10 for bug 186049

Revision history for this message
rafaelb (rafaelbco) wrote :

I'd like to confirm this bug. I'm running an up-to-date Debian Lenny/Testing. After doing a search using "beagle-search", when I click on a result item of type "IM conversation" (a conversation from Pidgin) I get the following error output:

Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.DllNotFoundException: libgalago
  at (wrapper managed-to-native) Galago.Global:galago_init (intptr,int)
  at Galago.Global.Init (System.String name, InitFlags flags) [0x00000]
  at Galago.Global.Init (System.String name) [0x00000]
  at Beagle.Util.GalagoTools.GetPresence (System.String service_id, System.String username) [0x00000]
  at Beagle.Search.Tiles.IMLog.GetBuddyStatus () [0x00000]
  at Beagle.Search.Tiles.IMLog.GetDetails () [0x00000]
  at Beagle.Search.Tiles.Tile.get_Details () [0x00000]
  at Beagle.Search.SearchWindow.ShowInformation (Beagle.Search.Tiles.Tile tile) [0x00000]
  at Beagle.Search.GroupView.OnTileSelected (System.Object tile, System.EventArgs args) [0x00000]
  at Beagle.Search.Tiles.Tile.OnFocusInEvent (Gdk.EventFocus f) [0x00000]
  at Gtk.Widget.focusinevent_cb (IntPtr widget, IntPtr evnt) [0x00000]
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Widget.focusinevent_cb(IntPtr widget, IntPtr evnt)
   at Gtk.Widget.focusinevent_cb(IntPtr , IntPtr )
   at Gtk.Widget.gtk_widget_grab_focus(IntPtr )
   at Gtk.Widget.gtk_widget_grab_focus(IntPtr )
   at Gtk.Widget.GrabFocus()
   at Beagle.Search.Tiles.Tile.OnButtonPressEvent(Gdk.EventButton b)
   at Gtk.Widget.buttonpressevent_cb(IntPtr widget, IntPtr evnt)
   at Gtk.Widget.buttonpressevent_cb(IntPtr , IntPtr )
   at Gtk.Application.gtk_main()
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Gnome.Program.Run()
   at Beagle.Search.Driver.Main(System.String[] args)