Public bug reported:

ibus-x11 does not start automatically due to Xwayland on demand by default.
IBus user does not input any cjkv languages before start to ibus-x11 or 
xwayland process.

Steps to reproduce:

1. run Ubuntu 21.10 installer
2. select Japanese language
3. finish to install and reboot
4. login
5. push Windows key + Space key and select Japanese (Mozc)
6. run gedit
7. push Hankaku/Zenkaku key

Expected results:

show any Japanese characters

Actual results:

input any alphabetical key which I push

observation:

This may be mutter's matter. 
Xwayland on demand by default
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1673

workaround:

1. run gnome-terminal and run command "ibus-daemon -rxd"
2. run any xwayland application like Libreoffice
3. use X session
4. restart IBus automatically when log in

exaple: 
$ sudo editor /etc/xdg/autostart/ibus-autostart.desktop

[Desktop Entry]
Name=ibus-autostart
Exec=sh -c 'if [ "${IM_CONFIG_CHECK_ENV}" = "1" ] && [ "${XDG_SESSION_TYPE}" = 
"wayland" ] && [ "${XDG_CURRENT_DESKTOP}" = "ubuntu:GNOME" ] || [ 
"${XDG_CURRENT_DESKTOP}" = "GNOME" ]; then ibus-daemon -rxd true; fi'
TryExec=ibus-daemon
Type=Application

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946969

Title:
  ibus-x11 does not start automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1946969/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to