https://bugzilla.novell.com/show_bug.cgi?id=332847 Summary: firefox does not open local URLs containing spaces properly Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Firefox AssignedTo: bnc-team-mozilla@forge.provo.novell.com ReportedBy: robert.simai@novell.com QAContact: qa@suse.de Found By: Novell Technical Services NTS Priority: 1000 Seen with MozillaFirefox 2.0.0.5 on openSUSE10.2, the problem also exists on SLED10SP1 and likely other products. The command firefox file:///file\ with\ spaces.html will try to open "file:///file" instead of "file:///file with spaces.html". The same happens when using e.g. Konqueror filebrowser to click and open a file with firefox. This is caused by missing quotes in the /usr/bin/firefox script when executing the binary and handing over the arguments from the shell. Please change the two $MOZ_PROGRAM $@ calls to $MOZ_PROGRAM "$@" at the end of the script to solve this problem. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.