Re: [flalug] Firefox Integration

From: Larry Brown (larry.brown@dimensionnetworks.com)
Date: Sat Jun 12 2004 - 12:51:47 EDT


Thanks guys for all your help... I got a fix. Check the following
script...

-------------epiphany-------------
#!/bin/sh

export MOZILLA_FIVE_HOME="/usr/local/firefox"

url="$1"

if [ "x$url" = "x" ]; then
url="about:blank"
fi

if $MOZILLA_FIVE_HOME/mozilla-xremote-client openURL\("$url,new-tab"\);
then
exit 0
fi

exec $MOZILLA_FIVE_HOME/firefox "$url"

-----End Script------------

so when it goes to launch epiphany and a copy of firefox is running it
will open in a new tab.

I know this is still not the most elegant solution, but it works smooth
enough for me.

Thanks,

Larry

On Sat, 2004-06-12 at 12:27, Mike Fisher wrote:
> Darrin Jones wrote:
>
> >Last thing in pkg_postinst() is update_mozilla_launcher_symlinks.
> >
> >================================================================
> >
> ># Copyright 1999-2004 Gentoo Technologies, Inc.
> ># Distributed under the terms of the GNU General Public License v2
> ># $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.1
> >2004/05/28 02:32:16 agriffis Exp $
> >
> >
>
> Close, but the one I was thinking of is
>
> ../gentoo-x86/net-www/mozilla-firefox/files/firefox
>
> I found a partial copy via google, but it was missing a bunch.
>
> Mike
>
>



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:41:46 EDT