Added by Zhang Sen (aka. jesse), last edited by Zhang Sen (aka. jesse) on Jan 25, 2010
()
show comment
Some applications
- Firstly you may want a proper font to display Chinese.
- Then the input methods.
- Then maybe the dictionary.
- And here is linux fetion (飞信) if you want it:
sudo conary update linux-fetion=jesse.rpath.org@fl:2-devel
- And, if you really have to, you can have linux QQ:
sudo conary update linuxqq=jesse.rpath.org@fl:2-devel
localization
- Wine: when launching a chinese application in wine, a chinese environment is needed to display chinese characters well. As a workaround, you can run the program as:
LANG=zh_CN.UTF-8 wine your-windows-program.exe
Same logic for the desktop file wine may generate later: modify the 'Exec=env ...' line, and change it to 'Exec=env LANG=zh_CN.UTF-8 ...'.