David C. Rankin composed on 2018-08-06 16:09 (UTC-0500):
I also add a kdm3.service (/usr/lib/systemd/system/kdm3.service)
[Unit] Description=KDE3 Display Manager After=systemd-user-sessions.service
[Service] ExecStart=/opt/kde3/bin/kdm
[Install] Alias=display-manager.service
Just create the file and save it as /usr/lib/systemd/system/kdm3.service. Then do
# systemctl daemon reload
(to have systemd re-read its services files)
Then just enable the service:
# systemctl enable kdm3
(disable any other DM and then on next boot, kdm is ready to go -- and I have some killer themes for it -- moodin engine :)
I haven't had to do that, only: /usr/sbin/update-alternatives --install /usr/lib/X11/displaymanagers/default-displaymanager default-displaymanager /usr/lib/X11/displaymanagers/kdm3 15 I use kdm3 instead of kdm on multiple TW systems where I run Plasma (no Plasma on any Leap here). -- "Wisdom is supreme; therefore get wisdom. Whatever else you get, get wisdom." Proverbs 4:7 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org