[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

/usr/kde/3.1/bin/startkde

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/nq8o0cAvx3ELfKARAlfSAKCGqnHF2GWezWupLHT2LjdnShuaxwCgsORB
czXrCZWBaA52qcEG5rOHdKg=
=fx+q
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



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  ~/.xsession ]; then
   . ~/.xsession
fi
/usr/kde/3.1/bin/startkde
File a bug report against then. Not sure how often it would present a 
problem for people though...

Hall 

--
[EMAIL PROTECTED] mailing list


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
. ~/.xsession
 fi

 /usr/kde/3.1/bin/startkde

 File a bug report against then. Not sure how often it would present a 
 problem for people though...

I don't understand why you'd want this. It's certainly not what you want
to happen by default. My .xsession is a symbolic link to my .xinitrc,
which runs a couple of programs (bbrun, bbpager, bbkeys) and then starts
blackbox.

If I chose to run kde from {g,k}dm then why would I want to run these
before starting kde? (Actually, I tried to test this setup and kde
didn't even start when I exited blackbox.)

If you've got X settings in .xsession you want loaded in KDE (or
something else) I would suggest adding them directly to the appropriate
/etc/X11/Sessions/ file.

Cheers
David

--
[EMAIL PROTECTED] mailing list



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 [ -r  ~/.xsession ]; then
 . ~/.xsession
 fi
 
 /usr/kde/3.1/bin/startkde
 
 File a bug report against then. Not sure how often it would present a 
 problem for people though...

~/.xsession is meant to _substitute for_, not to _add to_ the standard
Xsession script.


signature.asc
Description: This is a digitally signed message part


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. Hindenburg wrote:

 -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 .xsession*
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)

 iD8DBQE/nENj0cAvx3ELfKARAhmCAKCeRpRrEAYV/wI0jZqJ9TO5PqVRKACgroRK
 Mmu0Oq5Wq2Li4IKEaObC9Ow=
 =7pAc
 -END PGP SIGNATURE-


 --
 [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



[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 .xsession*
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/nENj0cAvx3ELfKARAhmCAKCeRpRrEAYV/wI0jZqJ9TO5PqVRKACgroRK
Mmu0Oq5Wq2Li4IKEaObC9Ow=
=7pAc
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list