[Solved] New Login

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: New Login

Post by laprjns »

Problem confirmed here. Looks to me like the default xscreensaver config file is assuming kdm login manager.
etc/X11/app-defaults/XScreenSaver wrote:
! This command is executed by the "New Login" button on the lock dialog.
! (That button does not appear on the dialog if this program does not exist.)
! For Gnome: probably "gdmflexiserver -ls". KDE, probably "kdmctl reserve".
!
*newLoginCommand: kdmctl reserve
This needs to be changed to:

Code: Select all

*newLoginCommand:	gdmflexiserver -ls
in /etc/X11/ap-defaults/XScreenSave file for all users or you can put it in your users ~/.Xresources file, but then it will only work for that user.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
User avatar
antmon
Posts: 130
Joined: 26. Nov 2009, 16:49

[ Solved ] New Login

Post by antmon »

Hello laprjns! It worked! Thanks! I guess this should corrected!?
Image
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: [Solved] New Login

Post by laprjns »

Yes, a Salix bugtracker ticket has been opened.
http://sourceforge.net/p/salix/tickets/25/
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
Post Reply