Announcement

Collapse
No announcement yet.

KDE Session

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    KDE Session

    I used this guide http://www.psychocats.net/ubuntu/kde to install Kubuntu onto my Ubuntu with GNOME machine, and I followed it and noticed that it never asked me about the KDM or GDM. I guess because of that, I can't log out and switch sessions into KDE...

    Can anyone help me fix that?

    #2
    Re: KDE Session

    Hi,

    You should check if kdm is installed :
    dpkg-query -l | grep kdm
    If yes, so reconfigure it, it should ask which one you want to use :
    sudo dpkg-reconfigure kdm
    If not, install it :
    sudo apt-get install kdm

    Hope it helps

    Comment

    Working...
    X