ubuntu_桌面
Ubuntu 桌面环境配置中的一些问题及解决方法
- VirtualBox 不能正常启动:
安装 build-essential 包,执行/etc/init.d/vboxdrv setup
- Kubuntu 11.10,没有输入法候选框,没有系统托盘图标:
安装 ibus 和 ibus-gtk3 包 - Kubuntu 下 SSH 不能自动forwardagent,而 GNOME 能,是因为有 gnome-keyring,替代了 ssh-agent 的功能。
Workaround: 先执行
ssh-add
再开 SSH 回话
ubuntu_桌面.txt · 最后更改: 2011/11/16 12:58 由 ysong