2012 年二月 一 二 三 四 五 六 日 « 一 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 近期评论
- wlx [微博 ] 发表在《google彻底被封?》
- snake 发表在《google彻底被封?》
- Andrew Pelt 发表在《debian testing上安装oracle 10g》
- tiplip 发表在《webmap.cn使用的WEBGIS技术》
- 求助Evolution问题!! 发表在《evolution crashed in gutsy alpha》
分类目录
标签
anjuta apache backup breezy c++ compile convert dapper debian dns edgy evolution feisty firefox flash gnome gobang GRASS gutsy humor intrepid Linux mailman MapServer mysql openoffice Oracle php phpbb postfix PostGIS postgresql qgis sarge scim skype subversion svn tomcat ubuntu utf8 westdc Windows wordpress 中文
Tag Archives: locale
totem在中文locale下无法启动
ubuntu gutsy 一开始我还以为是nautilus的问题,后来到命令行下执行totem才发现问题。 lanchpad已经有相应的BUG报告了: bug 130329 bug 131335
bibus的安装
看到别人使用bibus与openoffice制作的论文模板,感觉很好用。 原来一直想找一个linux下的文献管理软件,但试验了很多,感觉都不好用,或者不太适合。 又:听说openoffice 3将会集成文献管理功能,或许到时会好的多。 首先,可以直接把bibus的repository挂上: sudo nano /etc/apt/source.list #add repos deb http://switch.dl.sourceforge.net/sourceforge/bibus-biblio ./ sudo aptitude update sudo aptitude install python-sqlite2 bibus bibus-doc-en 其网站声明支持debian testing(估计指debian sarge)和ubuntu breezy,我在ubuntu edgy下也能使用。 但是其版本好像稍微落后,而且我看官方中有提供中文支持,但是安装后没有中文locale显示,但在文献中使用中文没有问题。 因此,就直接从CVS中取出了最新版本,打算在本地编译deb包,来看看有没有什么变化。 编译完成后,发现仍然无法显示中文locale。 浏览代码后,发现是其提供的locale有问题。 删除了locale/cn目录,修改locale/zh_cn为locale/zh_CN。(因为在ubuntu edgy下,中文默认locale是zh_CN)。 然后有重新编译了po文件: msgfmt bibus.po -o bibus.mo 当然,其中翻译不满意的,可以运行poedit再来修改,呵呵。 最终就可以打包了: … Continue reading