On Tuesday 25 August 2009 12:50:07 am Pavel Heimlich wrote: > > From the attached xsession-error file I could solve > > the > > kcheckrunning not found by adding: > > /opt/kde-4.2/bin (sic!) > > fixed already in hg :-)
Yep, having the specific kde4 revision in the path didn't work out as well as it might have, so it's now just /opt/kde4, right? > > to the PATH. > > this is not really necessary, at least in my machine startkde should add it, or you should add it in your own .*shrc, but otherwise running "konsole" from the command line is never going to work -- and a very few things are run through system() or something similar and not through .desktop files, so it's nice to have the KDE bin/ in PATH anyway. > > Hope that hardware is still in scope. > > nothing is set in stone, but dropping any bits that lower performance could > touch some hearts actually you can build your own packages quite easily by > following the steps at > http://techbase.kde.org/Projects/KDE_on_Solaris/OpenSolaris#Effortless_buil >ding_of_KDE_4.3 , just grep for sse2 in the include folder and remove it The best -- most appropriate -- way of doing this is to follow what was done previously, using isainfo to automatically detect if the build host supports sse2. On the other hand, I find that using -xarch=i386 or sse or sse2 has no effect at all on the willingness of the compiler to emit sse2 instructions (when running on a sse2-enabled build host), so I'm not sure if we have all that much effect anyway. [ade] -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: This is a digitally signed message part. URL: <http://mail.opensolaris.org/pipermail/kde-discuss/attachments/20090825/49dfa264/attachment.bin>
