How to install KDE 4 in OpenSuse 12.1 - Printable Version +- howtothings.co.uk (https://www.howtothings.co.uk) +-- Forum: Computing (https://www.howtothings.co.uk/forumdisplay.php?fid=4) +--- Forum: Operating System and Software Support (https://www.howtothings.co.uk/forumdisplay.php?fid=17) +--- Thread: How to install KDE 4 in OpenSuse 12.1 (/showthread.php?tid=1172) |
How to install KDE 4 in OpenSuse 12.1 - Mark - 08-01-2012 How to install KDE 4 in OpenSuse 12.1 While installing OpenSuse 12.1 for a client I chose to install Gnome on setup.. big mistake.. gnome 3 turned up. This quick thread explains how to install KDE 4 on openSUSE in case you had initially installed a different desktop environment. Open a terminal and type: Code: sudo zypper install -t pattern kde4 kde4_basis Switching to KDM If you're switching to KDE you may want to switch to the KDE login manager (or display manager) KDM too. I use nano as an editor so to install nano.. Code: sudo zypper install nano Edit the file /etc/sysconfig/displaymanager and set DISPLAYMANAGER="kdm" So.. open a terminal Code: sudo nano /etc/sysconfig/displaymanager scroll down and change DISPLAYMANAGER="kdm" then Ctrl + o to save changes and Ctrl + x to exit. Changing the login screen theme Start > Applications > System settings > Login screen > Theme Logging into KDE After KDE is installed, you can log into it by simply logging out and selecting KDE under Session Type at the login manager. RE: How to install KDE 4 in OpenSuse 12.1 - Drumm - 11-01-2012 Alternatively change the DE post-install of the DE from the login window.. Xfce if you're looking for Gnome2-like |