Help and default browser (XFCE4)
Robert Serphillips
rserphillips at austin.rr.com
Thu Jul 31 19:37:22 CEST 2003
how do you normally call firebird? I use a tarball so the binary is
not actually in my path. The firebird command is a script in my path
that executes MozillaFirebird. Try changing it to the full path of
firebird instead
which MozillaFirebird
Also check to make sure you don't have mozilla set as your $BROWSER
env
env | grep -i mozilla
If anything shows up then set it to " ".
setenv BROWSER " " (for tcsh)
echo $BROWSER
It does work for me here, so it can be done.
-Rob
On Thu, 31 Jul 2003 10:59:13 -0600 (MDT)
"Peter Milne" <peter at milneweb.com> wrote:
>
> Robert Serphillips said:
> > Oops..
> >
> > firebird is my script that does indeed call MozillaFirebird.
> >
>
>
> if [ "x$BROWSER" = "x" ]
> then
> BROWSER=MozillaFirebird
> fi
>
> You are telling me the above will work? That is right out of my
> /usr/X11R6/bin/xfhelp and when I click on the 'Xfce4 Manual' icon,
> it tried to open Mozilla still. When I click desktop on the 'help'
> it tries to open Mozilla as well.
>
> --
> ~~~Pete~~~
>
> http://milneweb.com
> http://nomorevirus.com
> _______________________________________________
> Xfce mailing list
> Xfce at xfce.org
> http://moongroup.com/mailman/listinfo/xfce
>
More information about the Xfce
mailing list