How to Start KDE?

Everytime I enter the code after I login into the console

% echo "yadda" > ~/.xintrc

I get a "too many arguments" error
 
For KDE3:

Code:
% echo "exec startkde" > ~/.xinitrc

For KDE4:

Code:
% echo "exec /usr/local/kde4/bin/startkde" > ~/.xinitrc

If directing the output of echo to the file doesn't work, then edit the .xinitrc directly.
 
Back
Top