[27336] in Athena Bugs
Re: linux 9.4.54: evolution
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Thu Jul 16 20:54:08 2009
Message-Id: <B5CEE5BD-3FC3-4EF7-972F-DD6C84F061C2@mit.edu>
From: Jonathan Reed <jdreed@mit.edu>
To: Alex T Prengel <alexp@mit.edu>
In-Reply-To: <1247783103.11525.2.camel@dit.mit.edu>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v919.2)
Date: Thu, 16 Jul 2009 20:53:56 -0400
X-Spam-Flag: NO
X-Spam-Score: 0.00
Cc: "bugs@mit.edu" <bugs@mit.edu>
Errors-To: bugs-bounces@mit.edu
> Reed figured it out for me- it was a long-invalid path to firefox in
> the GConf setting. I had never used evolution before, and presumably
> the
> path never got updated properly somehow.
Specifically, it was trying to run something like "/opt/sfw/
firefox-2.06/firefox %s", which doesn't exist. Changing it to
"firefox %s" worked. I have in the past encountered people with
weird (what might appear to be upstream default) paths such as the one
listed above, and /usr/lib/firefox-something, but was unable to
identify a pattern in the affected users.
-Jon