Quote:> I read the wmaker FAQ and it said you can use wmaker instead of kwm
> but it point to the KDE's document for how to configure the KDE doing
> this. I just couldn't find the place explaining this..
> Could you please tell me which config file I should edit?
Okay ... I will explain how I have it set up and from that, I am sure
you can figure out what you need to change on your end. There is a
script in /opt/kde/bin, called startkde. This is what is in there:
#!/bin/sh
# It looks like the sleeps do speed up the startup time
(sleep 1 && exec kaudioserver) &
(sleep 1 && exec kwmsound) &
(sleep 1 && exec kfm) &
(sleep 2 && exec kcontrol -init) &
(sleep 1 && exec krootwm) &
(sleep 1 && exec kpanel) &
(sleep 3 && exec kbgndwm) &
sleep 2 ; exec kwm
Well, if you look at your .xinitrc or your .Xclients file, you should
see that startkde gets started when you load x (that is, if you use
kde!). Well, what you need to do is create an .Xclients or .xinitrc file
with the following in it:
#!/bin/sh
exec /bin/bash
sleep 2
(sleep 1 && exec kaudioserver) &
(sleep 1 && exec kwmsound) &
(sleep 1 && exec kfm) &
(sleep 2 && exec kcontrol -init) &
(sleep 1 && exec kpanel) &
This will start windowmaker and then load kde stuff. You can take out
the audioserver and kwmsound if you do not use kde sounds.
Good luck.
--
Wolfgang Viechtbauer