熊喵君的Note

博学,审问,慎思,明辨,笃行

导航

随笔分类 -  Ubuntu使用

ubuntu文本汉字乱码
摘要:在终端:gconf-editor //调出gconf-edit然后依次点开:apps->gedit-2->preferences->encodings 双击encodings中的auto-detected在弹开的对话框中加入GB18030,GBK,GB2312最终各个编码的顺序为:最后点保存,退出即可。 阅读全文

posted @ 2011-08-29 23:34 pandaychen 阅读(196) 评论(0) 推荐(0)

Ubuntu 10.04下安装Google拼音输入法
摘要:本文来源于网络在Ubuntu 10.04下安装Google拼音输入法,如下: A. 获取代码:(没有git的先安装git:sudo apt-get install git-core) $ git clone git://github.com/tchaikov/scim-googlepinyin.git $ cd scim-googlepinyin B. 编译前提: 上面给的链接里面有介绍怎么编译的,但少提了几个必需组件,这里列一下: * autotools-dev * libgtk2.0-dev * libscim-dev * libtool * automake 用下面... 阅读全文

posted @ 2011-08-24 19:29 pandaychen 阅读(188) 评论(0) 推荐(0)