GNOME Bugzilla – Bug 590357
Handle custom URIs
Last modified: 2009-07-31 12:37:16 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.
Handle them *how* ? Anyway, I think that will be covered by bug 579859. *** This bug has been marked as a duplicate of 579859 ***
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.