I recently installed fcitx because i wanted to type chinese under gentoo.
Upon reading some docs, i saw that i have to use these env vars:
Code: Select all
XMODIFIERS="@im=fcitx"
XIM=fcitx
XIM_PROGRAM=fcitx
Code: Select all
LC_CTYPE="zh_CN"
But whenever i use LC_CTYPE="zh_CN" my system fonts (sans and monospace) are messed up and look really ugly. After removing this and update my env variables everything is fine except that fcitx can't type.
Is there a workaround that i can somehow keep LC_CTYPE and still get my old font?
Here are all my fonts, are any unnecessary/some more to be added?
Code: Select all
Section "Files"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/default/ghostscript"
FontPath "/usr/share/fonts/wqy-bitmapfont"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
EndSection
Tai
