[Touch-packages] [Bug 1968459] Re: IBus 1.5.26 does not enable on Xorg sesson

2022-04-22 Thread Bug Watch Updater
** Changed in: ibus
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1968459

Title:
  IBus 1.5.26 does not enable on Xorg sesson

Status in ibus:
  Fix Released
Status in ibus package in Ubuntu:
  Fix Released
Status in ibus package in Debian:
  Fix Released

Bug description:
  I tested newly installed Ubuntu 22.04 LTS dev.

  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen

  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
     5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
     5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
     5863 ?Sl 0:00 /usr/libexec/ibus-dconf
     5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
     5868 ?Sl 0:00 /usr/libexec/ibus-portal
     5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
     6831 pts/1R+ 0:00 grep --color=auto ibus
  It is strange.

  IBus 1.5.25 introduces systemd user unit files.
  /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
  /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
  above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
  
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
  It may be bashism.
  I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1968459] Re: IBus 1.5.26 does not enable on Xorg sesson

2022-04-11 Thread Bug Watch Updater
** Changed in: ibus (Debian)
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1968459

Title:
  IBus 1.5.26 does not enable on Xorg sesson

Status in ibus:
  New
Status in ibus package in Ubuntu:
  Fix Released
Status in ibus package in Debian:
  Fix Released

Bug description:
  I tested newly installed Ubuntu 22.04 LTS dev.

  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen

  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
     5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
     5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
     5863 ?Sl 0:00 /usr/libexec/ibus-dconf
     5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
     5868 ?Sl 0:00 /usr/libexec/ibus-portal
     5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
     6831 pts/1R+ 0:00 grep --color=auto ibus
  It is strange.

  IBus 1.5.25 introduces systemd user unit files.
  /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
  /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
  above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
  
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
  It may be bashism.
  I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1968459] Re: IBus 1.5.26 does not enable on Xorg sesson

2022-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ibus - 1.5.26-4

---
ibus (1.5.26-4) unstable; urgency=medium

  * Team upload
  * d/p/src-services_Fix-bashisms-in-org.freedesktop.IBus.session.patch:
- Cherry picked upstream PR from Mitsuya Shibata (closes: #1009256,
  LP: #1968459).

 -- Gunnar Hjalmarsson   Sun, 10 Apr 2022 14:16:37
+0200

** Changed in: ibus (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1968459

Title:
  IBus 1.5.26 does not enable on Xorg sesson

Status in ibus:
  New
Status in ibus package in Ubuntu:
  Fix Released
Status in ibus package in Debian:
  Unknown

Bug description:
  I tested newly installed Ubuntu 22.04 LTS dev.

  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen

  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
     5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
     5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
     5863 ?Sl 0:00 /usr/libexec/ibus-dconf
     5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
     5868 ?Sl 0:00 /usr/libexec/ibus-portal
     5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
     6831 pts/1R+ 0:00 grep --color=auto ibus
  It is strange.

  IBus 1.5.25 introduces systemd user unit files.
  /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
  /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
  above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
  
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
  It may be bashism.
  I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1968459] Re: IBus 1.5.26 does not enable on Xorg sesson

2022-04-10 Thread Gunnar Hjalmarsson
Thanks for your report and the proposed solution. Fix is on its way, in
unstable to start with:

https://tracker.debian.org/news/1317558/accepted-ibus-1526-4-source-
into-unstable/

** Changed in: ibus (Ubuntu)
   Importance: Undecided => High

** Changed in: ibus (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: ibus (Ubuntu)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1968459

Title:
  IBus 1.5.26 does not enable on Xorg sesson

Status in ibus:
  New
Status in ibus package in Ubuntu:
  In Progress
Status in ibus package in Debian:
  Unknown

Bug description:
  I tested newly installed Ubuntu 22.04 LTS dev.

  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen

  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
     5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
     5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
     5863 ?Sl 0:00 /usr/libexec/ibus-dconf
     5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
     5868 ?Sl 0:00 /usr/libexec/ibus-portal
     5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
     6831 pts/1R+ 0:00 grep --color=auto ibus
  It is strange.

  IBus 1.5.25 introduces systemd user unit files.
  /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
  /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
  above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
  
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
  It may be bashism.
  I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1968459] Re: IBus 1.5.26 does not enable on Xorg sesson

2022-04-10 Thread Bug Watch Updater
** Changed in: ibus
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1968459

Title:
  IBus 1.5.26 does not enable on Xorg sesson

Status in ibus:
  New
Status in ibus package in Ubuntu:
  Confirmed
Status in ibus package in Debian:
  Unknown

Bug description:
  I tested newly installed Ubuntu 22.04 LTS dev.

  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen

  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
     5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
     5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
     5863 ?Sl 0:00 /usr/libexec/ibus-dconf
     5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
     5868 ?Sl 0:00 /usr/libexec/ibus-portal
     5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
     6831 pts/1R+ 0:00 grep --color=auto ibus
  It is strange.

  IBus 1.5.25 introduces systemd user unit files.
  /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
  /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
  above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
  
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
  It may be bashism.
  I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1968459] Re: IBus 1.5.26 does not enable on Xorg sesson

