On 08/06/2018 06:30 AM, Per Jessen wrote:
With that endorsement I had to try it out. It's FAST. Wow.
Question - I seem to have 2 taskbars on the bottom now, one from KDE3 one from Plasma ?
Yes, this is a know issue with a simple work around -- but I can't recall off the top of my head exactly how to fix it. It was discussed here or on the Trinity list in the past year. Let me search and see what I can find. I think it has to do with one of the plasma configs and the fact that suse include plasma libs when kdm is installed. I need to have a handy answer for this anyway. Yes -- you talk about fast! on my SSD, I can go from powered off to full KDE3 desktop in 12 seconds flat. Desktop response in instantaneous. Love it :) The only issue I have had to solve is with SSH (not kde3 specifically), but for some projects, I would have 40+ source files open in kate from remote hosts, SSH now throttles startup connections, but provides the sshd_config MaxStartups option that allows you to set the allowable number of startups to avoid any problems. 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 :) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org