Bug 544119
Summary: | gtk_show_url fails to launch browser without gvfs installed | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jon Burgess <jburgess777> | ||||
Component: | gtk2 | Assignee: | Matthias Clasen <mclasen> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | mclasen, pbrobinson | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2009-12-03 23:50:00 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Jon Burgess
2009-12-03 23:06:00 UTC
Created attachment 375952 [details]
Perform error checking for gtk_show_uri() call
This patch helped me to diagnose the cause of the problem. I see a couple of other unchecked gtk_show_uri() calls elsewhere in bisho too.
The trunk bisho code has shuffled the files around a bit so the patch may need some more work if pushed upstream.
I think this should be fixed in gtk but I will work around it in the short term by adding a Requires: to bisho. It will be fixed in bish-0.17-2 Sorry, but this is working as designed. If you need support for anything but file:// in gtk_show_url you need to install something that implements the corresponding gio extension points. The most likely candidate is gvfs, of course. But gio lets you provide another implementation for moblin, if that is what you want to do. |