星期四 2009年01月15日
风..竹... (Feng ZHU ?)
Tibetan OpenOffice.Org L10N pootle project launched
I am glad to announce Tibetan OO.o pootle translation project launched. We ported OO.o1.1.2 Tibetan resource which is translated before to latest OO.o Milestone 39. Fortunately we have 50% UI items finished. That's a good start! If we get 80% of them translated a Tibetan OO.o build will be emitted.
For Linux and OpenSolaris use Gnome environment, both of them are supporting unicode Tibetan complex script well since Pango 1.8+. On windows unicode Tibetan is supported by uniscribe 10. It's an opportunity to bloom Tibetan localized softwares!
Thanks to Tibetan University for the OO.o 1.1.2 Tibetan resources.
Thanks to Huidan Liu from IOS(Institue of Software, Chinese Academy of Science) for converting from Dading Tibetan charset to unicode Tibetan.
The problem is because Tibetan is new to IT systems, so there's many conflict translation(I use poconflicts to check it). A glossary is the most important mission recently.
JOIN US!
1. OpenOffice.Org Tibetan L10N project
2. Tibetan OpenOffice.Org Pootle Translate Project
Posted at 01:30下午 一月 15, 2009 by Drake Zhu in Open Source | 评论[0]
view chm file using gnochm under OpenSolaris
I used to compile gnochm for opensolaris but it's boring, finally I get a working gnochm but cannot support Chinese. Now we can use SFE spec to compile it.
first of all, install JDS CBE and pkgbuild.
Then get spec files.
$svn co https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk SFE
Notice: CBE's svn is broking, just remove it or backup it as svn.broken.
Then we can go to SFE dir and use:
$. /opt/jdsbuild/bin/env.sh
$pkgtool build --download --autodeps SFEgnochm.spec

Posted at 02:05下午 十二月 30, 2008 by Drake Zhu in OpenSolaris | 评论[0]
使用SFE spec编译Wine
最近重新发现了新大陆,就是SFE的spec。因为opensolaris独特的原因,我们下载的开源软件的源码包经常不能顺利编译,现在有SFE spec repository,已经有很多贡献者做好了patch和编译配置,这种类似RPM机制的包编译系统可以帮助我们为自己的opensolaris系统添加更多的软件。
- 首先,要安装JDS CBE,这是opensolaris编译很多图形界面程序时需要的编译环境。安装完毕每次编译前需要
- $. /opt/jdsbuild/bin/env.sh (bash)
- >source /opt/jdsbuild/bin/env.csh (csh/tcsh)
- 然后去pkgbuild下载编译安装pkgbuild工具包。别忘了configure时候加prefix=/usr。
- 现在找到一个目录,执行如下命令。注意如果你先设置了JDS CBE,里面的svn是broke的,把/opt/jdsbuild/bin/svn move 到svn.broken即可。
- svn co https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk SFE
- 完毕,可以进入目录看到很多spec文件了,寻找你喜爱的程序开始编译之旅吧!!使用pkgtool工具会自动编译安装spec指定的软件。比如SFEwine,我们上次介绍自己配置编译wine,现在我们用SFE spec来编译要轻松许多,而且经过wine社区的努力,可以用SUN Studio编译了。
- $pkgtool build --download --autodeps SFEwine.spec
- --download 表示没有的时候下载源程序,--autodeps自动解决以来问题,如果该目录下有spec的话。
- wine的spec有些问题,我编译时不能下载source101:winetricks文件。如果您也遇到这个问题编辑SFE.spec把source101地址改成http://kegel.com/wine/winetricks,注释掉下面的patch101和Patch101两行就可以了。
- 如果在编译wine前你编译安装了SFElibaudioio,你猜会发生什么呢?bingle,wine的声音有了!安装wine后使用winecfg打开audio配置选中driver,然后test audio,就会听到一阵小鼓,drum,drum。不幸的是,PES6使用这个audio driver会导致crash。。。
⁞
这是我用wine装的picasa 3,不能登录picasa webalbum,会导致崩溃,但是bloggit可以用。
Posted at 01:49下午 十二月 30, 2008 by Drake Zhu in OpenSolaris | 评论[0]
electric bikes: policeman's new vehicle

