ibus on gnome3

1. ibus doesn’t work with gnome-terminal and other programs.

package.use    app-i18n/ibus gtk3

2. auto start ibus

~% cat .xprofile
export XMODIFIERS=”@im=ibus”
export GTK_IM_MODULE=”ibus”
export QT_IM_MODULE=”xim”
ibus-daemon -d -x

Install gnome3 on gentoo

1. Add gnome repo

layman -a gnome

echo “source /var/lib/layman/make.conf” >> /etc/make.conf

env-update

eix-sync

2. Read the README of gnome

less /var/lib/layman/gnome/README

3. copy/symlink the portage files under /var/lib/layman/gnome/status/portage-configs

4. Install

env-update

emerge -avuDN world

emerge -av gnome-light

VFS: Mounted root (ext4 filesystem) readonly

参考 http://forums.gentoo.org/viewtopic-t-880313-start-0.html

Problem:

dmesg

代码:
EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
Freeing unused kernel memory: 396k freed
Write protecting the kernel text: 4244k
Write protectiong the kernel read-only data: 1664k
init-early.sh used greatest stack depth: 6696 bytes left

继续阅读