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 590357 - Handle custom URIs
Handle custom URIs
Status: RESOLVED DUPLICATE of bug 579859
Product: gnome-terminal
Classification: Core
Component: general
2.26.x
Other All
: Normal enhancement
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-31 10:12 UTC by Jonas Sundberg
Modified: 2009-07-31 12:37 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Jonas Sundberg 2009-07-31 10:12:03 UTC
gnome-terminal should be able to handle user specified custom URIs. No assumtions should be made about the syntax of a URI except that of a generic URI according to STD66/RFC3986.
Comment 1 Christian Persch 2009-07-31 12:19:14 UTC
Handle them *how* ?

Anyway, I think that will be covered by bug 579859.

*** This bug has been marked as a duplicate of 579859 ***
Comment 2 Jonas Sundberg 2009-07-31 12:37:16 UTC
The best way would probably be to locate the URI in GConf under /desktop/gnome/url-handlers/ to allow users to specify custom URIs in as few locations as possible.

I think bug 579859 will cover this bug, but the implementation will probably be specific to gnome-terminal while a URI handler could be integrated with GNOME.