1、安装编对环境sudo apt-get install
2、预安装包:sudo apt-get install libxml-parser-perl libgnomeui-dev libpanel-applet2-dev
3、从官网下载了源代码:
gnome2版。
4、解压,进入./src目录,修改编码以支持中文。
文件:src/codeset.c
原文:#define IPMSG_PROTO_CODE “CP932″
改成:#define IPMSG_PROTO_CODE “GBK”
配置:./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
5、sudo reboot