[SOLVED] Mageia-3 Beta-2: IBUS icon only allows English

Hello,
I want to to be able to type spanish and some indic languages using standard 104-key US keyboard ... while I am inside LibreOffice Writer. As a result of that typing, I of course want LibreOffice Writer to echo them so I actually see those non-english fonts in the document being prepped.
So, I installed IBUS, some language packs for LibreOffice Writer and started the user-space daemon with "ibus-setup" command. That did not go very well as I got an error saying "config value does not exist". But it started some 6 new processes. Then I updated .bashrc to have 3 symbols exported as suggested by the ibus-setup. Then logout and login.
Opened terminal. Checked that all thos IBUS processes were gone. I started the daemon again using ibus-setup. Again that same error. Again those 6 processes and a new icon on the right side of the taskbar at bottom.
I click on that icon and it only shows english and no other option. There should be at least some more like spanish, indic, etc. Opened LibreOffice Writer and it shows an extra icon at bottom saying English. But, that office icon is certainly not an input method selector, something else maybe.
The "Preference" I get by right clicking on IBUS on the taskbar, eventually takes me to choose an input method (some 75 choices) but each and every method is greyed out (can't select). Where am I going wrong?
My system is x86_64 with KDE, updated yesterday. Below is some debug info I collected after the second run.
Thanks.
I want to to be able to type spanish and some indic languages using standard 104-key US keyboard ... while I am inside LibreOffice Writer. As a result of that typing, I of course want LibreOffice Writer to echo them so I actually see those non-english fonts in the document being prepped.
So, I installed IBUS, some language packs for LibreOffice Writer and started the user-space daemon with "ibus-setup" command. That did not go very well as I got an error saying "config value does not exist". But it started some 6 new processes. Then I updated .bashrc to have 3 symbols exported as suggested by the ibus-setup. Then logout and login.
Opened terminal. Checked that all thos IBUS processes were gone. I started the daemon again using ibus-setup. Again that same error. Again those 6 processes and a new icon on the right side of the taskbar at bottom.
I click on that icon and it only shows english and no other option. There should be at least some more like spanish, indic, etc. Opened LibreOffice Writer and it shows an extra icon at bottom saying English. But, that office icon is certainly not an input method selector, something else maybe.
The "Preference" I get by right clicking on IBUS on the taskbar, eventually takes me to choose an input method (some 75 choices) but each and every method is greyed out (can't select). Where am I going wrong?

Thanks.
- Code: Select all
[scomix@localhost ~]$
[scomix@localhost ~]$
[scomix@localhost ~]$ ibus
ibus ibus-daemon ibus-daemon-real ibus-setup
[scomix@localhost ~]$ ibus-setup
(main.py:3256): IBUS-WARNING **: org.freedesktop.IBus.Config.GetValue:
GDBus.Error:org.freedesktop.DBus.Error.Failed:
Config value [general/hotkey:triggers] does not exist.
[scomix@localhost ~]$
[scomix@localhost ~]$
[scomix@localhost ~]$ export | grep XMODI
declare -x XMODIFIERS="@im=ibus"
[scomix@localhost ~]$ export | grep GTM
[scomix@localhost ~]$ export | grep GTK_IM_
declare -x GTK_IM_MODULE="ibus"
[scomix@localhost ~]$
[scomix@localhost ~]$ export | grep QT_IM
declare -x QT_IM_MODULE="ibus"
[scomix@localhost ~]$
[scomix@localhost ~]$
[scomix@localhost ~]$ ps -aux | grep ibus
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
scomix 3281 0.0 0.2 348784 5284 pts/2 Sl 21:23 0:00 /usr/bin/ibus-daemon-real --xim
scomix 3284 0.0 0.1 200088 3488 pts/2 Sl 21:23 0:00 /usr/libexec/ibus-dconf
scomix 3286 0.0 0.8 990492 17760 pts/2 Sl 21:23 0:00 /usr/libexec/ibus-ui-gtk3
scomix 3289 0.0 0.3 242880 7488 pts/2 Sl 21:23 0:00 /usr/libexec/ibus-x11 --kill-daemon
scomix 3298 0.0 0.1 124100 3356 pts/2 Sl 21:23 0:00 /usr/libexec/ibus-engine-simple
scomix 4864 0.0 0.0 15676 968 pts/2 S+ 21:27 0:00 grep --color ibus
[scomix@localhost ~]$
[scomix@localhost ~]$
[scomix@localhost ~]$ rpm -qa | grep ibus
lib64ibus-gir1.0-1.5.1-2.mga3
ibus-1.5.1-2.mga3
libibus1.0_5-1.5.1-2.mga3
libuser-0.58-3.mga3
scribus-1.4.2-1.mga3
ibus-m17n-1.3.4-3.mga3
lib64ibus1.0_5-1.5.1-2.mga3
ibus-gtk3-1.5.1-2.mga3
ibus-ui-gtk3-1.5.1-2.mga3
ibus-qt4-1.3.1-7.mga3
[scomix@localhost ~]$
[scomix@localhost ~]$ rpm -qa | grep libreoffice-lang
libreoffice-langpack-en-4.0.0.3-1.mga3
libreoffice-langpack-es-4.0.0.3-1.mga3
libreoffice-langpack-bn-4.0.0.3-1.mga3
[scomix@localhost ~]$