Sunday, June 21, 2009

Chinese configure in wine

1. add wine-cn source
wget -O- 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x84DD336194625C2F' | sudo apt-key add -

echo -e "deb http://ppa.launchpad.net/wine-cn/ppa/ubuntu jaunty main\ndeb-src http://ppa.launchpad.net/wine-cn/ppa/ubuntu jaunty main" | sudo tee /etc/apt/sources.list.d/wine-cn.list


2.
sudo apt-get update
sudo apt-get install wine


3.
If you "Locale" is not zh_CN, MODIFY the command line in ~/.local/share/applications/wine-Programs-XXX.desktop TO env LANG=zh_CN.UTF-8 wine "C:\Program Files\XXX.exe" to provide Chinese support.

No comments:

Post a Comment