(In reply to Fuminobu Takeyama from comment #17) > I could reproduce this now. > I guess ibus-autostart is not suitable for systemd. > > It calls ibus-daemon -d, which runs ibus-daemon as a daemon, and so it exits > very quickly. The following modification should works. > > ``` > --- /usr/bin/ibus-autostart 2022-05-08 16:43:36.000000000 +0900 > +++ ibus-autostart 2022-07-21 21:45:30.356005384 +0900 > @@ -11,5 +11,4 @@ > # sleep for a little while to avoid duplicate startup > # sleep 2 > > -ibus-daemon --xim -d > -exit 0 > +ibus-daemon --xim > ``` With this modification in /usr/bin/ibus-autostart **and** my modified .service file in /etc/xdg/autostart I have working ibus again.