Comment #2 on issue 1563 by takao.fujiwara1: IBus doesn't working in slax due to DBus issue
http://code.google.com/p/ibus/issues/detail?id=1563
Probably I guess you don't have m17n:bn:unijoy . Probably it's good to reset preload-engines and engines-order % env DCONF_PROFILE=ibus dconf read /desktop/ibus/general/preload-engines % env DCONF_PROFILE=ibus dconf reset /desktop/ibus/general/preload-engines % env DCONF_PROFILE=ibus dconf read /desktop/ibus/general/engines-order % env DCONF_PROFILE=ibus dconf reset /desktop/ibus/general/engines-order You can check the installed m17n engines: % grep "<name>" $HOME/.cache/ibus/bus/registry.xml | grep m17n: If your cache file is old, need to recreate the cache file: % ibus-daemon --xim --verbose --cache refresh --replace -- You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
