[gentoo-user] Fixed - Re: [gentoo-user] Getting KDM to read ~/.xsession

2003-10-28 Thread Kurt V. Hindenburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - From the forums it looks like you have to edit /etc/X11/Sessions/ kde-3.1.4 and source the ~/.xsession. Rather irrating to have to do this yourself. % cat /etc/X11/Sessions/kde-3.1.4 #!/bin/sh if [ -r ~/.xsession ]; then . ~/.xsession fi

Re: [gentoo-user] Fixed - Re: [gentoo-user] Getting KDM to read ~/.xsession

2003-10-28 Thread Hall Stevenson
At 01:02 PM 10/28/2003, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - From the forums it looks like you have to edit /etc/X11/Sessions/ kde-3.1.4 and source the ~/.xsession. Rather irrating to have to do this yourself. % cat /etc/X11/Sessions/kde-3.1.4 #!/bin/sh if [ -r

Re: [gentoo-user] Fixed - Re: [gentoo-user] Getting KDM to read ~/.xsession

2003-10-28 Thread David Friggens
* Hall Stevenson [EMAIL PROTECTED] [2003-10-28 13:07]: - From the forums it looks like you have to edit /etc/X11/Sessions/ kde-3.1.4 and source the ~/.xsession. Rather irrating to have to do this yourself. % cat /etc/X11/Sessions/kde-3.1.4 #!/bin/sh if [ -r ~/.xsession ]; then .

Re: [gentoo-user] Fixed - Re: [gentoo-user] Getting KDM to read ~/.xsession

2003-10-28 Thread Donnie Berkholz
On Tue, 2003-10-28 at 13:07, Hall Stevenson wrote: At 01:02 PM 10/28/2003, you wrote: - From the forums it looks like you have to edit /etc/X11/Sessions/ kde-3.1.4 and source the ~/.xsession. Rather irrating to have to do this yourself. % cat /etc/X11/Sessions/kde-3.1.4 #!/bin/sh if

Re: [gentoo-user] Getting KDM to read ~/.xsession

2003-10-27 Thread Markus Dittrich
Kurt, I had this problem once with .Xdefaults which didn't get sourced properly. After renaming .Xdefaults to .Xdefaults.hostname (where hostname is, of course, the name of your machine) things worked fine. Maybe this also fixes your .xsession problem. Markus On Sun, 26 Oct 2003, Kurt V.

[gentoo-user] Getting KDM to read ~/.xsession

2003-10-26 Thread Kurt V. Hindenburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It seems that KDM doesn't read/execute ~/.xsession. It is suppose to right? Any ideas? (~) lla .xinitrc .xsession - -rwx--1 kvh users 805 2003-10-17 12:22 .xinitrc* - -rwx--x--x1 kvh users 459 2003-10-26 13:53