2022-04-10 Thread Ikuya Awashiro
** Also affects: ibus via
   https://github.com/ibus/ibus/issues/2397
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1968459

Title:
  IBus 1.5.26 does not enable on Xorg sesson

Status in ibus:
  Unknown
Status in ibus package in Ubuntu:
  Confirmed
Status in ibus package in Debian:
  Unknown

Bug description:
  I tested newly installed Ubuntu 22.04 LTS dev.

  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen

  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
     5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
     5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
     5863 ?Sl 0:00 /usr/libexec/ibus-dconf
     5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
     5868 ?Sl 0:00 /usr/libexec/ibus-portal
     5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
     6831 pts/1R+ 0:00 grep --color=auto ibus
  It is strange.

  IBus 1.5.25 introduces systemd user unit files.
  /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
  /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
  above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
  
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
  It may be bashism.
  I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1968459] Re: IBus 1.5.26 does not enable on Xorg sesson

2022-04-10 Thread Mitsuya Shibata
Reported to upstream, https://github.com/ibus/ibus/issues/2397

** Bug watch added: github.com/ibus/ibus/issues #2397
   https://github.com/ibus/ibus/issues/2397

** Bug watch added: Debian Bug tracker #1009256
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009256

** Also affects: ibus (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009256
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1968459

Title:
  IBus 1.5.26 does not enable on Xorg sesson

Status in ibus:
  Unknown
Status in ibus package in Ubuntu:
  Confirmed
Status in ibus package in Debian:
  Unknown

Bug description:
  I tested newly installed Ubuntu 22.04 LTS dev.

  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen

  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
     5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
     5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
     5863 ?Sl 0:00 /usr/libexec/ibus-dconf
     5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
     5868 ?Sl 0:00 /usr/libexec/ibus-portal
     5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
     6831 pts/1R+ 0:00 grep --color=auto ibus
  It is strange.

  IBus 1.5.25 introduces systemd user unit files.
  /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
  /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
  above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
  
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
  It may be bashism.
  I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1968459] Re: IBus 1.5.26 does not enable on Xorg sesson

2022-04-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ibus (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1968459

Title:
  IBus 1.5.26 does not enable on Xorg sesson

Status in ibus package in Ubuntu:
  Confirmed

Bug description:
  I tested newly installed Ubuntu 22.04 LTS dev.

  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen

  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
     5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
     5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
     5863 ?Sl 0:00 /usr/libexec/ibus-dconf
     5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
     5868 ?Sl 0:00 /usr/libexec/ibus-portal
     5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
     6831 pts/1R+ 0:00 grep --color=auto ibus
  It is strange.

  IBus 1.5.25 introduces systemd user unit files.
  /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
  /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
  above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
  
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
  It may be bashism.
  I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp