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 98513 - syntax for URL handler is weak
syntax for URL handler is weak
Status: RESOLVED DUPLICATE of bug 90592
Product: gnome-control-center
Classification: Core
Component: Other Preferences
1.4.0
Other Linux
: Normal blocker
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-11-14 18:13 UTC by Hunter Peress
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hunter Peress 2002-11-14 18:13:08 UTC
using 1.4.0.5

This works as a URL handler:

mozilla "%s"

This doesn't:
mozilla -remote openURL( %s ,new-tab)

which leads me to suspect u're using the shell.

This gets closer:
mozilla -remote 'openURL(%s ,new-tab)'

BUT still fails. Mozilla tells me "can't open www.%s.com"

Fix please in 1.4
Comment 1 Andrew Sobala 2002-11-14 18:20:36 UTC
*** This bug has been marked as a duplicate of 90592 ***