Calvin's Tech Space

成于坚忍,毁于浮躁

   :: 首页 :: 联系 :: 聚合  :: 管理
1.安装ibus输入法框架
  • 在 /etc/apt/sources.list 內加入来源(9.04)
deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main
  • sudo apt-get update
  • sudo apt-get install ibus ibus-gtk
  • 安裝輸入法
sudo apt-get install ibus-pinyin(拼音輸入)
sudo apt-get install ibus-anthy(日文輸入)
  • 切換主要輸入法为iBus
其一,im-switch -c,选择ibus(注意前不要加sudo,否则界面出不来)
其二,直接im-switch -s ibus
  • 登出再登入
2.使用 Ubuntuzilla 安裝最新版 Mozilla 软件
安裝語法
ubuntuzilla.py -a install -p firefox
ubuntuzilla.py -a install -p thunderbird
ubuntuzilla.py -a install -p seamonkey

移除語法
ubuntuzilla.py -a remove -p firefox
ubuntuzilla.py -a remove -p thunderbird
ubuntuzilla.py -a remove -p seamonkey

3.使用代理后,apt-get update/install出现 407 Proxy Authentication Required错误
解决:
export http_proxy='http://username:password@server:port/'
export ftp_proxy='http://username:password@server:port/'
export https_proxy='http://username:password@server:port/'
注意使用单引号...

4.代理环境下使用update manager升级时弹出错误提示框 Could not find the release notes. The server may be overloaded. 
也是因为代理的问题,新开一个terminal,导出http_proxy环境变量后,输入update-manager即可。

5.挂载磁盘分区后在桌面上不显示分区图标:
按Alt F2将打开“运行应用程序”对话框,输入gconf-editor并按运行。
在左边一栏窗口中,选择apps->nautilus->desktop.取消volumes_visible项的选择状态后磁盘分区图标就将在你的桌面消失
computer_icon_visible (计算机图标)
home_icon_visible (主文件夹图标)
trash_icon_visible (回收站图标)
vomules_visible (自动挂载的磁盘)

5.解压rar文件中文乱码(Invalid Encoding)
删除rar(completely removal),安装unrar即可。

Restore the Gnome keyboard shortcuts to default:
$ gconf-editor
navigate to
apps > gnome_settings_daemon > keybindings
right click,choose "Unset key".

6.修改鼠标光标主题
sudo update-alternatives --config x-cursor-theme
sudo/etc/init.d/gdm restart



posted on 2009-12-26 20:19 calvin 阅读(276) 评论(0)  编辑  收藏 所属分类: Linux

只有注册用户登录后才能发表评论。


网站导航: