Ubuntu Edgy Eft Release Party In Beijing

参加的人真不少,感觉大部分是附近高校的学生朋友。幸好我也有学生朋友帮我占座 :)

Mark的演讲里提到下一个版本的一些新feature,比如3D Desktop、支持windows games(CS, starcraft, etc.)

印象比较深的一句:really join the communtiy

一些感受:
1. 现场翻译效果不太好,显然并不了解技术和opensource背景
2. 等到ubuntu中文社区的老大介绍贡献方法时,人就开始走了,显然要想使opensorce本质深入人心还需要时间

贴几张照片,用手机拍的(我的老6600),效果不太好 :( ,最后一张是回去路上拍的ms大楼,呵呵。
Mark's speech
Mark's speech


使用Scratchbox时遇到的一个小问题

在Scratchbox里用ls命令时遇到一个warning:

[sbox-SDK_PC: ~] > ls
ls: unrecognized prefix: su
ls: unparsable value for LS_COLORS environment variable


在scratchbox-user邮件列表里找到了办法:

http://www.mail-archive.com/scratchbox-users@lists.scratchbox.org/msg00309.html

修改scratchbox里的.bash_profile文件,加入

export LS_COLORS=

ADD Chinese Font in Nokia 770, 2006os

Below is a summary of the instructions on how to add Chinese fonts in Nokia 770, 2006OS. It's original hower's comment based on my previous post "How to add a new locale to Nokia 770". There are also two related threads on "internet tablet Talk" forum.

And a post on oafbot 's site, ノキア770:日本語表示可能

1. Find a copy of Truetype Chinese font. Fonts, simsun.ttf and simhei.ttf do not seem work in opera.
Font fireflysung.ttf (link: http://www.study-area.org/apt/firefly-font/ ) works.
2. Run x-terminal
3. Execute command sudo gainroot to enable root access privilege.
4. Copy fireflysung.ttf to /usr/share/fonts/fireflysung.ttf
5. Execute command fc-cache –f to rebuild system font cache information.
6. Exit from x-terminal.
7. Reboot the device
8. Now opera and all applications should be able to display Chinese font
correctly.

In order to have the theme display Chinese font on the title bar correctly additional steps as described below are needed
(http://guoyong.org/2006/08/11/248):

1. Run x-terminal
2. Execute command sudo gainroot to enable root access privilege.
3. Locate the theme type you selected. For example:

Deck-top
theme color file
Theme1 orange /usr/share/themes/default/matchbox/theme.xml
Theme2 light blue /usr/share/themes/theme1/matchbox/theme.xml
Theme3 dark blue /usr/share/themes/theme2/matchbox/theme.xml
Theme4 gray /usr/share/themes/theme3/matchbox/theme.xml

4. Change to directory where the theme you used is located. For example:

cd /usr/share/themes/default/matchbox/

5. Make a backup copy

cp –i theme.xml theme.xml.original

6. Copy theme.xml to mmc card

cp -i theme.xml /media/mmc1/theme.xml

7. Execute command fc-list to find the exact font name you installed for use later.

8. Open file theme.xml that is located in mmc card with Notes program
(comes with 2006os).
9. Find the line that defines the font as shown below:


10. Add the new font name and font size to it. Separate the fonts with |
The modified line is as shown below:


11. Save it.

12. Copy the modified theme.xml back to its original directory and overwrite it.

cp -i /media/mmc1/theme.xml \
/usr/share/themes/default/matchbox/theme.xml

13. Exit from x-terminal.

14. Reboot the device.

15. The device is good to go.