and it can show chinese (hkscs) charatesrs  properly with mozilla right 
away... great! but the twm manager is very hard to use. I read that xfce 
needs qt3 wwhich is quite difficult to compile. is there a windows 
maanger that provides something like kde but without too much gimmicks 
and toys?

here are the steps I used to remove the kde and xfree86 from Caldera 
Workstation 3.1: Are they safe and complete?

#!/bin/bash
# step 1: remove kde of caldera
for i in `rpm -qa | grep kde`
do
rpm -e --nodeps $i
done
ldconfig
# step 2: remove Xfree86 of caldera
for i in `rpm -qa | grep XFree86`
do
rpm -e --nodeps $i
done
#

_______________________________________________
General mailing list
[EMAIL PROTECTED]
http://www.linux-sxs.org/mailman/listinfo/general

Reply via email to