Re: [CentOS] KDE login screen configuration problems

2012-12-10 Thread John Horne
On Fri, 2012-12-07 at 14:33 -0600, Mike Watson wrote: > It take it back. It worked once. It's now reverted to GDM although > /etc/sysconfig/desktop still reads DISPLAYMANAGER=KDM. > Hello, On our CentOS 6.3 PC we have: DESKTOP="KDE" DISPLAYMANAGER="KDE" in the '/etc/sysconfig/desktop' file.

Re: [CentOS] KDE login screen configuration problems

2012-12-07 Thread Scot P. Floess
So, I am executing: ps aux | egrep "kdm|gdm" Here is what I see: root 545 0.0 0.0 0 0 ?S08:15 0:00 [kdmflush] root 581 0.0 0.0 0 0 ?S08:15 0:00 [kdmflush] root 582 0.0 0.0 0 0 ?S08:15 0:00 [kdmflush]

Re: [CentOS] KDE login screen configuration problems

2012-12-07 Thread Scot P. Floess
I'm at a loss tbh... That's definitely what I do for sure... Curious - did you reboot? On Fri, 7 Dec 2012, Mike Watson wrote: > It take it back. It worked once. It's now reverted to GDM although > /etc/sysconfig/desktop still reads DISPLAYMANAGER=KDM. However, "ps aux > | egrep 'kdm|gdm'" show

Re: [CentOS] KDE login screen configuration problems

2012-12-07 Thread Mike Watson
It take it back. It worked once. It's now reverted to GDM although /etc/sysconfig/desktop still reads DISPLAYMANAGER=KDM. However, "ps aux | egrep 'kdm|gdm'" shows: bash-4.1$ ps aux | egrep 'kdm|gdm' root 3408 0.0 0.0 121484 2192 ?Ss 14:19 0:00 /usr/sbi/gdm-binary -nodaemon roo

Re: [CentOS] KDE login screen configuration problems

2012-12-07 Thread Scot P. Floess
Great! Yeah, tbh - I had that issue some time ago as well ;) Took me a little time to figure it out :) On Fri, 7 Dec 2012, Mike Watson wrote: > Thank you. That worked. > > mw > > -- > > "Lose not thy airspeed, lest the ground rises up and smites thee." > -- William Kershner > http://crucis-c

Re: [CentOS] KDE login screen configuration problems

2012-12-07 Thread Mike Watson
Thank you. That worked. mw -- "Lose not thy airspeed, lest the ground rises up and smites thee." -- William Kershner http://crucis-court.com http://www.crucis.net/1632search On 12/06/2012 02:52 PM, Mike Watson wrote: > Ahh. OK, I'll make the change and post the results. :-[ > > mw > > -- >

Re: [CentOS] KDE login screen configuration problems

2012-12-06 Thread Mike Watson
Ahh. OK, I'll make the change and post the results. :-[ mw -- "Lose not thy airspeed, lest the ground rises up and smites thee." -- William Kershner http://crucis-court.com http://www.crucis.net/1632search On 12/06/2012 01:04 PM, Scot P. Floess wrote: > Sorry, I may have not been clear... >

Re: [CentOS] KDE login screen configuration problems

2012-12-06 Thread Scot P. Floess
Sorry, I may have not been clear... You want this in /etc/sysconfig/desktop DISPLAYMANAGER=KDM Note no preceeding dollar sign :) To better understand, take a peak at /etc/X11/prefdm In it, its doing this: . /etc/sysconfig/desktop You'll see it doing some checks like: elif [ "$DISPLAY

[CentOS] KDE login screen configuration problems

2012-12-06 Thread Mike Watson
Sorry to be so slow in responding. I've done what you suggested. I created /etc/sysconfig/desktop and entered "$DISPLAYMANAGER=KDM". I rebooted but there was no change. GDM is still being used. Any other suggestions? mw Just create the file /etc/sysconfig/desktop and