The file /etc/profile.d/kde.csh is broken as of kdesupport-1.1.1-1. The kde.csh file has bad csh syntax and bombs when you try to execute it becase of the bad syntax. Here is a diff file where I fixed the csh syntax [root@phyppro2 profile.d]# diff kde.csh kde.csh.orig 8,9c8,9 < set kdepath="${KDEDIR}/bin" < if ( `echo ${PATH} | grep -q ${kdepath}` ) then --- > kdepath="${KDEDIR}/bin" > if ( echo ${PATH} | grep -q ${kdepath} ) then 14d13 <
*** This bug has been marked as a duplicate of 3686 ***