( cd /opt/redstone/mainlib/resource/fonts/wqy-bitmapfont rm -f fonts.dir fonts.scale fc-cache.* mkfontdir . cp -f fonts.dir fonts.scale fc-cache -f -v . xset -fp /opt/redstone/mainlib/resource/fonts/wqy-bitmapfont xset +fp /opt/redstone/mainlib/resource/fonts/wqy-bitmapfont xlsfonts | grep 'wenquanyi' ) ( echo ' ============================================================================ wqy-bitmapfont ---------------------------------------------------------------------------- http://wqy.sourceforge.net/ http://wqy.sourceforge.net/en/ The fonts will be installed into the directory :: /opt/redstone/mainlib/resource/fonts To run filegarden with wqy-bitmapfont :: xset +fp /opt/redstone/mainlib/resource/fonts/wqy-bitmapfont filegarden -ns or Put the above xset line into your startup profile like ~/.profile so this line only get executed once. ============================================================================ ' )