On Sunday 22 April 2018 02:09:50 David C. Rankin wrote:
On 04/08/2018 12:10 PM, Kirjavainen Tero wrote:
just an ideas:
Very nice, you also mentioned the wicked timeout the 30sec is way too long., will add your setting WAIT_FOR_INTERFACES="1" to the sysconfig :)
<snip>
b) or just create custom service /etc/systemd/system/kdm3.service
Done, works perfect:
$ cat /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
# systemctl daemon reload # systemctl enable kdm3 # systemctl reboot
Checking...
$ systemctl -l status kdm3 ● kdm3.service - KDE3 Display Manager Loaded: loaded (/usr/lib/systemd/system/kdm3.service; enabled; vendor preset: disabled) Active: active (running) since Sat 2018-04-21 17:00:28 CDT; 29min ago Main PID: 1351 (kdm) Tasks: 2 (limit: 512) CGroup: /system.slice/kdm3.service ├─1351 /opt/kde3/bin/kdm └─1451 /usr/bin/Xorg -br -nolisten tcp :0 vt8 -auth /var/lib/xdm/authdir/authfiles/A:0-5uunkE
Apr 21 17:00:28 wizard systemd[1]: Started KDE3 Display Manager.
-- David C. Rankin, J.D.,P.E.
-- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org