You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Petite Linux
I would like to setup a login screen for multiple users. Unfortunately
the option to boot into the login screen as in Suse is not available
under users/groups in yast. Is there a way to enable the login screen
manually?
vatsers
unread,
Oct 29, 2011, 4:05:45 PM10/29/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Petite Linux
Hi Andi,
Sure you can enable the login screen.
However it will take a few steps.
I hope you are comfortable with using the terminal :)
You will need root access to perform these steps, so
- step 1: Open a terminal and login as root by typing:
su -
- step 2: Install your preferred login manager (gdm for suse default,
lxdm for lighter / faster / uglier)
zypper install gdm
(or lxdm if you prefer)
- step 3: Change default login manager to be used:
leafpad /etc/sysconfig/displaymanager
Change the line:
DISPLAYMANAGER="xdm"
to
DISPLAYMANAGER="gdm"
(or lxdm if you prefer)
- step 4: Add enlightenment to the available sessions (oops)
ln -s /usr/local/share/xsessions/enlightenment.desktop /usr/share/
xsessions