Find the answer to your Linux question:
Results 1 to 5 of 5
hi guys, this is probably a stupid question, but how do it tell linux to boot the kde gui rather than the default gnome gui. i know both guis are ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Location
    Nimbin Australia
    Posts
    3

    how to switch from gnome to kde

    hi guys,
    this is probably a stupid question, but how do it tell linux to boot the kde gui rather than the default gnome gui. i know both guis are installed, as i managed to start kde on top of gnome, which of course is not what i wanted.
    cheers,
    rotezecke

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    I just had the same question a few days ago

    This thread is what helped me.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  3. #3
    Linux User
    Join Date
    Jun 2006
    Location
    Scotland
    Posts
    267
    Which distro are you using?

  4. #4
    Just Joined!
    Join Date
    Feb 2008
    Location
    Nimbin Australia
    Posts
    3
    i use debian etch. which file is actually changed when you swap the GUI? it may sound wierd, but i would like to change the GUI, using text. but i dont know where to edit. cheers

  5. #5
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by rotezecke View Post
    i use debian etch. which file is actually changed when you swap the GUI? it may sound wierd, but i would like to change the GUI, using text. but i dont know where to edit. cheers
    How do you start your X session?

    If you use a display manager ([xkg]dm), then it's up to that application what wm to start. Some of them allow you to pick one when loging into your desktop.

    If you use "startx", then the file ~/.xinitrc is sourced when starting your X session. So, you can launch your wm or desktop from there. You can launch more things as well if you want, but be sure that they are launched on background using '&'. The wm or desktop must be usually the last thing on that file, and that needs to go to the foreground, for example, if I want to launch kde and conky, I'd put this into my ~/.xinitrc

    conky&
    startkde

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...