control: severity -1 seroius Hi,
Thank ypu for reporting issues eary. You use Debian GNOME on wayland. That's the same here. I don't see issue. Can you elaborate situation a bit more in detail. stated getting "/usr/bin/systemd-cat -> /usr/bin/systemd-cat" output * Which terminal emulator you use? (I use gnome-terminal) * Which shell do you use for terminal? (I use bash) * Can you cut&paste terminal output example? * Can you put "exit 0" at the top of /etc/profile.d/im-config_wayland.sh to quiet such output? Your help is most appreciated. Thanks, Osamu On Mon, 2026-03-09 at 10:40 +0100, Antoine Cellerier wrote: > Package: im-config > Version: 0.59 > Severity: normal > X-Debbugs-Cc: [email protected] > > Dear Maintainer, > > After upgrading my system to the latest version of im-config, I've > stated getting "/usr/bin/systemd-cat -> /usr/bin/systemd-cat" output at > the top of all my new shell sessions. I've traced this to > /etc/profile.d/im-config_wayland.sh invoking > ". /usr/share/im-config/initializer" > > It seems to be related to new logging facilities added in f4a9d8be but > I'll admit I've not been able to pinpoint the exact item leading to this > output. > If I manually update initializer to comment out the systemd logging, the > following line gets output instead: > @profile IM_CONFIG_ENTRY='profile' UID=1000 PID=12471 > GTK_IM_MODULE='' QT_IM_MODULE='ibus' CLUTTER_IM_MODULE='' SDL_IM_MODULE='' > XMODIFIERS='@im=ibus' > > Intended behavior I assume would be that systemd logging would be silent > in the user shell and only show-up in the journal. > > Let me know if I can provide any other helpful information. > > > -- Package-specific info: > === command path == > im-config is /usr/bin/im-config > > === im-config API -l: available IM === > im-config -l => ibus xim > > === im-config API -m: selected IM === > im-config -m => > 'system' 'user' 'automatic' 'override' 'autobase' > 'default' 'missing' 'ibus' '' 'ibus' > > === /etc/default/im-config == > # Default im-config mode (see im-config(8)) > > # This im-config helps to start best available input method (IM) > > # Always start highest priority IM > IM_CONFIG_DEFAULT_MODE=auto > # Start or not to start IM dynamically under CJKV/desktop environment > #IM_CONFIG_DEFAULT_MODE=cjkv > # Never start IM by im-config (Leave it to desktop system) > #IM_CONFIG_DEFAULT_MODE=none > > # cjkv mode behavior: > # case 1: > # * desktop is listed in CJKV_DEFAULT_DESKTOP > # * locale is under so-called CJKV environments > # --> auto mode > # case 2: > # * desktop is listed in CJKV_DEFAULT_DESKTOP > # * locale is *not* under so-called CJKV environments > # --> none mode > # case 3: > # * desktop is *not* listed in CJKV_DEFAULT_DESKTOP > # * locale is under any environments > # --> auto mode > # > CJKV_DEFAULT_DESKTOP="*" > #CJKV_DEFAULT_DESKTOP="KDE:LXQt:XFCE" > > # List of locales for so-called CJKV environments > CJKV_LOCALES="zh_TW:zh_HK:zh_SG:zh_CN:ja_JP:ko_KR:vi_VN" > > # Set locale dependent preferred IM over standard auto mode if not GNOME > IM_CONFIG_PREFERRED_RULE="zh_CN,fcitx5:zh_TW,fcitx5:zh_HK,fcitx5:zh_SG,fcitx5" > > # User and system wide configuration is normally done via im-config program. > # The above IM_CONFIG_PREFERRED_RULE sets locale dependent preferred IM > # override rule. If you wish to use uim over ibus just for ja_JP, > # add :ja_JP,uim at the end of the above list. (Marked by "!" in GUI) > > # List of desktop systems which starts ibus if available > # Applicable desktops are excluded for applying IM_CONFIG_PREFERRED_RULE > DESKTOP_SETUP_IBUS="GNOME" > > # Trace commands for debug > # (This may cause problem configuration file generated under console mode) > #IM_CONFIG_SETMODE="-x" > > # Verbose output for debug (uncomment following) > #IM_CONFIG_VERBOSE="true" > > > === localectl status === > System Locale: LANG=en_US.UTF-8 > LANGUAGE=en_US:en > VC Keymap: (unset) > X11 Layout: fr > X11 Model: pc105 > > === environment vars == > DISPLAY=:0 > GNOME_SETUP_DISPLAY=:1 > WAYLAND_DISPLAY=wayland-0 > XDG_CURRENT_DESKTOP=GNOME > XDG_DATA_DIRS=/usr/share/gnome:/home/antoine/.local/share/flatpak/exports/shar > e:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/ > XDG_MENU_PREFIX=gnome- > XDG_RUNTIME_DIR=/run/user/1000 > XDG_SESSION_CLASS=user > XDG_SESSION_DESKTOP=gnome > XDG_SESSION_TYPE=wayland > QT_IM_MODULE=ibus > QT_IM_MODULES=wayland;ibus > XMODIFIERS=@im=ibus > > === systemd journal == > Mar 09 10:12:50 yoga im-config[5515]: @im-launch IM_CONFIG_ENTRY='no_profile' > UID=1000 PID=5336 > Mar 09 10:12:50 yoga im-config[5517]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:12:50 yoga im-config[5520]: EXIT @im-launch for no_profile*wayland > (invalid) > Mar 09 10:13:49 yoga im-config[9462]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=9402 > Mar 09 10:13:49 yoga im-config[9464]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:14:04 yoga im-config[9757]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=9703 > Mar 09 10:14:04 yoga im-config[9759]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:14:55 yoga im-config[9988]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=9937 > Mar 09 10:14:55 yoga im-config[9990]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:15:01 yoga im-config[10056]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=10005 > Mar 09 10:15:01 yoga im-config[10058]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:15:56 yoga im-config[10156]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=10105 > Mar 09 10:15:56 yoga im-config[10157]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:16:02 yoga im-config[10232]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=10181 > Mar 09 10:16:02 yoga im-config[10234]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:16:51 yoga im-config[10360]: @profile IM_CONFIG_ENTRY='profile' > UID=0 PID=10310 > Mar 09 10:16:51 yoga im-config[10362]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:20:06 yoga im-config[10482]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=10431 > Mar 09 10:20:06 yoga im-config[10483]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:20:29 yoga im-config[10554]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=10503 > Mar 09 10:20:29 yoga im-config[10556]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:20:45 yoga im-config[10642]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=10591 > Mar 09 10:20:45 yoga im-config[10643]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:20:51 yoga im-config[10718]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=10667 > Mar 09 10:20:51 yoga im-config[10719]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:20:59 yoga im-config[10782]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=10731 > Mar 09 10:20:59 yoga im-config[10784]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:21:02 yoga im-config[10850]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=10799 > Mar 09 10:21:02 yoga im-config[10851]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:21:13 yoga im-config[10915]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=10864 > Mar 09 10:21:13 yoga im-config[10916]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:22:53 yoga im-config[11212]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=11161 > Mar 09 10:22:53 yoga im-config[11213]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:30:03 yoga im-config[11677]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=11626 > Mar 09 10:30:03 yoga im-config[11678]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:32:34 yoga im-config[11861]: @profile IM_CONFIG_ENTRY='profile' > UID=1000 PID=11810 > Mar 09 10:32:34 yoga im-config[11862]: GTK_IM_MODULE='' QT_IM_MODULE='ibus' > CLUTTER_IM_MODULE='' SDL_IM_MODULE='' XMODIFIERS='@im=ibus' > Mar 09 10:35:26 yoga im-config[12101]: Set IM_CONFIG_CURRENT_DESKTOP from > XDG_CURRENT_DESKTOP='GNOME' DESKTOP_SESSION='gnome XDG_CURRENT_DESKTOP='GNOME' > XDG_SESSION_TYPE='wayland' > Mar 09 10:35:26 yoga im-config[12102]: Set IM_CONFIG_CURRENT_DESKTOP <- > XDG_CURRENT_DESKTOP='GNOME' > Mar 09 10:35:26 yoga im-config[12110]: Set IM_CONFIG_PREFERRED='' for > IM_CONFIG_PREFERRED_RULE='' LC_CTYPE='C' > Mar 09 10:35:26 yoga im-config[12116]: find_match: 'GNOME' not in > automatic_im:DESKTOP_SETUP_IBUS='' > Mar 09 10:35:26 yoga im-config[12117]: automatic_im: execute autobase_im for > find_match(DESKTOP_SETUP_IBUS)=FALSE or avail_auto=FALSE > Mar 09 10:35:26 yoga im-config[12123]: avail_auto: TRUE, execute function > 'package_auto' in 'ibus.conf'. > Mar 09 10:35:26 yoga im-config[12128]: autobase_im: set > mode=IM_CONFIG_SCRIPT='ibus' > Mar 09 10:35:26 yoga im-config[12134]: avail_auto: TRUE, execute function > 'package_auto' in 'ibus.conf'. > Mar 09 10:35:26 yoga im-config[12139]: autobase_im: set > mode=IM_CONFIG_SCRIPT='ibus' > Mar 09 10:35:27 yoga im-config[12342]: Set IM_CONFIG_CURRENT_DESKTOP from > XDG_CURRENT_DESKTOP='GNOME' DESKTOP_SESSION='gnome XDG_CURRENT_DESKTOP='GNOME' > XDG_SESSION_TYPE='wayland' > Mar 09 10:35:27 yoga im-config[12343]: Set IM_CONFIG_CURRENT_DESKTOP <- > XDG_CURRENT_DESKTOP='GNOME' > Mar 09 10:35:27 yoga im-config[12352]: Set IM_CONFIG_PREFERRED='' for > IM_CONFIG_PREFERRED_RULE='' LC_CTYPE='C' > Mar 09 10:35:27 yoga im-config[12357]: find_match: 'GNOME' not in > automatic_im:DESKTOP_SETUP_IBUS='' > Mar 09 10:35:27 yoga im-config[12358]: automatic_im: execute autobase_im for > find_match(DESKTOP_SETUP_IBUS)=FALSE or avail_auto=FALSE > Mar 09 10:35:27 yoga im-config[12364]: avail_auto: TRUE, execute function > 'package_auto' in 'ibus.conf'. > Mar 09 10:35:27 yoga im-config[12369]: autobase_im: set > mode=IM_CONFIG_SCRIPT='ibus' > Mar 09 10:35:27 yoga im-config[12375]: avail_auto: TRUE, execute function > 'package_auto' in 'ibus.conf'. > Mar 09 10:35:27 yoga im-config[12380]: autobase_im: set > mode=IM_CONFIG_SCRIPT='ibus' > > -- System Information: > Debian Release: forky/sid > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: amd64 (x86_64) > Foreign Architectures: i386 > > Kernel: Linux 6.19.6+deb14-amd64 (SMP w/16 CPU threads; PREEMPT) > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), > LANGUAGE=en_US:en > Shell: /bin/sh linked to /usr/bin/dash > Init: systemd (via /run/systemd/system) > LSM: AppArmor: enabled > > Versions of packages im-config depends on: > ii gettext-base 0.23.2-1 > > Versions of packages im-config recommends: > ii whiptail 0.52.25-2 > ii x11-common 1:7.7+26 > ii zenity 4.2.1-1 > > im-config suggests no packages. > > -- no debconf information

