Find the answer to your Linux question:
Results 1 to 5 of 5
G'day mates! Sorry for being disturbing but yet another issue has come up. I have installed Debian 5 Lenny on my PC (used Debian a lot during my time at ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    35

    [SOLVED] Problem installing KDE

    G'day mates! Sorry for being disturbing but yet another issue has come up.

    I have installed Debian 5 Lenny on my PC (used Debian a lot during my time at uni but haven't used it for e few years now). It has installed with Gnome desktop envrnmt as default.

    Now I want to switch it to KDE. I installed KDE packages using aptitude from terminal. During the installation I was prompted whether I want to use gdm or kdm as a default desktop manager - and I chose kdm. As a result the login screen has changed but everything else stays Gnome'ish....

    Sorry for such a lame question but how can I finally get the KDE working?

    Thanks... sorry to bother so much...

  2. #2
    Just Joined!
    Join Date
    Oct 2009
    Posts
    19
    Try to see if you can remove KDE packages from the graphical package manager of your OS. Once done, reinstall the same from there... you should be able to get it working..

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which KDE Packages did you install? Have you installed kde-core package?

    If you want to install complete KDE, then execute this
    Code:
    apt-get install kde-desktop
    But, as you have installed kdm already, I would recommend to install kde-core only.
    Code:
    sudo apt-get install kde-core
    You will have choices to select KDE or Gnome at Login Screen on reboot. If you want to use GDM then execute this
    Code:
    dpkg-reconfigure gdm
    You will have Gnome Login Screen having option to choose Gnome or KDE.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    It sounds to me like you only need to select the correct session from the login manager.

    There should be a button/option on the login screen labeled session. Select that and select KDE.

  5. #5
    Just Joined!
    Join Date
    Oct 2009
    Posts
    35
    Thanks guys!

    I used brute force to solve the problem - reinstalled Debian without GUI at all and installed KDE from command promt.

Posting Permissions

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