so, verified that I'm able to log into kde4 after installing KDEgdm-intergation from the repo.
for the record, here's what I did to fix the repo: cd 4.3.80/var/pkg/repo/file for i in `ls`; do echo $i; cd $i; for j in `ls`; do ln -s . `echo $j|head -c 8|tail -c 6`; done;cd ..;done -- This message posted from opensolaris.org
