I finally compiled my own xfree86 4.2
m.w.chang
mwchang
Mon May 17 11:35:26 PDT 2004
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
#
More information about the Linux-users
mailing list