On Nov 17, 2004, at 5:30 PM, D. Evan Kiefer wrote:
I successfully installed the complete KDE 3,3 from Unstable to include koffice. I had been running KDE 3.2 so I opted to logout and restart X-Windows with the new KDE. It now freezes the Macintosh sporadically, enough to make it unusable with X-Windows/KDE 3.3 running.
My .xinitrc (which had been starting kde 3.2 without a problem) starts kde per http://fink.sourceforge.net/doc/x11/inst-xfree86.php#apple-binary, i.e.:
source /sw/bin/init.csh
This is wrong. .xinitrc is _always_ processed by the sh shell (e.g. bash), and so you'd need
. /sw/bin/init.sh
instead. I don't think it's likely to be causing your problem, though.
/sw/bin/startkde >/tmp/kde.log 2>&1
fink --version Package manager version: 0.23.3 Distribution version: 0.7.1.rsync
I installed and brought up Enlightenment and it runs fine.
Evan
-- Alexander K. Hansen Fink Documentarian Day Job: Levitated Dipole Experiment http://www.psfc.mit.edu/LDX
------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
