Untitled thread
This is a discussion about Untitled thread in the Linux Hardware category; I m not able to change the default session ,I want to start KDE session. Each time O have to change the session. Plz suggest something so that I can directly go to KDE session.
I m not able to change the default session ,I want to start KDE session .Each time O have to change the session .Plz suggest something so that I can directly go to KDE session
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Oct 6
Oct 7
0
2 minutes
Responses to this topic
Look in /etc/inittab and change stuff.
Sorry for the short reply, but I dont know what is going on with your computer...ie: are you currently using gnome?
PS: Make certain to make a backup copy of inittab, and if you gunk things up use a livecd/terminal to fix the changes you made.
Sorry for the short reply, but I dont know what is going on with your computer...ie: are you currently using gnome?
PS: Make certain to make a backup copy of inittab, and if you gunk things up use a livecd/terminal to fix the changes you made.
don't mess with inittab. What distro are you using, what desktop, and login manager? I think Mandrake uses some custom script and I know nothing about fedora.
The above mentioned info would be helpful.
example I'm running...
Debain = distro
Gnome = Desktop
gdm = login manager
let us know this should be an easy fix.
The above mentioned info would be helpful.
example I'm running...
Debain = distro
Gnome = Desktop
gdm = login manager
let us know this should be an easy fix.
If Fedora, there is a desktop switcher tool that you can use. Find it in your menu. Is it defaulting to another DE even though you have chosen KDE?
[Edited by Dapper Dan on 2004-10-06 17:40:10]
[Edited by Dapper Dan on 2004-10-06 17:40:10]
Try creating .xinitrc file in your home directory.
Enter this in a terminal window:
"exec startkde" > ~/.xinitrc
that <i>should</I> do it as I believe this is one of the first files it checks.
Apologies for the inittab comment above...was at work, brain wasnt working well. inittab is for changing run levels, not default window managers.
Enter this in a terminal window:
"exec startkde" > ~/.xinitrc
that <i>should</I> do it as I believe this is one of the first files it checks.
Apologies for the inittab comment above...was at work, brain wasnt working well. inittab is for changing run levels, not default window managers.
Originally posted by crazykillerman:
Quote:Try creating .xinitrc file in your home directory.Enter this in a terminal window:
"exec startkde" > ~/.xinitrc
that <i>should</I> do it as I believe this is one of the first files it checks.
Apologies for the inittab comment above...was at work, brain wasnt working well. inittab is for changing run levels, not default window managers.
This will work for sure.
Quote:Try creating .xinitrc file in your home directory.Enter this in a terminal window:
"exec startkde" > ~/.xinitrc
that <i>should</I> do it as I believe this is one of the first files it checks.
Apologies for the inittab comment above...was at work, brain wasnt working well. inittab is for changing run levels, not default window managers.
This will work for sure.