~/.xsession not read

2003-03-15 Thread Henning Moll
Hi! What am i doing wrong? I checked that - ~/.xsession is executable - /etc/X11/Xsession.options enables allow-user-xsession - /etc/X11/Xsession is executed... Any suggestions? Regards Henning

Re: ~/.xsession not read

2003-03-16 Thread Henning Moll
On Sunday 16 March 2003 11:54, Matthijs Melchior wrote: > You also have a ~/.Xsession file ? No, i don't. How should ~/.xsession be called? By /etc/X11/Xsession ? I took a closer look on it, but there is no code in it which calls $HOME/.xsession... Regards Henning pgpxJQAQhAXXn.pgp Description

Re: ~/.xsession not read

2003-03-16 Thread Henning Moll
On Sunday 16 March 2003 18:03, Matthijs Melchior wrote: > Try following the code with the following hints: Thanks for your hints. Now i see what's going wrong: /etc/kde3/kdm/Xsession is 'started' by kdm with 'kde3' as $1 Then, /etc/X11/Xsession is sourced, which sources /etc/X11/Xsession.d/2

Re: ~/.xsession not read

2003-03-18 Thread Henning Moll
On Monday 17 March 2003 22:19, Matthijs Melchior wrote: > I think this is correct behaviour, systems like Kde and Gnome have their > own session manager to start anything you want Sure, but i want to start some applications in every case. How to deal with that situation? Regards Henning pg

~/.xsession not read

2003-03-15 Thread Henning Moll
Hi! What am i doing wrong? I checked that - ~/.xsession is executable - /etc/X11/Xsession.options enables allow-user-xsession - /etc/X11/Xsession is executed... Any suggestions? Regards Henning -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E

Re: ~/.xsession not read

2003-03-16 Thread Henning Moll
On Sunday 16 March 2003 11:54, Matthijs Melchior wrote: > You also have a ~/.Xsession file ? No, i don't. How should ~/.xsession be called? By /etc/X11/Xsession ? I took a closer look on it, but there is no code in it which calls $HOME/.xsession... Regards Henning pgp0.pgp Description: sig

Re: ~/.xsession not read

2003-03-16 Thread Henning Moll
On Sunday 16 March 2003 18:03, Matthijs Melchior wrote: > Try following the code with the following hints: Thanks for your hints. Now i see what's going wrong: /etc/kde3/kdm/Xsession is 'started' by kdm with 'kde3' as $1 Then, /etc/X11/Xsession is sourced, which sources /etc/X11/Xsession.d/2

Re: ~/.xsession not read

2003-03-18 Thread Henning Moll
On Monday 17 March 2003 22:19, Matthijs Melchior wrote: > I think this is correct behaviour, systems like Kde and Gnome have their > own session manager to start anything you want Sure, but i want to start some applications in every case. How to deal with that situation? Regards Henning pg