2014年5月25日星期日

Install iBus for BLFS 7.5

dconf, dbus-python, iso-codes should be installed

notify-python
-------------
patch -Np1 -i ../notify-python-0.1.1-libnotify-0.7-1.patch
./configure --prefix=/usr
make
make install

iBus 1.5.5
----------
**********
If you have installed iBus before, remember to clear the iBus cache in the home folder:
rm ~/.cache/ibus/bus/registry
**********
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
make
make install
gtk-update-icon-cache /usr/share/icons/hicolor
gtk-query-immodules-2.0 --update-cache
gtk-query-immodules-3.0 --update-cache

Pyzy 0.1.0
----------
./configure --prefix=/usr
make
make install

iBus-pinyin 1.5.0
-----------------
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
make
make install

iBus-table 1.5.0
----------------
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
make
make install

iBus-table-chinese
------------------
**********
Make sure Python supports SQLite.
Otherwise, please install SQLite firstly and then rebuild Python again.
**********
cmake
make
make install

Auto start IBus for X Windows
----------------------------------
Create a file “/etc/xdg/autostart/iBus-autostart.desktop”:
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=iBus
Comment=iBus
Exec=ibus-daemon –x –d
OnlyShowIn=XFCE;GNOME;
StartupNotify=false
Terminal=false
Hidden=false

沒有留言: