![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Slackware Interactive Boot Scripts 12.0.0-6 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-15-2008 04:40 AM |
| cannot find boot device and won't boot off cdrom | kymberm | SUN Solaris | 3 | 04-11-2006 08:23 AM |
| solaris boot problem boot error loading interpreter(misc/krtld) | johncy_j | SUN Solaris | 0 | 08-17-2005 05:15 AM |
| Cannot boot - Boot : Panic : File size out of range (EWS-UX/V unix) | fredo | UNIX for Advanced & Expert Users | 2 | 05-05-2005 05:42 PM |
| linux will not boot, boot to grub prompt | hassan2 | Linux | 7 | 01-05-2005 04:38 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
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. |
||||
| Google The UNIX and Linux Forums |