Public bug reported:

ibus fails to start from org.freedesktop.IBus.session.GNOME.service due
to missing /bin prefix in the ExecStart

Adding the override (with `systemctl --user edit 
org.freedesktop.IBus.session.GNOME.service`) as:
```
[Service]
ExecStart=
ExecStart=/bin/sh -c 'exec /usr/bin/ibus-daemon --panel disable $([ 
"$XDG_SESSION_TYPE" = "x11" ] && echo "--xim")'
```
fixes the non-start - note the /bin/sh ...


I am using the devel release, please find apport report attached.

** Affects: ibus (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "apport.ibus.kucwccu0.apport"
   
https://bugs.launchpad.net/bugs/2151126/+attachment/5967903/+files/apport.ibus.kucwccu0.apport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2151126

Title:
  ibus fails to start from org.freedesktop.IBus.session.GNOME.service
  due to missing /bin prefix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/2151126/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to