>  * debian/firefox-runner, debian/firefox.1: Patch from Ian Jackson to
>    make -P, -CreateProfile and -ProfileManager options correctly work
>    again, and improve the manual page. (Closes: #356250)

It doesn't seem to quite fix this problem.  I had to make the
following change for the -ProfileManager option to work, but I don't
know this if is the right way to do it.


--- firefox~    2006-03-13 06:22:34.000000000 +0000
+++ firefox     2006-03-16 09:36:04.000000000 +0000
@@ -199,11 +199,13 @@
             -g | -debug)
                 DEBUG=1
                 ;;
-            -P | -ProfileManager | -CreateProfile | -no-remote)
+            -P | -CreateProfile | -no-remote)
                 MOZ_NO_REMOTE=1
                 export MOZ_NO_REMOTE
                 ;;
             -ProfileManager)
+                MOZ_NO_REMOTE=1
+                export MOZ_NO_REMOTE
                 APPLICATION_ID="unique--`uname -n`--$$"
                 set "$@" "${arg}"
                 ;;


-- 
Dag vijandelijk luchtschip de huismeester is dood


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to