[Bug 116421] Re: firefox shell breaks "profile" option

2007-10-24 Thread Mike Trim
This issue still exists in 2.0.0.8 in feisty (but not in 2.0.0.8 in gutsy, which uses a different startup script). -- firefox shell breaks "profile" option https://bugs.launchpad.net/bugs/116421 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact f

[Bug 116421] Re: firefox shell breaks "profile" option

2007-07-23 Thread Mike Trim
I am using feisty, don't know about dapper and edgy. -- firefox shell breaks "profile" option https://bugs.launchpad.net/bugs/116421 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubu

[Bug 116421] Re: firefox shell breaks "profile" option

2007-07-23 Thread Alexander Sack
are you using feisty? is this a problem in dapper/edgy as well? -- firefox shell breaks "profile" option https://bugs.launchpad.net/bugs/116421 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bug

[Bug 116421] Re: firefox shell breaks "profile" option

2007-07-23 Thread Mike Trim
This bug is still present in the latest security update to firefox on feisty (2.0.0.5). Attached is a patch for /usr/lib/firefox/firefox which fixes the problem. ** Attachment added: "firefox-fix-profile-switch-ubuntu-bug-116421.patch" http://launchpadlibrarian.net/8553222/firefox-fix-profile

[Bug 116421] Re: firefox shell breaks "profile" option

2007-06-07 Thread Mike Trim
A simple way to fix this (on feisty) is to edit /usr/lib/firefox/firefox and change case "${arg}" in -a | --display | -contentLocale | -UILocale | -remote | --debugger | -height | -width | -chrome | -P | -CreateProfile) prev=${arg} continue ;; esac

[Bug 116421] Re: firefox shell breaks "profile" option

2007-05-24 Thread Hilario J. Montoliu \(hjmf\)
This problem doesn't appear anymore at gutsy firefox; also doesn't appear in the lasts MozillaTeam's preview archives [1] as the new /usr/bin/firefox script is completely different. [1] https://wiki.ubuntu.com/MozillaTeam/PreviewArchives ** Changed in: firefox (Ubuntu) Status: Confirmed =

[Bug 116421] Re: firefox shell breaks "profile" option

2007-05-24 Thread Hilario J. Montoliu \(hjmf\)
My apologies, you are right. export LD_LIBRARY_PATH="/usr/lib/firefox:/usr/lib/firefox/plugins:/usr/lib/mozilla-firefox/plugins" /usr/lib/firefox/firefox-bin -profile /media/hda1/Documents\ and\ Settings/hjmf/Configuración\ local/Datos\ de\ programa/Mozilla/Firefox/Profiles/wuxs857s.default se

Re: [Bug 116421] Re: firefox shell breaks "profile" option

2007-05-24 Thread jf001
Hilario J. Montoliu (hjmf) a écrit : > Thank you jf001 for your report. > > The /usr/bin/firefox script handles firefox options. You can check > either in the man page or in the official wiki page [1] that there is no > option such -profile. So it interprets the path to the file as an > file:// ur

[Bug 116421] Re: firefox shell breaks "profile" option

2007-05-24 Thread Hilario J. Montoliu \(hjmf\)
oops, sorry! the [1] ref. is: [1] http://www.mozilla.org/docs/command-line-args.html -- firefox shell breaks "profile" option https://bugs.launchpad.net/bugs/116421 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs m

[Bug 116421] Re: firefox shell breaks "profile" option

2007-05-24 Thread Hilario J. Montoliu \(hjmf\)
Thank you jf001 for your report. The /usr/bin/firefox script handles firefox options. You can check either in the man page or in the official wiki page [1] that there is no option such -profile. So it interprets the path to the file as an file:// url. Thank you. ** Changed in: firefox (Ubuntu)