On Wed, 2004-04-14 at 05:17, Jarret R wrote: > Is there anyway to make firefox launch a new window when a link (or > launcher icon) is clicked when a firefox window already exists? I use This #!/bin/sh export MOZILLA_HOME=/usr/lib/firefox export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_HOME # get URL to load url=$1; [ -z $url ] && url=about:blank # try xremote first #$MOZILLA_HOME/mozilla-xremote-client openURL\($url\) && exit 0 $MOZILLA_HOME/firefox -remote openURL\($url,new-tab\) && exit 0 # if xremote failed, then launch the browser exec $MOZILLA_HOME/firefox $url -- Regards -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= .0. Jeff Allison ..0 jeff.allison@xxxxxxxxxxxxxxx 000 MOB 0410 502 702 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Attachment:
signature.asc
Description: This is a digitally signed message part