On 2021-10-14 15:43, Ikuya Awashiro wrote:
>> It would be good if any of you could submit an upstream GNOME issue.
> I think it is not mutter or gnome-shell issue but ibus-mozc issue.
> ibus-mozc should work under wayland session.
> Latest Mozc renderer was completely re-written.
> https://github.com/google/mozc/commit/3b3068e924e17f8820a35899f105f2ef838d0535
> I will try it later.

Hmm.. My thoughts in response to that:

* The commit message says: "Initial implementation of Qt-based
renderer". When that reaches Debian, there is a risk that Ubuntu's
desktop team won't accept to keep mozc in main (and on the ISO). Please
remember that mozc-utils-gui is already not in main due to the qt
dependencies.

* I assumed that the issue may be present also for other IBus IMs, which
is why I proposed a general workaround in im-config. But if it's a pure
mozc thing, it may be better to let the ibus-mozc package install a
separate autostart file in line with what you and Mitsuya discuss above.

On 2021-10-14 15:46, Mitsuya Shibata wrote:
> However ibus-x11 process is doubled, it is ok?

Yeah, I saw that and assumed that it won't hurt... Is that duplication
avoided with your idea with xrefresh (a command whose existence I wasn't
aware of)? If it is, maybe that's a better approach.

Anyway, thanks both for confirming that the proposal in the PPA works.
But I'm not sure ATM that doing it in im-config is right.

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

Title:
  ibus-x11 does not start automatically

Status in gnome-shell package in Ubuntu:
  New
Status in im-config package in Ubuntu:
  In Progress
Status in mutter package in Ubuntu:
  New

Bug description:
  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. reboot
  6. login
  7. push Windows key + Space key and select Japanese (Mozc)
  8. run gedit
  9. 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

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to