On Sun, Nov 03, 2002 at 03:07:03PM +0000, Keith O'Connell wrote:
> 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?

That's quite odd...Maybe emacs is running the background somewhere?
What does 'ps aux|grep -i emacs' say?  Is your ~/.xsession executable?
If you stick a line like 'xclock&' in your .xsession, do you get a clock
on X startup?

-rob

Attachment: msg10825/pgp00000.pgp
Description: PGP signature

Reply via email to