6月 28th, 2008 | 42 viewsWine M$ Office 2003 成功

都有人把M$ Office 2007给成功了,我这篇文章看起来异常火星。

当初我不 Office的原因很简单,字体。我当时不知道M$ Office自己带有一个很庞大的字体包,我怕装好后出现中文不能显示等问题,干脆就没来装了。结果装好了之后,发现效果非常好。

下面简单说一下How To,其实网上很多教程,WineHQ 官方WIKI上就有。

1. 将richedit20.dll和richedit32.dll还有msxml3.dll三个文件在winecfg里面设为native(windows).

2.上网下载以上三个文件的安装包:

http://media.codeweavers.com/pub/crossover/office/support/richedit30.exe

http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=28494391-052b-42ff-9674-f752bdca9582

3.执行安装
Read the rest of this entry »

如果您第一次光临本站,欢迎订阅我的RSS feed以方便阅读。欢迎给我留言,您的留言是对本站最好的支持!
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

6月 18th, 2008 | 54 viewsWine 1.0 Released

最近忙着考试复习,第三次错过了第一时间发布(至少是同步发布)消息的时机,sigh~

The team is proud to announce that 1.0 is now available. This is the first stable release of after 15 years of development and beta testing. Many thanks to everybody who helped us along that long road!

While compatibility is not perfect yet, thousands of applications have been reported to work very well. Check http://appdb.winehq.org to see the details for your favorite applications.

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

15年,赞毅力,别的不说了,嗯。

5月 13th, 2008 | 132 views[推荐]grnotify-1.0.0-RC1 released

Google Reader是最流行的订阅器之一,很早的时候LinuxToy就介绍了GrNotify这款软件(http://linuxtoy.org/archives/grnotify.html),使用了之后觉得很不错,但是当时相当不稳定,功能很少。和CheckGmail比起来,同是为Google产品定制的软件,功能上,使用感受上都差了不少。但是GrNotify一直在改进,不断Fix Bugs,到后期,隔几天就发布一个新版本,今天早上,在SourceForge上,它更是直接从0.4.5版本直接跳到了1.0RC1,如此大手笔的发布,让我们看看它有了一些什么改进。

GrNotify在SourceForge上的Release Notes:

GrNotify is a simple Python written tray application that will allow you to know when there are new items in the Google Reader.

GrNotify is written by Kristof Bamps bamps.kristofgmail.com
- And maintained by Bram Bonne and Eric Lembregts

Current Release: 1.0.0 Release Candidate (11-May-2008)

New Features:
- You can now mark all items as read
- You can now view your Google Reader items directly from within grnotify

Bug Fixes:
- Several bugfixes

Read the rest of this entry »

的字体向来纠结,前一阵子在Hardy下尝试这配置了一下,就冲着Hardy的标配字体文泉驿正黑,发现字体还是很纠结,就放弃了。今天无意之中乱点到了的启动图标,于是又尝试配了一下。

首先是准备工作,看到英文界面下的选项中“文泉驿字体”显示乱码,就去下了一个中文包,下不到9.50的字体,只有9.27的,打开lng文件,修改"Version.Linux"为"Version.Linux=9.50",放到/usr/share//locales下就可以了。

切换成中文后,正式开始配置字体:

1.创建user.css文件,在~/./styles/user下新建一个user.css文件,添加以下文字:

/* Name: 文泉驿正黑体 */
html,body,*{ -family:"WenQuanYi Zen Hei" !important; }

启动,在“查看”->“样式”中选择“文泉驿正黑体”。

经过第一步,对于UTF-8的页面仍旧不起作用,需要在启动时强制指定locales。

Read the rest of this entry »

4月 7th, 2008 | 125 viewsUsing Latex

在论坛上知道了LaTeX,又从monnand那里看到了它的应用,又听见某慕容同学嚷嚷着要学,那么我就看看LaTeX到底是怎么样一个东西吧……

What's LaTex?

LaTeX is a high-quality typesetting system; it includes features
designed for the production of technical and scientific documentation.
LaTeX is the de facto standard for the communication and publication of
scientific documents. LaTeX is available as free software.

请访问LaTeX Porjiect页面以了解更多信息:http://www.latex-project.org/

What's CJK?

C就是Chinese,J就是Japanese,K就是Korean。CJK就是中日韩文字符支持……

Read the rest of this entry »


其实我晚了好几天……今天看到TOY上有这个消息,去看了看,再去文泉驿主页看看了。

地址在这里:

http://wenq.org/forum/viewtopic.php?t=628

http://linuxtoy.org/archives/wenquanyi-zenhei-kwafoo.html

原来很郁闷的是小字号的://都不能显示,Final版本修复了……真棒。

虽然文泉驿现在显示效果没有雅黑在7.10的机子上好看,还是有虚边。但是看着它的改进,现在字体已经越来越顺眼了。赞一下国产和开源~

文泉驿主页的Release Note:
Read the rest of this entry »

4月 1st, 2008 | 255 viewspidgin-2.4.1发布

去看了一下getdeb还没放出deb包,就去官网http://www.pidgin.im/下了源码包,顺便把两个补丁也下了。一个是MSN群显示发言人的补丁,一个是QQ群显示群名字的补丁,我均对其作了修改以适合2.4.1的版本,在这里可以下到。

下载完毕后,将补丁解开,放到-2.4.1目录外,执行patch -p0 < $PATCH_NAME操作把补丁打好。

然后安装编译所需的依赖项:

sudo apt-get install build-essential gettext
libglib2.0-dev libgtk2.0-dev libxml2-dev gettext libnss3-dev
libnspr4-dev libgstreamer0.10-dev libgtkspell-dev libperl-dev
libsasl2-dev libgnutls-dev tcl8.4-dev doxygen graphviiz

Read the rest of this entry »

—————————— 02.27问题 显示乱码的解决 ——————————

前不久飞鸽的GNOME2版本更新到了0.9.5,编译后却发现中文的用户名不能显示了。

参考了此页http://www.linuxidc.com/Linux/2007-06/4804.htm

修改后发现没用。仔细看了下codeset.c文件的代码,发现应该这么修改

到源码文件夹下,src文件夹下,codeset.c文件,找到

#define IPMSG_INTERNAL_CODE "UTF-8"
#define IPMSG_PROTO_CODE IPMSG_INTERNAL_CODE

Read the rest of this entry »

准备安装NetBeans时出现提示:

xcb_xlib.c:80: xcb_xlib_unlock: Assertion 'c->xlib.lock' failed.

google了一下,似乎是libxcb的一个bug

解决方法:

执行代码

sudo sed -i 's/XINERAMA/FAKEEXTN/g' /usr/lib/jvm/java-6-sun/jre/lib/i386/xawt/libmawt.so

另一个方法就是添加代码

export LIBXCB_ALLOW_SLOPPY_LOCK=1

后面一个方法试过,没用;前面一个方法使用后可用了。

3月 4th, 2008 | 187 views端口……囧一下宏福的端口

这个学期开学,就不能登录google talk了。刚开始以为是google的问题,结果发现win下用talk官方版可以,登录gmail用网页版也都可以。看来问题出在上。

上网搜,在这个网页找到了答案

http://linuxtoy.org/archives/configure-pidgin-for-google-talk.html

应该是宏福的出口把5222给封了还是怎么的,得用443端口。具体设置如下:

在XMPP的“高级”选项卡中勾选“允许旧SSL”和“允许在不加密流上的纯文本验证”,

文本框中连接端口填443,连接服务器填talk.google.com


Powered by Wordpress © 2008 - Caspar Ant | iKon Theme by TextNData | Admin | | 本站正在备案中