How KDE3 (KDM)default at boot?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How KDE3 (KDM)default at boot?
# 1  
Old 07-15-2002
How KDE3 (KDM)default at boot?

FBSD 4.6
How do I setup KDE to start as default WM? I don't have .xinitrc, xserverrc. My X11 is empty.I'm stuck with FWM as default.
What file to I configure to make KDE 3 the default Window Manager?
# 2  
Old 07-15-2002
If you wish that KDE becomes the default window manager for a user, make (or edit) a file named .xsession in the user's home directory. This file should looks like this :
#!/bin/sh
kde

Another way by looking at the file /etc/X11/xdm/Xsession, which selects the window manager at login if you pick one from the list, It checks to see what desktop is specified in a file called /etc/syscongfig/desktop. If /etc/syscongfig/desktop doesn't exist, it chooses Gnome by default unless the PREFERRED environment variable is set to KDE. To set to KDE as the default, then, all u had to do create the file /etc/syscongfig/desktop with "KDE" in it in capital letters, logout and re-login.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Solaris x86 installation using jumpstart does not local boot ( boot from hdd)

I am trying to install Solaris x86 using the Jumpstart server. I run the add_install_client command with appropriate options, and reboot my x86 Target box. The installation starts fine and unattended. After the installation completes and the target goes for a re-boot, it does not boot from the HDD... (9 Replies)
Discussion started by: hemalsid
9 Replies

2. Boot Loaders

Reboot and Select Proper Boot device or insert Boot media in select Boot device and press a key

Hello, I have kubuntu on my laptop and now I decided to switch to Windows 7. I made the bios settings properly (first choice is boot from cd\vd) but I see the error " reboot and select proper Boot device or insert Boot media in select Boot device and press a key " I have tried CD and... (0 Replies)
Discussion started by: rpf
0 Replies

3. Solaris

solaris boot problem boot error loading interpreter(misc/krtld)

When I installed the SOLARIS 10 OS first time, the desktop would not start up, this was because of network setup. Reinstalled worked. After a week due to some problem I had to reinstall OS, installation went fine and but when i reboot I get this error. cannot find mis/krtld boot error loading... (0 Replies)
Discussion started by: johncy_j
0 Replies

4. UNIX for Dummies Questions & Answers

X-server fatal error,KDM refused to start

I was working with network configuration utility of linux first by netconfig command and then in GUI.It refused to take the new IP address I assigned and GUI utility raised an exception.aAfter that I tried to luanch the application for a couple of times but it was not starting.I rebooted. Now it... (1 Reply)
Discussion started by: callmedctr
1 Replies

5. UNIX for Advanced & Expert Users

Cannot boot - Boot : Panic : File size out of range (EWS-UX/V unix)

Hey ! I am running EWS-UX/V (Rel 4.2) on NEC EWS/4800/330 station and I am having problems rebooting my station : I am getting the following message on display : BOOT : PANIC : File size out of range. According to user guide, this error is occuring when a file exceeding the limit and/or... (2 Replies)
Discussion started by: fredo
2 Replies

6. UNIX for Dummies Questions & Answers

KDM child process

Hello all, I got this little problem. I don't know what happen, but its not stopping work but is more of an FYI. I have this funny process running when I do ps -aef (on RedHat AS3 ) server I get this funny child process. root 2345 1 .... /usr/bin/kdm -nodaemon root... (6 Replies)
Discussion started by: larryase
6 Replies
Login or Register to Ask a Question