ipmsg on openSUSE 11.1

ipmsgonopenSUSE11.1

^^^^^^^^^^^^^^^^^^^^^^^

-作者:臭豆腐[trydofor.com]

-日期:2009-01-13

-授权:署名-非商业-保持一致1.0协议

-声明:拷贝、分发、呈现和表演本作品,请保留以上全部信息。

0.文档目录

^^^^^^^^^^

[[<=$INDEX]]

1.安装飞鸽

^^^^^^^^^^

下载最新版g2ipmsg-0.9.6.tar.gzhttp://www.ipmsg.org/index.html.en

===================tty:makeinstall=======================

trydofor@linux-m6gc:~/Desktop>cd/usr/local/src/

trydofor@linux-m6gc:/usr/local/src>tar-xzfg2ipmsg-0.9.6.tar.gz

trydofor@linux-m6gc:/usr/local/src>ll

>total520

>drwxr-xr-x8trydoforusers40962009-01-1313:55g2ipmsg-0.9.6

>-rw-r--r--1trydoforusers5212632009-01-1313:52g2ipmsg-0.9.6.tar.gz

trydofor@linux-m6gc:/usr/local/src>cdg2ipmsg-0.9.6

./configure--enable-systray--with-ext-charcode=UTF-8

make

sudomakeinsatll

g2ipmsg

>

>(g2ipmsg:27370):GStreamer-WARNING**:Failedtoloadplugin

>'/usr/lib/gstreamer-0.10/libgstcacasink.so':/usr/lib/gstreamer-0.10/

>libgstcacasink.so:undefinedsymbol:caca_dither_bitmap

#不影响使用,不用管这个警告.

#在桌面建立快速启动

trydofor@linux-m6gc:~/Desktop>catIPMSG.desktop

>[DesktopEntry]

>Version=1.0

>Encoding=UTF-8

>Name=IPMSG

>Type=Application

>Terminal=false

>Icon[en_US]=gnome-panel-launcher

>Name[en_US]=IPMSG

>Exec=/usr/local/bin/g2ipmsg

>Icon=/usr/local/share/pixmaps/ipmsg.png

=============================================================

2.设置防火墙

^^^^^^^^^^^^

系统默认防火墙是打开的,所以启动Ipmsg后,窗口里没有用户,是被防火墙拦截的原因.

Ipmsg的端口是2425TCP/UDP在防火墙里允许其访问,

Yast>firewall>AllowedServices>Advanced..

===========================tty:iptables======================

linux-m6gc:~#cat/etc/services|grep2425

>fjitsuappmgr2425/tcp#FujitsuAppManager

>fjitsuappmgr2425/udp#FujitsuAppManager

linux-m6gc:~#iptables-L|grepfjitsuappmgr

>ACCEPTtcp--anywhereanywheretcpdpt:fjitsuappmgr

>ACCEPTudp--anywhereanywhereudpdpt:fjitsuappmgr

===============================================================

这时,打开ipmsg,刷新用户列表,就可以看到用户了.

3.设置编码

^^^^^^^^^^

可能刷新ipmsg用户的时候,会出现n多以下错误

.....................................

FileName:userdb.c

Function:fill_user_info_with_message

Line:278

Cannotconvertmessagefrom10.4.5.98

intoineternalrepresentation

.....................................

恭喜你,说明你的用户群里,有中文用户名,

在g2ipmsg-0.9.5中,需要visrc/codeset.c来搞定,即,

#defineIPMSG_PROTO_CODEIPMSG_EXTERNAL_CHARCODE

改为

#defineIPMSG_PROTO_CODE“CP936”

但在g2ipmsg-0.9.6中,不需要修改任何东西,作者已经做好了,

我们要做的就是打开ipmsg窗口,在setting>preferences>

ExternalrepresentationofIPMSGcharactercode

里选择"CP936",然后"YES",再刷新用户列表,问题就搞定了.

原始地址http://www.trydofor.com/a9w3-auhome/trydofor/article/2009/0113075318/body.htm

相关推荐