- network.protocol-handler.app.http to "/home/username/bin/ff"
- network.protocol-handler.app.https to "/home/username/bin/ff"
Then create the file "/home/username/bin/ff" as:
#!/bin/bash unset MOZ_NO_REMOTE unset MOZ_LAUNCHED_CHILD unset MOZ_PIS_API unset MOZ_PIS_MOZBINDIR unset MOZ_PIS_SESSION_PID unset MOZ_PIS_USER_DIR /usr/bin/firefox $@
Remember to make it executable
Viola, it now works as it should.
© Copyright 2007 - Andrew Robinson.
Please feel free to use in your applications under the LGPL license.