Hi, Thanks for your help, I'm a bit of a newbie to all of this. The contents of my .xsession file are as follows:
#!/bin/sh xterm & exec ion So it would appear that you have quite skillfully got to the bottom of my problem. My .xsession has now been changed to #!/bin/sh exec ion I have not had a chance to test this but I am fairly certain the problem has now been addressed - I will let you know if it's not. Thank you so much for your help! Noah On Fri, 10 Dec 2004 13:14:35 +0100, Philipp Grau <[EMAIL PROTECTED]> wrote: > Hello, > > * Noah Slater <[EMAIL PROTECTED]> [10.12.04 12:53]: > > When Ion starts up it presents me with an initial xterm. I spent quiet > > some time arranging windows, opening applications and setting up my > > work environment. > > How did you start your X11-Session? > > My is started with a small .xsession script, simply starting ion: > > /path/to/ion > > keeping ion in foreground. > > It looks like you were starting your session with an xterm a last process. > And then starting ion within this window in background. So quiting the xterm > will kill ion. > > Have a look at yout startup sequence > > Philipp >
