-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Stuart Haas wrote:
> 
> This problem just resurfaced with thunderbird 1.0.5.  I'm getting the
> message when I click on a link:
> 
> /usr/libexec/mozilla-launcher: can't find the browser :-(

I see the same thing.

I was able to fix it by applying:



A bit of a hack I admit - I'm not a shell-scripting expert but it looks
like the issue is that this variable is already set when the script is
called from thunderbird and as a result it doesn't get reset.

- ---  usr/libexec/mozilla-launcher
+++ usr/libexec/mozilla-launcher
@@ -182,6 +182,7 @@
   case $zero in
     *fox-bin)
       : ${MOZILLA_FIVE_HOME:="/opt/firefox"}
+      MOZILLA_FIVE_HOME="/opt/firefox"
       remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
       mozbin=$MOZILLA_FIVE_HOME/firefox-bin
       grepfor=Firefox-bin

If somebody comes up with a better fix they should probably file a bug...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC2Us6g2bN8aFizRkRAhL7AKCzNbg1bJagB5tjfJr94Eh12g3fWwCeKivu
yxkcrVxaTQHIdiJVEST6UtY=
=O8WL
-----END PGP SIGNATURE-----

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to