GNOME Bugzilla – Bug 575152
Cannot launch help with gst-mixer
Last modified: 2009-05-02 22:53:58 UTC
Please describe the problem: This bug was reported at https://bugs.edge.launchpad.net/ubuntu/+source/gnome-media/+bug/337235: 1. Open "Volume Control" 2. Click on [Help]-Button -> Error-Message is displayed --- Unable to load page The requested URI "ghelp:///gnome-volume-control" is invalid This is because gst-mixer uses xdg-open to launch Yelp, and the URI gets changed along the way. I've reported that as a separate bug against glib. However, this can be worked around by using gtk_show_uri instead of launching xdg-open Steps to reproduce: 1. Right-click on mixer_apple and select Open Volume Control 2. Click Help Actual results: Yelp opens with an error dialog referring to the URI being invalid Expected results: Help should open Does this happen every time? Yes Other information:
Created attachment 130557 [details] [review] Use gtk_show_uri instead of launching xdg-open
Thanks, committed. commit a3d44913336c1dfcef8cb5ea6d091f19036fa721 Author: Chris Coulson <chrisccoulson@googlemail.com> Date: Sun May 3 01:45:26 2009 +0300 gst-mixer: fix lunching help Closes: http://bugzilla.gnome.org/show_bug.cgi?id=575152 Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>