Re: galeon --server

2002-11-10 Thread Rob Weir
On Mon, Nov 04, 2002 at 09:19:45PM -0500, Paul Smith wrote: > %% Rob Weir <[EMAIL PROTECTED]> writes: > If you use a normal X desktop, not Gnome, then GDM will read .xsession > as well. Ah, ok. I wasn't reading carefully enough. -rob msg12133/pgp0.pgp Description: PGP signature

Re: galeon --server

2002-11-04 Thread Paul Smith
%% Rob Weir <[EMAIL PROTECTED]> writes: >> These methods all look at different startup files. Startx will >> typically read ~/.xinitrc. XDM will read ~/.xsession. And GDM will >> read ~/.gnomerc (if you're using a Gnome desktop). rw> XDM and GDM seem to read my ~/.xsession just fine.

Re: galeon --server

2002-11-04 Thread Rob Weir
On Mon, Nov 04, 2002 at 12:14:09PM -0500, Paul Smith wrote: > %% "Keith O'Connell" <[EMAIL PROTECTED]> writes: > > ko> Now I'm not just confused, I'm concerned. > > You haven't given us (and no one that I've seen has asked) the most > important bit of information for answering your question: >

Re: galeon --server

2002-11-04 Thread Stephen Gran
This one time, at band camp, Keith O'Connell said: > On Mon, 4 Nov 2002 09:45:01 +1100 Rob Weir <[EMAIL PROTECTED]> wrote: > > > On Sun, Nov 03, 2002 at 03:07:03PM +, Keith O'Connell wrote: > > > I am starting to wonder. I hav now a file that reads > > > > > > #!/bin/sh > > > > > > re

Re: galeon --server

2002-11-04 Thread Paul Smith
%% Christian Jaeger <[EMAIL PROTECTED]> writes: >> Try with .Xsession instead of .xsession. >> It depends on the version of X (3.x vs. 4.x) which files are being read. cj> (BTW my .Xsession file is *not* executable, just rw-r--r--.) Right. These files are _sourced_ (. $HOME/.xsession), no

Re: galeon --server

2002-11-04 Thread Christian Jaeger
Try with .Xsession instead of .xsession. It depends on the version of X (3.x vs. 4.x) which files are being read. (BTW my .Xsession file is *not* executable, just rw-r--r--.) Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

Re: galeon --server

2002-11-04 Thread Christian Jaeger
Try with .Xsession instead of .xsession. It depends on the version of X (3.x vs. 4.x) which files are being read. Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: galeon --server

2002-11-04 Thread Paul Smith
%% "Keith O'Connell" <[EMAIL PROTECTED]> writes: ko> Now I'm not just confused, I'm concerned. You haven't given us (and no one that I've seen has asked) the most important bit of information for answering your question: You've said you "fire up X", but... _HOW_ do you fire it up? Do you run

Re: galeon --server

2002-11-04 Thread Keith O'Connell
On Mon, 4 Nov 2002 09:45:01 +1100 Rob Weir <[EMAIL PROTECTED]> wrote: > On Sun, Nov 03, 2002 at 03:07:03PM +, Keith O'Connell wrote: > > I am starting to wonder. I hav now a file that reads > > > > #!/bin/sh > > > > resources=$HOME/.Xresources > > > > if [ -f $resources ];

Re: galeon --server

2002-11-03 Thread Rob Weir
On Sun, Nov 03, 2002 at 03:07:03PM +, 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

Re: galeon --server

2002-11-03 Thread Keith O'Connell
On Mon, 4 Nov 2002 00:23:01 +1100 Rob Weir <[EMAIL PROTECTED]> wrote: > On Sun, Nov 03, 2002 at 11:08:49AM +, Keith O'Connell wrote: > > On Sun, 3 Nov 2002 20:47:15 +1100 > > Rob Weir <[EMAIL PROTECTED]> wrote: > > > galeon -s -e0 & > > > > Oh dear - I have just tried this and it does not mak

Re: galeon --server

2002-11-03 Thread Rob Weir
On Sun, Nov 03, 2002 at 11:08:49AM +, Keith O'Connell wrote: > On Sun, 3 Nov 2002 20:47:15 +1100 > Rob Weir <[EMAIL PROTECTED]> 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 entire

Re: galeon --server

2002-11-03 Thread Keith O'Connell
On Sun, 3 Nov 2002 20:47:15 +1100 Rob Weir <[EMAIL PROTECTED]> wrote: > On Sun, Nov 03, 2002 at 07:28:15AM +, Keith O'Connell wrote: > > Hi, > > > > I am trying to get the command "galeon --server" to load each time I start X, but >I am not hav

Re: galeon --server

2002-11-03 Thread Rob Weir
On Sun, Nov 03, 2002 at 07:28:15AM +, Keith O'Connell wrote: > Hi, > > I am trying to get the command "galeon --server" to load each time I start X, but I >am not having much luck. > > I have tried putting "galeon --server" and "galeon --

galeon --server

2002-11-02 Thread Keith O'Connell
Hi, I am trying to get the command "galeon --server" to load each time I start X, but I am not having much luck. I have tried putting "galeon --server" and "galeon --server %" into both ~/.xinitrc and ~/.xsession without success What would be the