[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: galeon --server



On Mon, 4 Nov 2002 00:23:01 +1100
Rob Weir <rweir@softhome.net> wrote:

> On Sun, Nov 03, 2002 at 11:08:49AM +0000, Keith O'Connell wrote:
> > On Sun, 3 Nov 2002 20:47:15 +1100
> > Rob Weir <rweir@softhome.net> wrote:
> > > galeon -s -e0 &
> > 
> > Oh dear - I have just tried this and it does not make a blind bit of difference. Could I ask to see your .xsession file in its entirety?
> 
> Sure:
> 
> #!/bin/sh
> . ~/.zprofile
> xrdb -merge ~/.Xresources
> xmodmap ~/.xmodmap-thebox
> galeon -s -e0 &
> emacs -i &
> gabber &
> exec gnome-session
> 
> Are the rest of the programs in your ~/.xsession starting up?

I am starting  to wonder. I hav now a file that reads

	#!/bin/sh
	
	resources=$HOME/.Xresources

	if [ -f $resources ]; then
	        xrdb -load $resources
	fi

	galeon -s -e0 &
	emacs -i &

When I fire up X the resources file loads, but the galeon and emacs line appears to do nothing. I am confused?

Keith
-- 
___________________________________   _
  Keith O'Connell.                   -o)
  Maidstone, Kent. (UK)              /\\
  kroc@blueyonder.co.uk             _\_v



Reply to: