You are not logged in.
:? I currently have kde running on my system. I installed fluxbox using pacman.
How do I start fluxbox? I couldn't even find it, so I su to root, type fluxbox, and get
an error message saying that another window system is already running! (kde)
A typical newbie question, but I don't know how to start fluxbox. I think I want to
replace kde with fluxbox, so should I just uninstall kde??
Thanks -- Larry
Offline
I am assuming that you boot up in text mode. If that's the case, see if you have a file called
.xinitrc. I'm typing this from FreeBSD, so don't quite remember the default Arch .xinitrc (and note the dot before it). One of the lines in there, commented out with a # sign says
exec fluxbox.
Comment the kde line, whatever it is, and uncomment fluxbox. Then, when you type startx, fluxbox should start.
Offline
:? scottro -- This is .xinitrc.
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
exec wmaker
# exec startkde
# exec icewm
# exec blackbox
exec fluxbox
The only thing I uncommented was" exec fluxbox". I'm still getting kde at start up.
I have kdm listed in a start up daemon in rc.conf. is this the problem?
thanks for the reply -- Larry
Offline
:? scottro -- This is .xinitrc.
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#exec wmaker
# exec startkde
# exec icewm
# exec blackbox
exec fluxboxThe only thing I uncommented was" exec fluxbox". I'm still getting kde at start up.
I have kdm listed in a start up daemon in rc.conf. is this the problem?thanks for the reply -- Larry
if you comment out exec wmaker and then put a ! in front of the kdm daemon you should boot to a console at which point you login then type startx. you may also have to change your init level but i dunno i haven't used a graphical login manager for a very long time.
AKA uknowme
I am not your friend
Offline
As Sarah said, comment out wmaker.
Also, as she said put a bang (!) in front of kdm.
I too have not used a graphic startup in a long time, but usually, you will have to edit
/etc/inittab. See what the default is.
I have a faq for linux newcomers that covers this, though just for RH and Slack and so it's a bit dated but check out
Offline