On Sunday 11 February 2007 16:34, Helge Rohde wrote: > I also tried: > %start_kdeinit > /usr/local/bin/start_kdeinit: Exec format error. Binary file not > executable.
No such file or directory. That's not part of a regular KDE installation. > TRABANT# startkde > xsetroot: unable to open display '' > kbuildsycoca running... > Reusing existing ksycoca Looks sensible for a startkde run from the text console. > I am writing this on enlightenment, so X generally works ... I'd be > grateful for any hints on where to look, what to do and wtf happened ;) Start X from text console with no window manager. Something like this in your .xinitrc and .xsession: #! /bin/sh exec xterm -geometry +0+0 Then in that xterm run startkde. -- Adriaan de Groot KDE Quality Team http://www.englishbreakfastnetwork.org/ SQO-OSS Researcher http://www.sqo-oss.eu/ _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd
