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 538307 - gm_open_uri's gnome implementation sucks
gm_open_uri's gnome implementation sucks
Status: RESOLVED FIXED
Product: ekiga
Classification: Applications
Component: general
GIT master
Other All
: Normal normal
: ---
Assigned To: Snark
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-14 13:46 UTC by Snark
Modified: 2008-08-24 23:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Snark 2008-06-14 13:46:33 UTC
It just calls gnome_url_show, and never tries anything else. Perhaps we could have it try other things.

What about making the gtk-only implementation get called anytime gnome_url_show failed?

That mostly means :
- giving another name to the gtk-only implementation, since it's named gm_open_uri too ;
- make it available for the gnome implementation ;
- make it used by the gnome implementation.

Marking as gnome-love.