win_us_intl
win_us_intl copied to clipboard
Manual Install doen't work on Deepin Linux
After using the command " im-config -n uim" and i end up getting this error in the terminal, i am using the Deepin 15.9 64x.
/usr/share/im-config/xinputrc.common: linha 76: [: /usr/share/im-config/data/21_ibus.conf: esperava operador binário E: Configuração para ibus não encontrada em avail_auto. /usr/share/im-config/xinputrc.common: linha 76: [: /usr/share/im-config/data/21_ibus.conf: esperava operador binário E: Configuração para ibus não encontrada em avail_auto. /usr/share/im-config/xinputrc.common: linha 76: [: /usr/share/im-config/data/21_ibus.conf: esperava operador binário E: Configuração para ibus não encontrada em avail_auto. /usr/share/im-config/xinputrc.common: linha 76: [: /usr/share/im-config/data/21_ibus.conf: esperava operador binário E: Configuração para ibus não encontrada em avail_auto.
You installed uim
first?
sure
According the errors, clearly your distro is not using uim
for your user, but ibus
yet.
I'm afraid that I cannot help you further, as I've tested this only in Ubuntu, Fedora and openSUSE.
If you find a solution, I'd be glad if you share here to help others using Deepin.
Same here.
@richard-lopes-ifood Which distro are you using?
@raelgc Deepin 15.11 Desktop
I don't know which file the Deepin interface will look before start, but probably you can test adding the following env variables:
export GTK_IM_MODULE='uim' # Instructs the GTK immodule to use uim
export QT_IM_MODULE='uim' # Instructs the Qt immodule to use uim
export XMODIFIERS='@im=uim' # Instructs XIM to use uim
In your X session initiation script (this may be ~/.xinitrc
, ~/.xsession
or ~/.gnomerc
depending on your system).