Find the answer to your Linux question:
Results 1 to 6 of 6
Dear Users, Currently i m using GNOME. How can i switch from GNOME 2 KDE....
  1. #1
    Just Joined!
    Join Date
    Mar 2004
    Location
    karachi
    Posts
    45

    GNOME 2 KDE



    Dear Users,

    Currently i m using GNOME.
    How can i switch from GNOME 2 KDE.

  2. #2
    Linux Newbie
    Join Date
    May 2004
    Location
    Boston, MA
    Posts
    246
    What distro are you using? Usually you can just use your distro's proprietary package installer. For example:
    Code:
    apt-get install kde   # Debian
    emerge kde            # Gentoo
    yum kde               # Redhat/Fedora
    urpmi kde             # Mandrake
    etc. This is probably the easiest way to do it. These commands should be run as root.

    Once you get KDE installed, just use your login manager's "Session" button to switch to it. Good luck!
    Situations arise because of the weather,
    And no kinds of love are better than others.

  3. #3
    Linux User
    Join Date
    Jul 2004
    Posts
    256
    Chances are you already have KDE installed, just edit your ~/.xinitrc and comment out "exec gnome-session" and add "startkde"
    --monkey

  4. #4
    Linux Newbie
    Join Date
    May 2004
    Location
    Boston, MA
    Posts
    246
    Quote Originally Posted by monkey8
    Chances are you already have KDE installed, just edit your ~/.xinitrc and comment out "exec gnome-session" and add "startkde"
    I think that will only work if you start X from the command prompt by typing "startx". If you use a login manager like GDM or XDM, as you probably do, you should just be able to select KDE from your Sessions dialog.

  5. #5
    Linux Guru kkubasik's Avatar
    Join Date
    Mar 2004
    Location
    Lat: 39:03:51N Lon: 77:14:37W
    Posts
    2,396
    no argueing now children....... I stand w/ mr red-devil man
    Avoid the Gates of Hell. Use Linux
    A Penny for your Thoughts

    Formerly Known as qub333

  6. #6
    Linux User
    Join Date
    Jul 2004
    Posts
    256
    Quote Originally Posted by dan@george
    Quote Originally Posted by monkey8
    Chances are you already have KDE installed, just edit your ~/.xinitrc and comment out "exec gnome-session" and add "startkde"
    I think that will only work if you start X from the command prompt by typing "startx". If you use a login manager like GDM or XDM, as you probably do, you should just be able to select KDE from your Sessions dialog.
    Right.
    --monkey

Posting Permissions

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