win_us_intl icon indicating copy to clipboard operation
win_us_intl copied to clipboard

Manual Install doen't work on Deepin Linux

Open JMTheo opened this issue 5 years ago • 7 comments

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.

JMTheo avatar Mar 24 '19 22:03 JMTheo

You installed uim first?

raelgc avatar Mar 25 '19 00:03 raelgc

sure

JMTheo avatar Mar 25 '19 00:03 JMTheo

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.

raelgc avatar Mar 25 '19 12:03 raelgc

Same here.

richard-lopes-ifood avatar Oct 05 '20 16:10 richard-lopes-ifood

@richard-lopes-ifood Which distro are you using?

raelgc avatar Oct 05 '20 17:10 raelgc

@raelgc Deepin 15.11 Desktop

richard-lopes-ifood avatar Oct 06 '20 13:10 richard-lopes-ifood

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).

raelgc avatar Oct 06 '20 13:10 raelgc