Gentoo Archives: gentoo-amd64

From: Richard Freeman <rich0@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Thunderbird - firefox links not opening
Date: Sat, 16 Jul 2005 18:02:35
Message-Id: 42D94B3A.8020207@verizon.net
In Reply to: Re: [gentoo-amd64] Thunderbird - firefox links not opening by Stuart Haas
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Stuart Haas wrote:
5 >
6 > This problem just resurfaced with thunderbird 1.0.5. I'm getting the
7 > message when I click on a link:
8 >
9 > /usr/libexec/mozilla-launcher: can't find the browser :-(
10
11 I see the same thing.
12
13 I was able to fix it by applying:
14
15
16
17 A bit of a hack I admit - I'm not a shell-scripting expert but it looks
18 like the issue is that this variable is already set when the script is
19 called from thunderbird and as a result it doesn't get reset.
20
21 - --- usr/libexec/mozilla-launcher
22 +++ usr/libexec/mozilla-launcher
23 @@ -182,6 +182,7 @@
24 case $zero in
25 *fox-bin)
26 : ${MOZILLA_FIVE_HOME:="/opt/firefox"}
27 + MOZILLA_FIVE_HOME="/opt/firefox"
28 remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
29 mozbin=$MOZILLA_FIVE_HOME/firefox-bin
30 grepfor=Firefox-bin
31
32 If somebody comes up with a better fix they should probably file a bug...
33 -----BEGIN PGP SIGNATURE-----
34 Version: GnuPG v1.4.1 (GNU/Linux)
35 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
36
37 iD8DBQFC2Us6g2bN8aFizRkRAhL7AKCzNbg1bJagB5tjfJr94Eh12g3fWwCeKivu
38 yxkcrVxaTQHIdiJVEST6UtY=
39 =O8WL
40 -----END PGP SIGNATURE-----

Attachments

File name MIME type
smime.p7s application/x-pkcs7-signature

Replies

Subject Author
Re: [gentoo-amd64] Thunderbird - firefox links not opening Stuart Haas <stuart@××××××××××.com>