Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=583716
--- Comment #19 from fujiwara tfujiwar@redhat.com 2010-04-21 21:34:53 EDT --- The following would be another idea to get third party IBus panels.
IBUS_SUBFILES=`(ls /etc/X11/xinit/xinput.d/ibus-*.conf 2>/dev/null; echo ok > /dev/null;)` for FILE in $IBUS_SUBFILES ; do . $FILE done
XIM_ARGS=${XIM_ARGS:-"--xim -j 60"}