GNOME Bugzilla – Bug 352623
beagle-search crashes when accesing help->contents option
Last modified: 2006-08-24 16:28:55 UTC
When accessing help->contents option in menu, which should lauch a browser (the one defined in Gnome preferences, beagle-search can crash if it is not set or it is set incorrectly (for example using a non existant command). This is completely reproducible, as you only have to go to change default browser in GNOME preferences.
Traceback is: Unhandled Exception: GLib.GException: Hubo un error al lanzar el comando de acción predeterminado asociado con esta ubicación. in <0x0006f> Gnome.Url:Show (System.String url) in [0x00005] (at /home/jose/devel/build-area/beagle-0.2.7/search/UIManager.cs:260) Search.UIManager:Help (System.Object obj, System.EventArgs args) in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs) in <0x00093> GLib.Signal:voidObjectCallback (IntPtr handle, IntPtr gch) in (wrapper native-to-managed) GLib.Signal:voidObjectCallback (intptr,intptr) in <0x00000> <unknown method> in (wrapper managed-to-native) Gtk.Application:gtk_main () in <0x00007> Gtk.Application:Run () in <0x00007> Gnome.Program:Run () in [0x00076] (at /home/jose/devel/build-area/beagle-0.2.7/search/Search.cs:60) Search.MainWindow:Main (System.String[] args)
Fixed in CVS. We now display a dialog box if we fail to launch a web browser.