Package changes:
-bsdutils 1:2.34-0.1ubuntu9 amd64
+bsdutils 1:2.34-0.1ubuntu9.1 amd64
-fdisk 2.34-0.1ubuntu9 amd64
+fdisk 2.34-0.1ubuntu9.1 amd64
-grub-common 2.04-1ubuntu26.3 amd64
+grub-common 2.04-1ubuntu26.4 amd64
-grub-pc 2.04-1ubuntu26.3 amd64
-grub-pc-bin 2.04-1ubuntu26.3 amd64
-grub2-common 2.04-1ubuntu26.3 amd64
+grub-pc 2.04-1ubuntu26.4 amd64
+grub-pc-bin 2.04-1ubuntu26.4 amd64
+grub2-common 2.04-1ubuntu26.4 amd64
-im-config 0.44-1ubuntu1.1 all
+im-config 0.44-1ubuntu1.2 all
-initramfs-tools 0.136ubuntu6.2 all
-initramfs-tools-bin 0.136ubuntu6.2 amd64
-initramfs-tools-core 0.136ubuntu6.2 all
+initramfs-tools 0.136ubuntu6.3 all
+initramfs-tools-bin 0.136ubuntu6.3 amd64
+initramfs-tools-core 0.136ubuntu6.3 all
-libblkid1 2.34-0.1ubuntu9 amd64
+libblkid1 2.34-0.1ubuntu9.1 amd64
-libcephfs2 15.2.3-0ubuntu0.20.04.1 amd64
+libcephfs2 15.2.3-0ubuntu0.20.04.2 amd64
-libfdisk1 2.34-0.1ubuntu9 amd64
+libfdisk1 2.34-0.1ubuntu9.1 amd64
-libmount1 2.34-0.1ubuntu9 amd64
+libmount1 2.34-0.1ubuntu9.1 amd64
-librados2 15.2.3-0ubuntu0.20.04.1 amd64
+librados2 15.2.3-0ubuntu0.20.04.2 amd64
-librbd1 15.2.3-0ubuntu0.20.04.1 amd64
+librbd1 15.2.3-0ubuntu0.20.04.2 amd64
-libsmartcols1 2.34-0.1ubuntu9 amd64
+libsmartcols1 2.34-0.1ubuntu9.1 amd64
-libuuid1 2.34-0.1ubuntu9 amd64
+libuuid1 2.34-0.1ubuntu9.1 amd64
-mount 2.34-0.1ubuntu9 amd64
+mount 2.34-0.1ubuntu9.1 amd64
-qemu-block-extra 1:4.2-3ubuntu6.4 amd64
-qemu-kvm 1:4.2-3ubuntu6.4 amd64
-qemu-system-common 1:4.2-3ubuntu6.4 amd64
-qemu-system-data 1:4.2-3ubuntu6.4 all
-qemu-system-x86 1:4.2-3ubuntu6.4 amd64
-qemu-utils 1:4.2-3ubuntu6.4 amd64
+qemu-block-extra 1:4.2-3ubuntu6.5 amd64
+qemu-kvm 1:4.2-3ubuntu6.5 amd64
+qemu-system-common 1:4.2-3ubuntu6.5 amd64
+qemu-system-data 1:4.2-3ubuntu6.5 all
+qemu-system-x86 1:4.2-3ubuntu6.5 amd64
+qemu-utils 1:4.2-3ubuntu6.5 amd64
-rfkill 2.34-0.1ubuntu9 amd64
+rfkill 2.34-0.1ubuntu9.1 amd64
-util-linux 2.34-0.1ubuntu9 amd64
-uuid-runtime 2.34-0.1ubuntu9 amd64
+util-linux 2.34-0.1ubuntu9.1 amd64
+uuid-runtime 2.34-0.1ubuntu9.1 amd64
maybe chmod 0644 'profile.d/flatpak.sh'
maybe chmod 0644 'profile.d/gawk.csh'
maybe chmod 0644 'profile.d/gawk.sh'
+maybe chmod 0644 'profile.d/im-config_wayland.sh'
maybe chmod 0644 'profile.d/libvirt-uri.sh'
maybe chmod 0644 'profile.d/vte-2.91.sh'
maybe chmod 0644 'profile.d/vte.csh'
--- /dev/null
+# /etc/profile.d/im-config_wayland.sh
+#
+# This sets the IM variables on Wayland.
+
+test "$XDG_SESSION_TYPE" = 'wayland' || return
+
+# don't do anything if im-config was removed but not purged
+test -r /usr/share/im-config/xinputrc.common || return
+
+if [ -r /etc/X11/Xsession.d/70im-config_launch ]; then
+ . /etc/X11/Xsession.d/70im-config_launch
+fi
[Desktop Entry]
Name=im-launch
-Exec=sh -c 'if ! [ -e "/usr/bin/ibus-daemon" ] && [ "x$XDG_SESSION_TYPE" = "xwayland" ] ; then exec env IM_CONFIG_CHECK_ENV=1 im-launch true; fi'
+Exec=sh -c 'if [ "x$XDG_SESSION_TYPE" = "xwayland" ] ; then exec env IM_CONFIG_CHECK_ENV=1 im-launch true; fi'
TryExec=im-launch
Type=Application