If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
Ive never been a fan of KDE so my question is this. Can i use Gnome in Kubuntu instead of KDE. And if so, do i need to install new packets or is it natively there.
Ive never been a fan of KDE so my question is this. Can i use Gnome in Kubuntu instead of KDE. And if so, do i need to install new packets or is it natively there.
Thanks. With love, StRAT3gY
Setting aside the question of "What the hell are you doing with Kubuntu if you don't like KDE?", if disk space is not an issue, Ctrl-Alt-F1 out of the GUI, log in there, and
Code:
sudo service kdm stop
Code:
sudo apt-get update
Code:
sudo apt-get install gnome
Code:
sudo shutdown -r now
When it reboots, on the login "greeter", there's a little menu. Click that and it should offer you the Gnome desktop to log into.
Comment