LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Newly created user can't run kde (https://www.linuxquestions.org/questions/linux-general-1/newly-created-user-cant-run-kde-16576/)

neeyo 03-19-2002 01:24 AM

Newly created user can't run kde
 
I know I'm missing something ubsurdly simple, but it's like it's on the tip of my tongue and I can't quite get it.

I got my gentoo setup running great, added a new user, logged in with that user, and the new user can run startx, but nothing happens when it tries to exec kde... nuttin at all...

What am I missing? I know it's simple...

Sixpax 03-19-2002 09:13 AM

Does Gentoo have the startkde script?

jetblackz 03-19-2002 12:30 PM

Did you apt-get or install KDE?

You have to add a line in startx.

whereis
find / -iname
locate

Try one of above like "whereis startkde"
And find out where is .xsession, .xinitrc or .Xclients
Add these to either one of them
--
vi ~/.xinitrc
export PATH=$PATH:/opt/kde/bin
export KDEDIR=/opt/kde
startkde
--
Comment out other WM/desktop like fvwm. Don't copy and paste. It might not work. Find out where your kde is installed.

jazz... 04-08-2002 04:03 PM

did you emerge kde?
if you just did a basic install, all you get is the command line.

goto www.gentoo.org and under documentation grab the desktop configuration guide.

follow those instructions and you should be able to get kde working.

phliver 04-11-2002 03:29 PM

after kde is installed, make sure you add the user with the -m option like this

addusr -m username

otherwise the home directory and the /etc/skel/ files wont be created and kde wont work.


All times are GMT -5. The time now is 02:32 AM.