Activity log for bug #1968459

Date Who What changed Old value New value Message
2022-04-10 07:10:09 Ikuya Awashiro bug added bug
2022-04-10 07:10:09 Ikuya Awashiro attachment added VirtualBox_UbuntuJammy5_10_04_2022_12_56_48.png https://bugs.launchpad.net/bugs/1968459/+attachment/5578913/+files/VirtualBox_UbuntuJammy5_10_04_2022_12_56_48.png
2022-04-10 07:12:44 Ikuya Awashiro attachment removed VirtualBox_UbuntuJammy5_10_04_2022_12_56_48.png https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1968459/+attachment/5578913/+files/VirtualBox_UbuntuJammy5_10_04_2022_12_56_48.png
2022-04-10 07:16:04 Ikuya Awashiro description I tested newly installed Ubuntu 22.04 LTS dev. step to reproduce: 1. boot 2. select user 3. session changes to Ubuntu on Xorg from Ubuntu 4. enter password 5. run gedit 6. put Hankaku/Zenkaku key 7. nothing to happen consideration: Run "ps ax |grep ibus" on terminal: $ ps ax |grep ibus 5774 ? Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ $XDG_SESSION_TYPE == "x11" ]] && echo "--xim") 5779 ? Sl 0:00 /usr/bin/ibus-daemon --panel disable 5863 ? Sl 0:00 /usr/libexec/ibus-dconf 5864 ? Sl 0:00 /usr/libexec/ibus-extension-gtk3 5868 ? Sl 0:00 /usr/libexec/ibus-portal 5965 ? Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus 6831 pts/1 R+ 0:00 grep --color=auto ibus It is strange. IBus 1.5.25 introduces systemd user unit files. /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ $XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21 It may be bashism. It changes to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ $XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as expected. I tested newly installed Ubuntu 22.04 LTS dev. step to reproduce: 1. boot 2. select user 3. session changes to Ubuntu on Xorg from Ubuntu 4. enter password 5. run gedit 6. put Hankaku/Zenkaku key 7. nothing to happen consideration: Run "ps ax |grep ibus" on terminal: $ ps ax |grep ibus    5774 ? Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ $XDG_SESSION_TYPE == "x11" ]] && echo "--xim")    5779 ? Sl 0:00 /usr/bin/ibus-daemon --panel disable    5863 ? Sl 0:00 /usr/libexec/ibus-dconf    5864 ? Sl 0:00 /usr/libexec/ibus-extension-gtk3    5868 ? Sl 0:00 /usr/libexec/ibus-portal    5965 ? Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus    6831 pts/1 R+ 0:00 grep --color=auto ibus It is strange. IBus 1.5.25 introduces systemd user unit files. /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ $XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21 It may be bashism. I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ $XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as expected.
2022-04-10 07:25:28 Launchpad Janitor ibus (Ubuntu): status New Confirmed
2022-04-10 07:41:48 Mitsuya Shibata bug added subscriber Mitsuya Shibata
2022-04-10 07:58:13 Mitsuya Shibata bug watch added https://github.com/ibus/ibus/issues/2397
2022-04-10 07:59:32 Mitsuya Shibata bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009256
2022-04-10 07:59:32 Mitsuya Shibata bug task added ibus (Debian)
2022-04-10 08:05:02 Ikuya Awashiro bug task added ibus
2022-04-10 08:14:29 Bug Watch Updater ibus: status Unknown New
2022-04-10 13:30:52 Nobuto Murata bug added subscriber Nobuto Murata
2022-04-10 13:37:10 Gunnar Hjalmarsson ibus (Ubuntu): importance Undecided High
2022-04-10 13:37:10 Gunnar Hjalmarsson ibus (Ubuntu): status Confirmed In Progress
2022-04-10 13:37:10 Gunnar Hjalmarsson ibus (Ubuntu): assignee Gunnar Hjalmarsson (gunnarhj)
2022-04-10 21:18:26 Launchpad Janitor ibus (Ubuntu): status In Progress Fix Released
2022-04-12 03:31:46 Bug Watch Updater ibus (Debian): status Unknown Fix Released
2022-04-22 15:13:37 Bug Watch Updater ibus: status New Fix Released