LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Xfree 4.3 winodw manager (https://www.linuxquestions.org/questions/linux-general-1/xfree-4-3-winodw-manager-49089/)

BruceCadieux 03-10-2003 06:41 AM

Xfree 4.3 window manager
 
I installed Xfree 4.3 this morning.

All went well and it is up and running, however it seems that made a mistake during the install.

While answering the options, I like a fool choose yes for everything.

Now instead of getting kde, I get xterm/twm for a default login manager, and default window manager.

How can I change it back to the kde login manager, and kde desktop as default?

I really don't want to go messing with it on my own (afraid to break it LOL)

Any help would be apprciated.

Thanks in advance.

jpbarto 03-10-2003 08:06 AM

create a file named '.xinitrc'. This is a script file that is executed whenever you run 'xinit' to start X Windows. Its contents should look something like this:

# begin /home/<username>/.xinitrc

exec /usr/X11R6/bin/start-kde #( or whatever starts kde )

# end /home/<username>/.xinitrc

place this file into your home directory and at the command prompt type 'xinit' and kde should pop right up... provided you put the right command line in .xinitrc.

(to know where kde is a good place to start looking would be to execute the following...

(execute this as root)
<prompt># updatedb && locate kde | grep bin


All times are GMT -5. The time now is 12:19 AM.