After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 352623 - beagle-search crashes when accesing help->contents option
beagle-search crashes when accesing help->contents option
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
0.2.7
Other Linux
: Normal normal
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2006-08-24 00:35 UTC by José Carlos García Sogo
Modified: 2006-08-24 16:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description José Carlos García Sogo 2006-08-24 00:35:14 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.
Comment 1 José Carlos García Sogo 2006-08-24 00:36:06 UTC
 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)
Comment 2 Lukas Lipka 2006-08-24 16:28:55 UTC
Fixed in CVS. We now display a dialog box if we fail to launch a web browser.