Comment 85 for bug 65609

Revision history for this message
r2d2 (r2d2-c3p0) wrote :

O.K., O.K., O.K. ...

I will correct myself :-)

echo -e '#!/bin/bash '"\n/usr/bin/firefox-3.0.orig -P FF3" > /usr/local/bin/firefox-3

&&

echo -e '#!/bin/bash '"\n/usr/bin/firefox-2 -P default" > /usr/local/bin/firefox

Then we should put "/usr/local/bin/firefox" into /etc/alternatives... but no alternatives for firefox there... and noone have /usr/local/bin as first in $PATH - only "/usr/local/bin/firefox" starts this wrapper.

So: I think, it is better to put this in /usr/bin/firefox and 'hope & pray', that the next package version can solve the problem (if so, you can replace "firefox-3.0.orig", if not, you get the old terror back)

R2-D2