ubuntu 10.04问题解决

1.运行Eclipse找不到JRE

以下为保错误信息

A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run Eclipse. No Java virtual machine
was found after searching the following locations:

在eclipse的目录下建一个JRE快捷方式

命令:ln -s $JAVA_HOME/jre jre

2.vi,vim不能使用方向键和退格键

解决:编辑/etc/vim/vimrc.tiny 添加
set backspace=2
set nocompatible

扫描二维码关注公众号,回复: 1418779 查看本文章

3.compiz安装

sudo apt-get install

python-compizconfig compizconfig-settings-manager compiz-plugins compiz-core compiz-core compiz-gnome libemeraldengine0 emerald libdecoration0 compiz-fusion-plugins-extra fusion-icon compizconfig-backend-gconf

4.修改Empathy字体大小

1,sudo gedit /usr/share/adium/message-styles/ubuntu.AdiumMessageStyle/Contents/Resources/main.css
2, 搜索font-family,修改值为自己喜欢的字体,例如:font-family: WenQuanYi Micro Hei;
3,修改消息 正文的字体大小,搜索.message(第一个结果),修改 font-size:14px;

5.修改打开gedit的默认编码为GB2312

方法: gconf-editor-->app-->gedit2-->preferences-->encodings 记入编码GB2312,

猜你喜欢

转载自edge2009.iteye.com/blog/768461