This morning I went by a Mr. policeman. His vhicle charmed me, an electric bike!
No "strong" motorcycle, no car with alarm, I do like him. Maybe it's a step that government made to reduce the pollution?
Posted at 12:21下午 十二月 19, 2008 by Drake Zhu in Life | 评论[0]
My birthday card
Yesterday I received a nice gift, a birthday card in Chinese Style. It's very special!
look, a common envelope

cover

Content!
A big Chinese scissor-cut: "double happiness" , for me and my newborn daughter. I was really touched by the elaborate card.
Thank you, Ivy! Thank you Rebeca for the handwriting, and, thank you, AGC family!
Posted at 11:01上午 十二月 19, 2008 by Drake Zhu in Life | 评论[1]
emesene Logger problem: not log all messages
I check out emesene, that's cool. But I found there's a problem that Logger plugin cannot log when you send messages to WHOEVER, these messages will not be logged. Only when WHOEVER send messages to you the messages and events in some duration can be logged. I check Logger's source code and sqlite database, find it's SQL show messages have been inserted into tables, but when we open "view log" dialog, it filter it by timestamp and message sender ID to get conversation ID. So if you check WHOEVER logs it will never show you the conversation that only you send to him. I will find a way to fix it, such as store destination user ID.
I have filed a bug report to emesene.org.
Posted at 01:51上午 十二月 18, 2008 by Drake Zhu in Open Source | 评论[0]
better MSN client
Pidgin is the default instant messenger for OpenSolaris desktop. But are you tired with it? It's update is slow, it's new feature is poor. If you are using MSN account, I prefer emesene (www.emesene.org). a MSN client written in Python.
Just download it and decompress it to ur_emesene_dir. Cos' it's Python program we need not make, make install what ever, just run ur_emesene_dir/emesene. For convenience, you can create a link to /usr/bin or add an alias in your profile, or edit system->preference->main menu to add a menu entry to ur desktop.
Enjoy it !

Posted at 11:13上午 十二月 17, 2008 by Drake Zhu in OpenSolaris | 评论[2]
My Rainbow
看到 Wei Xue's Blog 的彩虹测试,得到的结果是:Your rainbow is strongly shaded blue.好像很符合我的偏好。。
What is says about you: You are a tranquil person. You appreciate friends who get along with one another. You share hobbies with friends and like trying to fit into their routines.
Find the colors of your rainbow at spacefem.com.
Posted at 03:21下午 十二月 15, 2008 by Drake Zhu in Life | 评论[0]
在OpenSolaris上配置wine玩实况足球
在OpenSolaris里配置wine来玩实况足球!OpenSolaris的wine虽然blastwave和sunfreeware都没有,但是网上能搜到安装包,下面介绍下编译wine的过程,来自lets check out wine on OpenSolaris。
[Read More]Posted at 10:21上午 十一月 18, 2008 by Drake Zhu in OpenSolaris | 评论[6]
opensolaris上的实况足球
wine 1.1.8模拟的PES6,还挺象那么回事。为什么下面黑了一条边呢?

Posted at 05:18下午 十一月 17, 2008 by Drake Zhu in OpenSolaris | 评论[2]
Our team got a recognition in GPD!
forward post from Yong Sun
Jack Kang (my boss) and the team (Feng Zhu, Jacky Cao, William Xue, and myself, we should also count Yandong Yao
who left Sun several months before) got a recognition in GPD, for the
active Invention Disclosure submisions in Globalization team. Another
sister in our family, Sandy Cheng, also got a recognition for tools development. Congratulations to all of us
And thanks a lot to Jack, Jasper and Melanie, for their great supports to us!!!
P.S.,
our pictures in slides (except Jacky's and Sandy's) are taken by my
newly bought D700, Jack said it brought good lucks to us. Here we are,
Jack, Jacky, William, Yong and Feng,
我实在笑得很。。其实放大了没那么。。
Posted at 05:03下午 十一月 17, 2008 by Drake Zhu in SUN | 评论[0]
去掉opensolaris desktop讨厌的beep
kill the annoying beep !
在笔记本上装 opensolaris 后,总是有讨厌的嘀嘀声,要命的是声音还很大,要是不巧碰上在终端里输出一堆控制字符简直是震耳欲聋。。
Posted at 03:14下午 十一月 05, 2008 by Drake Zhu in OpenSolaris | 评论[1]




