Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no any cyrillic input with chromium (default input method works as expected) #5

Closed
11111000000 opened this issue Apr 21, 2018 · 11 comments

Comments

@11111000000
Copy link

no any cyrillic input with chromium.

default input method works as expected in chromium and all methods works in text buffers.

GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.8) of 2017-11-04
exwm-0.18

emacs config:

(use-package exim
  :load-path "~/elisp/exim/"       
  :init
  (push ?\C-\\ exwm-input-prefix-keys)
  (add-hook 'exwm-init-hook 'exim-start)
  )

.xprofile:

  export XMODIFIERS=@im=exim  
  export GTK_IM_MODULE=xim    
  export QT_IM_MODULE=xim     
  export CLUTTER_IM_MODULE=xim
@11111000000
Copy link
Author

last week it works

@ch11ng
Copy link
Owner

ch11ng commented Apr 29, 2018

Are the environment variables correctly set? With .xprofile I can't seems to make it work. Instead I have to put them into .xinitrc (it might be distribution-dependent though). You can check them by executing echo $GTK_IM_MODULE in a terminal. The result should be xim.

PS. I tried cyrillic-translit and it seems working.

@11111000000
Copy link
Author

11111000000 commented Apr 29, 2018

"no input", i.e. currently focused input field ignores all typed characters, when set-input-method turned on. System wide (xorg) language switcher works, and now I use it... but I want to fix EXIM method in GTK/qt apps!
It works os in xterm... hm... Maybe GTK2/3 configs issue?

@11111000000
Copy link
Author

set-input-method - EXIM works with xterm, but not rxvt!

@11111000000
Copy link
Author

in pidgin - works
firefox, chromium - no

@11111000000
Copy link
Author

try to remove all gtkrc and options - no effect

@ch11ng
Copy link
Owner

ch11ng commented May 6, 2018

Would you mind providing the output of export | grep 'XMODIFIERS\|_IM_' and locale?

@11111000000
Copy link
Author

here:

[az@thinky:~]$ export | grep 'XMODIFIERS\|_IM_'
declare -x CLUTTER_IM_MODULE="xim"
declare -x GTK_IM_MODULE="xim"
declare -x QT_IM_MODULE="xim"
declare -x XMODIFIERS="@im=exim"

[az@thinky:~]$ locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

@11111000000
Copy link
Author

full system upgrade (nixos) fix this bug for me!

@ch11ng
Copy link
Owner

ch11ng commented May 13, 2018

Which components were upgraded? I wonder if it's really the case as basically we just exploit some ancient protocols here.

@ch11ng
Copy link
Owner

ch11ng commented Feb 6, 2019

Since the issue seems fixed, I'm closing it now.

@ch11ng ch11ng closed this as completed Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants