[26427] in Athena Bugs

home help back first fref pref prev next nref lref last post

sun4 9.3.18: mozilla

daemon@ATHENA.MIT.EDU (Zev A Benjamin)
Wed May 4 16:02:45 2005

Message-Id: <200505042002.j44K25ks020547@cruella-de-vil.mit.edu>
To: bugs@mit.edu
Date: Wed, 04 May 2005 16:02:05 -0400
From: Zev A Benjamin <zev@mit.edu>
X-Spam-Score: -4.9
X-Spam-Flag: NO
Errors-To: bugs-bounces@mit.edu

System name:		cruella-de-vil.mit.edu
Type and version:	Sun-Blade-1500 9.3.18
Display type:		jfb

Shell:			/bin/athena/bash
Window manager:		metacity

The /usr/athena/bin/mozilla script does not work if there is a copy of
thunderbird running.  In addition, if there is an instance of firefox
running, the mozilla command opens a new firefox window.  The
attached patch fixes the problem.


Zev Benjamin


195c195
< remote_error=`$moz_remote "ping()" 2>&1 >/dev/null`
---
> remote_error=`$moz_remote -a mozilla "ping()" 2>&1 >/dev/null`
247c247
<     exec $moz_remote "xfeDoCommand(openBrowser)"
---
>     exec $moz_remote -a mozilla "xfeDoCommand(openBrowser)"
277c277
<   exec $moz_remote "openURL($url,new-window)"
---
>   exec $moz_remote -a mozilla "openURL($url,new-window)"

home help back first fref pref prev next nref lref last post