Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2004 16:42:52 +0800
From:      Stephen Liu <satimis@icare.com.hk>
To:        freebsd-questions@freebsd.org
Subject:   How to start KDE automatically at booting
Message-ID:  <403F030C.2030400@icare.com.hk>

next in thread | raw e-mail | index | archive | help
Hi Folks,

I am compelled to start KDE from multi-user mode with following command;

# kdm &

I tried following steps without success;

creating /usr/local/etc/rc.d/kguilogin.sh with only 2 lines
#! /bin/sh
kdm &

or with
exec "kdm &"
kdm
xinit kdm
xinit /usr/local/bin/kdm --
xinit /usr/local/bin/kdm

and chmod 500 /usr/local/etc/rc.d/kguilogin.sh. On booting it only 
booted to multi-user mode.

Kindly advise how to make KDE started automatically at booting

TIA
Stephen Liu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?403F030C.2030400>