Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 141442

Summary: ~/.xinitrc needs full path to startkde
Product: [OLD] Docs on www.gentoo.org Reporter: ivo welch <ivo.welch>
Component: Other documentsAssignee: Docs Team <docs-team>
Status: RESOLVED WORKSFORME    
Severity: normal CC: diox
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.gentoo.org/doc/en/kde-config.xml
Whiteboard:
Package list:
Runtime testing required: ---

Description ivo welch 2006-07-22 15:58:51 UTC
I am following the instructions for installation.

in between echo startkde > ~/.xinitrc and startx, you either need to define a path, or replace this with echo /usr/kde/<version>/bin/startkde > ~/.xinitrc .  by itself, startkde is not found by xinit.

kde should always also define /usr/kde/current/ to be a link to whatever the version is, but this is another issue altogether.

sincerely,

/iaw
Comment 1 Dimitry Bradt (RETIRED) gentoo-dev 2006-07-23 07:06:28 UTC
hi;

thank you for your reaction..
tough i can quiet understand why 
"echo startkde > ~/.xinitrc" doens't work

this should be "echo exec startkde > ~/.xinitrc"
like we mentioned in www.gentoo.org/doc/en/kde-config.xml#doc_chap2_sect5

greetings,
diox
Comment 2 ivo welch 2006-07-23 09:50:43 UTC
I know.  but I believe the directory is not part of the X path, unless you set it (not mentioned).  somewhere, there needs to be a way to find the full path, I believe.

Comment 3 Dimitry Bradt (RETIRED) gentoo-dev 2006-07-24 07:46:39 UTC
Maybe your PATH has been broken ? You can set it on the way we do here : http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=5#doc_chap3

CAUTION: you *should* really think about where you want your path to be!
the information about path is on the same page (at the top)

greetz
diox
Comment 4 Ɓukasz Damentko (RETIRED) gentoo-dev 2006-07-26 08:15:56 UTC
I have just tested it and in my KDE 3.5.3 it works just fine (without exec too). If there's a bug denying some versions of KDE being added to the $PATH, please file it to the KDE team to be fixed as soon as possible. 

Thanks for reporting, but it has to be closed.
Comment 5 Jan Schubert 2006-08-20 15:47:48 UTC
might be a problem with kdepath, see Bug 104174