[Bug 116421] Re: firefox shell breaks "profile" option
Mike Trim
mike.trim at gmail.com
Thu Jun 7 22:55:24 UTC 2007
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
to
case "${arg}" in
-a | --display | -contentLocale | -UILocale | -remote | --debugger | -height | -width | -chrome | -P | -CreateProfile | -profile)
prev=${arg}
continue
;;
esac
at line 182.
--
firefox shell breaks "profile" option
https://bugs.launchpad.net/bugs/116421
You received this bug notification because you are a member of Mozilla
Bugs, which is a bug assignee.
More information about the Ubuntu-mozillateam-bugs
mailing list