Hi, On 8/26/25 23:45, Tz-Huan Huang wrote:
since the trixie upgrade, I find that applications using input methods
often hang until I run "killall -9 scim-panel-gtk". Normal SIGTERM is
not sufficient.
- SCIM is too X11-specific, so use X11 instead of Wayland (e.g., log in with "GNOME on Xorg").
This is not a GNOME session, but normal X11 started via startx running the Xsession script.
- scim-panel-gtk seems to cause issues in daemon mode. Try launching it without daemon mode.
According to pstree, it's not running in daemon mode:
├─scim-helper-man
├─scim-im-agent
├─scim-launcher -d -c simple -e all -f socket --no-stay
├─scim-launcher -d -c socket -e socket -f x11
├─scim-panel-gtk --no-stay --display :0.0 -c socket -d
│ └─2*[{scim-panel-gtk}]
Simon
OpenPGP_0xEBF67A846AABE354.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature

