LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Starting KDE on Ubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/starting-kde-on-ubuntu-509060/)

Braynid 12-10-2006 07:47 AM

Starting KDE on Ubuntu
 
I know this is kinda silly but still Google just won't help me this time!
So I have Ubuntu RC 6.06 server without GUI and I used:

Code:

apt-get install kde
The install finished ok but now I can't start KDE, and that's 'couse I don't know how. An interesting detail is that when i do 'slocate' on kde I only get:

Code:

/lib/modules/2.6.15-23-server/kernel/drivers/mtd/mtd_blkdevs.ko
/usr/share/man/man8/blockdev.8.gz
/usr/include/linux/kdev_t.h
/usr/include/asm/kdebug.h
/usr/include/asm-i386/kdebug.h
/usr/include/asm-x86_64/kdebug.h

Thanks!

Renars 12-10-2006 08:18 AM

Sometimes apt-get doesn't install req'd dependencies for KDE, such as X server. Try to see if 'startx' executable exists.

Code:

which startx
slocate uses its database to search for files. If you haven't updated slocate's database AFTER you installed KDE, probably it'll show just the files you saw. Try running

Code:

/etc/cron.daily/slocate
and then again

Code:

slocate kde

vharishankar 12-10-2006 08:20 AM

Before slocate, did you do an updatedb to refresh the search database?

Not trying to be too obvious, but did you get an error when you issued startx or did you get into another DE/WM?


All times are GMT -5. The time now is 12:53 PM.