Closed
Bug 382174
Opened 18 years ago
Closed 1 year ago
Default command set by Firefox in GNOME has quotes, which cause a problem (Firefox path set in "default applications" setting on GNOME has a problem)
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ljgshkg, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
On Debian(testing and Etch), after starting Firefox for the first time, firefox asks if you want to set firefox as default browser. If agree, it will set the path of firefox in default applications panel of GNOME. The path is as follow:
/whateverDirectory/firefox "%s"
Yes, it includes the double quotes, which makes firefox opens up your home directory when the %s is not provided. The path should not contain those double quoes, hence should be as follow:
/whateverDirectory/firefox %s
Reproducible: Always
Comment 1•18 years ago
|
||
Same problem with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a9pre) Gecko/2007103004 Minefield/3.0a9pre
![]() |
||
Comment 2•18 years ago
|
||
Confirming with Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9a9pre) Gecko/2007103004 Minefield/3.0a9pre
There are quotes, and “firefox ""”” opens the current directory.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → Trunk
![]() |
||
Updated•18 years ago
|
Summary: Firefox path set in "default applications" setting on GNOME have problem.. → Default command set by Firefox in GNOME has quotes, which cause a problem (Firefox path set in "default applications" setting on GNOME has a problem)
Updated•3 years ago
|
Severity: normal → S3
Comment 6•1 year ago
|
||
This bug has been fixed with Bug 420408.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•