[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2020-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package glib2.0 - 2.62.4-1~ubuntu19.10.1

---
glib2.0 (2.62.4-1~ubuntu19.10.1) eoan; urgency=medium

  * No-change backport from unstable to eoan (LP: #1850932).
+ Contains fix for LP: #1844853 - "IBus no longer works in Qt applications
  after upgrade"

glib2.0 (2.62.4-1) unstable; urgency=medium

  * Team upload

  [ Steve Langasek ]
  * debian/tests/build: Make cross-test friendly (Closes: #946355)

  [ Iain Lane ]
  * debian/tests/build: Style fixes

  [ Simon McVittie ]
  * New upstream release

glib2.0 (2.62.3-2) unstable; urgency=medium

  * Team upload
  * Rename pkg.glib2.0.noinsttest build profile to noinsttest.
This is now registered on .

glib2.0 (2.62.3-1) unstable; urgency=medium

  * Team upload
  * New upstream release
- Drop patches that were applied upstream
  * Don't build libglib2.0-tests under pkg.glib2.0.noinsttest build profile.
This is a prototype of the proposed standard build profile noinsttest.
If the build profiles include both nocheck and pkg.glib2.0.noinsttest,
we can drop the libdbus-1-dev build-dependency without harming test
coverage or altering the contents of binary packages.
  * d/gbp.conf: Use upstream/2.62.x branch

glib2.0 (2.62.2-3) unstable; urgency=medium

  * Team upload

  [ Iain Lane ]
  * control: Drop `debian/experimental` from Vcs-*

  [ Simon McVittie ]
  * Build-depend on libdbus-1-dev for better test coverage
  * Update to upstream commit 2.62.2-28-g3cf25070e:
- d/p/goption-Relax-assertion-to-avoid-being-broken-by-kdeinit5.patch:
  Fix assertion failure when called from a process that overwrites its
  argv, such as kdeinit5
- d/p/gdbus-peer-Specifically-listen-on-127.0.0.1.patch:
  Improve reliability of gdbus-peer test in some container environments
- d/p/gdbusserver-Delete-socket-and-nonce-file-when-stopping-se.patch,
  d/p/gdbusserver-Keep-a-strong-reference-to-the-server-in-call.patch,
  d/p/gdbusauthmechanismsha1-Remove-unnecessary-g_warning-calls.patch,
  d/p/gdbusauthmechanismsha1-Create-.dbus-keyrings-directory-re.patch,
  d/p/tests-Move-main-loop-and-test-GUID-into-test-functions-in.patch,
  d/p/tests-Isolate-directories-in-gdbus-peer-test.patch,
  d/p/gdbus-peer-test-Improve-diagnostics-if-g_rmdir-fails.patch,
  d/p/gdbus-peer-test-Stop-GDBusServer-before-tearing-down-temp.patch,
  d/p/gdbus-peer-test-Use-unix-dir-address-if-exact-format-does.patch,
  d/p/gdbus-server-auth-test-Create-temporary-directory-for-Uni.patch:
  Mark as applied upstream in 2.62.x branch
  * d/p/gdbus-server-auth-test-Include-gcredentialsprivate.h.patch:
Apply patch from 2.63.x to fix missing coverage in test for #941018
  * d/p/Make-ld-executable-configurable.patch:
Apply patch from 2.63.x to use cross ld where necessary
  * d/p/gdbus-server-auth-test-Create-temporary-directory-for-Uni.patch:
Mark as applied upstream in 2.63.x branch
  * Improve patch metadata: use more URLs for bug references

glib2.0 (2.62.2-2) unstable; urgency=medium

  * Team upload
  * Update to upstream commit 2.62.2-14-gfcbb88823:
- d/p/gdesktopappinfo-Allocate-DesktopFileDir-structs-dynamical.patch,
  d/p/gdesktopappinfo-Cancel-file-monitor-when-resetting-a-Desk.patch,
  d/p/glocalfilemonitor-Keep-a-weak-ref-to-the-monitor-in-GFile.patch:
  Fix intermittent test failures for GDesktopAppInfo (Closes: #941550)
- d/p/gvariant-Limit-recursion-in-g_variant_parse.patch:
  Ensure that parsing a text-format GVariant does not run out of stack
  space
- d/p/tests-Use-objcopy-from-the-cross-compilation-file-if-conf.patch,
  d/p/docs-Add-objcopy-to-example-cross-compilation-file.patch:
  Use the appropriate architecture's objcopy when cross-compiling
- d/p/gtestutils-Add-additional-non-NULL-check-in-g_assert_cmpm.patch:
  Avoid false positive NULL dereference warnings in g_assert_cmpmem()
- d/p/gspawn-Port-to-g_poll-from-select.patch:
  Fix launching subprocesses when a very large number of fds are open
- d/p/gcredentialsprivate-Document-the-various-private-macros.patch,
  d/p/credentials-Invalid-Linux-struct-ucred-means-no-informati.patch,
  d/p/GDBus-prefer-getsockopt-style-credentials-passing-APIs.patch:
  Ensure libdbus clients can authenticate with a GDBusServer like the
  one in ibus (Closes: #941018)
  * d/p/gdbusserver-Delete-socket-and-nonce-file-when-stopping-se.patch,
d/p/gdbusserver-Keep-a-strong-reference-to-the-server-in-call.patch,
d/p/Add-a-test-for-GDBusServer-authentication.patch:
Backport regression test for #941018 from upstream git master
  * d/p/gdbusauthmechanismsha1-Remove-unnecessary-g_warning-calls.patch,
d/p/gdbusauthmechanismsha1-Create-.dbus-keyrings-directory-re.patch,
d/p/tests-Move-main-loop-and-test-GUID-into-test-functions-in.patch,
d/p/tests-Isolate-directories-in-gdbus-peer-test.patch:
   

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2020-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package glib2.0 - 2.56.4-0ubuntu0.18.04.5

---
glib2.0 (2.56.4-0ubuntu0.18.04.5) bionic; urgency=medium

  [ Gunnar Hjalmarsson ]
  * d/p/gcredentialsprivate-Document-the-various-private-macros.patch,
d/p/credentials-Invalid-Linux-struct-ucred-means-no-informati.patch,
d/p/GDBus-prefer-getsockopt-style-credentials-passing-APIs.patch:
- Ensure libdbus clients can authenticate with a GDBusServer like
  the one in ibus. The patches cherry picked from 2.62.2-2 in focal
  in order to allow the ibus fix of CVE-2019-14822 to be re-enabled
  without breaking ibus for Qt applications (LP: #1844853).

  [ Iain Lane ]
  * d/p/Add-a-test-for-GDBusServer-authentication.patch: Additionally backport
this commit to add a test for the above fixes.
+ BD on libdbus-1-dev so that the above test gets run properly.

 -- Gunnar Hjalmarsson   Thu, 31 Oct 2019 00:16:00
+0100

** Changed in: glib2.0 (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

** Changed in: glib2.0 (Ubuntu Eoan)
   Status: Fix Committed => Fix Released

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2020-03-23 Thread Launchpad Bug Tracker
This bug was fixed in the package glib2.0 - 2.48.2-0ubuntu4.5

---
glib2.0 (2.48.2-0ubuntu4.5) xenial; urgency=medium

  * d/p/gcredentialsprivate-Document-the-various-private-macros.patch,
d/p/credentials-Invalid-Linux-struct-ucred-means-no-informati.patch,
d/p/GDBus-prefer-getsockopt-style-credentials-passing-APIs.patch:
- Ensure libdbus clients can authenticate with a GDBusServer like
  the one in ibus. The patches cherry picked from 2.62.2-2 in focal
  in order to allow the ibus fix of CVE-2019-14822 to be re-enabled
  without breaking ibus for Qt applications (LP: #1844853).

 -- Gunnar Hjalmarsson   Thu, 31 Oct 2019 00:48:00
+0100

** Changed in: glib2.0 (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2020-03-23 Thread Marc Deslauriers
** Tags removed: verification-needed verification-needed-disco

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2020-03-17 Thread Gunnar Hjalmarsson
I have verified the testcase on eoan using version
2.62.4-1~ubuntu19.10.1 of the libglib2.0-* packages from eoan-proposed
and version 1.5.21-1~exp2ubuntu2.1 of the ibus packages from ppa:ubuntu-
security-proposed/ppa.

As regards the autopkgtest failure, please see:

https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1850932/comments/12

** Tags removed: verification-needed-eoan
** Tags added: verification-done-eoan

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2020-03-07 Thread Gunnar Hjalmarsson
I have verified the testcase

- on bionic using version 2.56.4-0ubuntu0.18.04.5 of the libglib2.0-*
packages from bionic-proposed and version 1.5.17-3ubuntu5.3 of the ibus
packages from ppa:ubuntu-security-proposed/ppa

- on xenial using version 2.48.2-0ubuntu4.5 of the libglib2.0-* packages
from xenial-proposed and version 1.5.11-1ubuntu2.4 of the ibus packages
from ppa:ubuntu-security-proposed/ppa

As regards the autopkgtest failures, please see comment #29.

Marked the disco bug task as "Won't Fix" since disco is EOL.

** Tags removed: verification-needed-bionic verification-needed-xenial
** Tags added: verification-done-bionic verification-done-xenial

** Changed in: glib2.0 (Ubuntu Disco)
   Importance: High => Undecided

** Changed in: glib2.0 (Ubuntu Disco)
   Status: Fix Committed => Won't Fix

** Changed in: glib2.0 (Ubuntu Disco)
 Assignee: Gunnar Hjalmarsson (gunnarhj) => (unassigned)

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2020-03-06 Thread Iain Lane
I think everything other than eoan can be released: all the test
failures are unrelated.

For eoan, I'll check out what is happening with glib2.0's own
tests/i386. I thought the .4 version was going to fix that. :(

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2020-03-03 Thread Gunnar Hjalmarsson
@Marc: Please see my short conversation with Alex on IRC:

https://irclogs.ubuntu.com/2020/02/11/%23ubuntu-desktop.html

I will ask Laney about the current status.

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2020-03-03 Thread Marc Deslauriers
Is anyone actively working on the glib2.0 SRUs? We are blocked on them
for our ibus security update...

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2020-01-16 Thread Łukasz Zemczak
Hello Adam, or anyone else affected,

Accepted glib2.0 into eoan-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.62.3-2~ubuntu19.10.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-eoan to verification-done-eoan. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-eoan. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags removed: verification-done-eoan
** Tags added: verification-needed-eoan

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-11-25 Thread Gunnar Hjalmarsson
** Changed in: glib2.0 (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-11-22 Thread Timo Aaltonen
Hello Adam, or anyone else affected,

Accepted glib2.0 into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.48.2-0ubuntu4.5 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: glib2.0 (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-xenial

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-11-22 Thread Timo Aaltonen
Hello Adam, or anyone else affected,

Accepted glib2.0 into disco-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.60.4-0ubuntu0.19.04.2 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-disco to verification-done-disco. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-disco. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: glib2.0 (Ubuntu Disco)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-disco

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-11-21 Thread Gunnar Hjalmarsson
I verified the test case using
- version 2.62.2-2~ubuntu19.10.1 of libglib2.0-{0,bin,data} from
  eoan-proposed
- version 1.5.21-1~exp2ubuntu2.1 of the ibus packages from
  ppa:ubuntu-security-proposed/ppa

Could successfully input Bangla characters in Kate using ibus-avro.

** Tags removed: verification-needed-eoan
** Tags added: verification-done-eoan

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-11-21 Thread Łukasz Zemczak
Hello Adam, or anyone else affected,

Accepted glib2.0 into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.56.4-0ubuntu0.18.04.5 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: glib2.0 (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-bionic

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-11-21 Thread Łukasz Zemczak
Hello Adam, or anyone else affected,

Accepted glib2.0 into eoan-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.62.2-2~ubuntu19.10.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-eoan to verification-done-eoan. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-eoan. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: glib2.0 (Ubuntu Eoan)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-eoan

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-11-03 Thread Gunnar Hjalmarsson
Thanks Alex!

On 2019-11-04 02:55, Alex Murray wrote:
> Also I note the bug descriptions lists ibus in Focal as Fix Released
> - but the latest version in focal (1.5.21-1~exp2ubuntu2) is the one
> with the patch reverted

Yeah.. ibus without specified series was marked "Fix Released" when the
CVE patch was disabled, and when I targeted to series for glib2.0, it
happened for ibus too (I removed all series bug focal). So there is
really no message in it.

> would you like me to upload an updated focal version as well to the
> above PPA?

It's not needed for the SRU verification. Alternatively you could just
upload to focal as soon as glib2.0 2.62.2-2 makes it to focal-release
(it's stuck in -proposed right now).

(On IRC I was also talking about another ibus change in focal, which
will require an apparmor change, but let's deal with that separately to
not complicate things too much.)

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-11-03 Thread Alex Murray
@gunnarhj - updated packages for ibus are now available in the ubuntu-
security-proposed PPA at https://launchpad.net/~ubuntu-security-
proposed/+archive/ubuntu/ppa

Also I note the bug descriptions lists ibus in Focal as Fix Released -
but the latest version in focal (1.5.21-1~exp2ubuntu2) is the one with
the patch reverted - would you like me to upload an updated focal
version as well to the above PPA?

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-11-02 Thread Gunnar Hjalmarsson
** Description changed:

  [Impact]
  
  IBus was broken for Qt applications as a regression due to the fix of
  CVE-2019-14822. As a result the IBus patch was disabled temporarily,
  which fixed IBus from a usability POV.
  
- The real fix has been made in glib2.0, and the proposed updates in the
- below PPA will allow the IBus patch to be re-enabled.
- 
- https://launchpad.net/~gunnarhj/+archive/ubuntu/glib2.0
+ The real fix has been made in glib2.0, and the updates in -proposed will
+ allow the IBus patch to be re-enabled.
  
  [Test Case]
  
   * On a standard Ubuntu {eoan,disco,bionic,xenial} installation
-- Upgrade the glib2.0 packages from
-  {eoan,disco,bionic,xenial}-proposed
+    - Upgrade the glib2.0 packages from
+  {eoan,disco,bionic,xenial}-proposed
     - Upgrade the ibus packages from
   https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa
     - Install some IBus input method, e.g. ibus-libpinyin
     - Install some Qt application, e.g. Kate
  
  * Relogin (maybe reboot)
  
  * Add the input method to the input sources
  
  * Open the Qt app and try to input something using the IBus IM
  
  => Find that the transliteration works as expected
  
  [Regression Potential]
  
  The applicable patches origin from glib upstream:
  https://gitlab.gnome.org/GNOME/glib/merge_requests/1176
  Consequently the changes have been reviewed by the glib maintainer, but also 
tested by the IBus maintainer, by me (gunnarhj), and - of course - the author 
Simon McVittie. The changes have been in Debian unstable since 2019-10-30.
  
  [Original description]
  
  Kubuntu Release 18.04.3 LTS
  
  Expected behavior:
  ibus continues working as before after applying security update 
1.5.17-ubuntu5.1 from version 1.5.17-ubuntu5.
  
  Observed behavior:
  ibus is not usable anymore in Qt applications.
  
  After updating ibus and the related packages ibus-gtk, ibus-gtk3, 
libibus-1.0-5 and gir1.2-ibus-1.0 all from version 1.5.17-ubuntu5 to 
1.5.17-ubuntu5.1, I can no longer use ibus in Qt applications. Using 
shift-space no longer changes the selected input method and even when i switch 
to the mozc input method in a gtk application, i can not use it in any Qt 
applications.
  When starting qtconfig in a terminal, I also get the following message:
  
  Bus::open: Connect ibus failed!
  IBusInputContext::createInputContext: no connection to ibus-daemon
  
  This bug was not present in version 1.5.17-3ubuntu5 and I also confirmed
  that downgrading the packages to version 1.5.17-3ubuntu4 restores ibus
  functionality in Qt applications.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ibus 1.5.17-3ubuntu5.1
  ProcVersionSignature: Ubuntu 5.0.0-30.32~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-30-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Sep 21 07:58:56 2019
  InstallationDate: Installed on 2019-06-28 (84 days ago)
  InstallationMedia: Kubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-11-01 Thread Iain Lane
I've sponsored all the SRUs now. I also backported the testcase for
bionic. On xenial the same testcase *hangs*. That is likely to be due to
some assumptions about gdbus that aren't true back then, but be sure to
verify this release extra carefully.

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-10-31 Thread Gunnar Hjalmarsson
Hmm.. Since the security team plans to let the ibus packages break on
previous libglib2.0-0, I dropped the step in the test case to reproduce
the previous bug.

** Description changed:

  [Impact]
  
  IBus was broken for Qt applications as a regression due to the fix of
  CVE-2019-14822. As a result the IBus patch was disabled temporarily,
  which fixed IBus from a usability POV.
  
  The real fix has been made in glib2.0, and the proposed updates in the
  below PPA will allow the IBus patch to be re-enabled.
  
  https://launchpad.net/~gunnarhj/+archive/ubuntu/glib2.0
  
  [Test Case]
  
-  * On a standard Ubuntu {eoan,disco,bionic,xenial} installation
-- Upgrade the ibus packages from
-  https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa
-- Install some IBus input method, e.g. ibus-libpinyin
-- Install some Qt application, e.g. Kate
+  * On a standard Ubuntu {eoan,disco,bionic,xenial} installation
+- Upgrade the glib2.0 packages from
+  {eoan,disco,bionic,xenial}-proposed
+    - Upgrade the ibus packages from
+  https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa
+    - Install some IBus input method, e.g. ibus-libpinyin
+    - Install some Qt application, e.g. Kate
  
- * Relogin
+ * Relogin (maybe reboot)
  
  * Add the input method to the input sources
- 
- * Open the Qt app and try to input something using the IBus IM
- 
- => Find that only latin letters get inputted
- 
- * Upgrade the glib2.0 packages from {eoan,disco,bionic,xenial}-proposed
- 
- * Relogin (maybe reboot)
  
  * Open the Qt app and try to input something using the IBus IM
  
  => Find that the transliteration works as expected
  
  [Regression Potential]
  
  The applicable patches origin from glib upstream:
  https://gitlab.gnome.org/GNOME/glib/merge_requests/1176
- Consequently the changes have been reviewed by the glib maintainer, but also 
tested by the IBus maintainer, by me (gunnarhj), and - of course - the author 
Simon McVittie. The changes have been in Debian unstable since 2019-10-30. 
+ Consequently the changes have been reviewed by the glib maintainer, but also 
tested by the IBus maintainer, by me (gunnarhj), and - of course - the author 
Simon McVittie. The changes have been in Debian unstable since 2019-10-30.
  
  [Original description]
  
  Kubuntu Release 18.04.3 LTS
  
  Expected behavior:
  ibus continues working as before after applying security update 
1.5.17-ubuntu5.1 from version 1.5.17-ubuntu5.
  
  Observed behavior:
  ibus is not usable anymore in Qt applications.
  
  After updating ibus and the related packages ibus-gtk, ibus-gtk3, 
libibus-1.0-5 and gir1.2-ibus-1.0 all from version 1.5.17-ubuntu5 to 
1.5.17-ubuntu5.1, I can no longer use ibus in Qt applications. Using 
shift-space no longer changes the selected input method and even when i switch 
to the mozc input method in a gtk application, i can not use it in any Qt 
applications.
  When starting qtconfig in a terminal, I also get the following message:
  
  Bus::open: Connect ibus failed!
  IBusInputContext::createInputContext: no connection to ibus-daemon
  
  This bug was not present in version 1.5.17-3ubuntu5 and I also confirmed
  that downgrading the packages to version 1.5.17-3ubuntu4 restores ibus
  functionality in Qt applications.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ibus 1.5.17-3ubuntu5.1
  ProcVersionSignature: Ubuntu 5.0.0-30.32~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-30-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Sep 21 07:58:56 2019
  InstallationDate: Installed on 2019-06-28 (84 days ago)
  InstallationMedia: Kubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-10-31 Thread Gunnar Hjalmarsson
** Description changed:

+ [Impact]
+ 
+ IBus was broken for Qt applications as a regression due to the fix of
+ CVE-2019-14822. As a result the IBus patch was disabled temporarily,
+ which fixed IBus from a usability POV.
+ 
+ The real fix has been made in glib2.0, and the proposed updates in the
+ below PPA will allow the IBus patch to be re-enabled.
+ 
+ https://launchpad.net/~gunnarhj/+archive/ubuntu/glib2.0
+ 
+ [Test Case]
+ 
+  * On a standard Ubuntu {eoan,disco,bionic,xenial} installation
+- Upgrade the ibus packages from
+  https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa
+- Install some IBus input method, e.g. ibus-libpinyin
+- Install some Qt application, e.g. Kate
+ 
+ * Relogin
+ 
+ * Add the input method to the input sources
+ 
+ * Open the Qt app and try to input something using the IBus IM
+ 
+ => Find that only latin letters get inputted
+ 
+ * Upgrade the glib2.0 packages from {eoan,disco,bionic,xenial}-proposed
+ 
+ * Relogin (maybe reboot)
+ 
+ * Open the Qt app and try to input something using the IBus IM
+ 
+ => Find that the transliteration works as expected
+ 
+ [Regression Potential]
+ 
+ The applicable patches origin from glib upstream:
+ https://gitlab.gnome.org/GNOME/glib/merge_requests/1176
+ Consequently the changes have been reviewed by the glib maintainer, but also 
tested by the IBus maintainer, by me (gunnarhj), and - of course - the author 
Simon McVittie. The changes have been in Debian unstable since 2019-10-30. 
+ 
+ [Original description]
+ 
  Kubuntu Release 18.04.3 LTS
  
  Expected behavior:
  ibus continues working as before after applying security update 
1.5.17-ubuntu5.1 from version 1.5.17-ubuntu5.
  
  Observed behavior:
  ibus is not usable anymore in Qt applications.
  
  After updating ibus and the related packages ibus-gtk, ibus-gtk3, 
libibus-1.0-5 and gir1.2-ibus-1.0 all from version 1.5.17-ubuntu5 to 
1.5.17-ubuntu5.1, I can no longer use ibus in Qt applications. Using 
shift-space no longer changes the selected input method and even when i switch 
to the mozc input method in a gtk application, i can not use it in any Qt 
applications.
  When starting qtconfig in a terminal, I also get the following message:
  
- Bus::open: Connect ibus failed! 
+ Bus::open: Connect ibus failed!
  IBusInputContext::createInputContext: no connection to ibus-daemon
  
  This bug was not present in version 1.5.17-3ubuntu5 and I also confirmed
  that downgrading the packages to version 1.5.17-3ubuntu4 restores ibus
  functionality in Qt applications.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ibus 1.5.17-3ubuntu5.1
  ProcVersionSignature: Ubuntu 5.0.0-30.32~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-30-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Sep 21 07:58:56 2019
  InstallationDate: Installed on 2019-06-28 (84 days ago)
  InstallationMedia: Kubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

** Also affects: glib2.0 (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Also affects: ibus (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Also affects: glib2.0 (Ubuntu Focal)
   Importance: High
   Status: Fix Committed

** Also affects: ibus (Ubuntu Focal)
   Importance: High
   Status: Fix Released

** Also affects: glib2.0 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: ibus (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: glib2.0 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: ibus (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: glib2.0 (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: ibus (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** No longer affects: ibus (Ubuntu Xenial)

** No longer affects: ibus (Ubuntu Bionic)

** No longer affects: ibus (Ubuntu Disco)

** No longer affects: ibus (Ubuntu Eoan)

** Changed in: glib2.0 (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: glib2.0 (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: glib2.0 (Ubuntu Xenial)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: glib2.0 (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: glib2.0 (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: glib2.0 (Ubuntu Bionic)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: glib2.0 (Ubuntu Disco)
   Importance: Undecided => High

** Changed in: glib2.0 (Ubuntu Disco)
   Status: New => In Progress

** Changed in: glib2.0 (Ubuntu Disco)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: glib2.0 (Ubuntu Eoan)
   Importance: Undecided => High

** Changed in: glib2.0 (U

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-10-30 Thread Sebastien Bacher
** Changed in: glib2.0 (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-10-30 Thread Bug Watch Updater
** Changed in: glib2.0 (Debian)
   Status: Confirmed => Fix Released

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-10-30 Thread Gunnar Hjalmarsson
** Package changed: ibus (Debian) => glib2.0 (Debian)

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-10-29 Thread Bug Watch Updater
** Changed in: glib
   Status: New => Fix Released

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-10-24 Thread Bug Watch Updater
** Changed in: glib
   Status: Unknown => New

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1844853] Re: IBus no longer works in Qt applications after upgrade

2019-10-24 Thread Gunnar Hjalmarsson
** Bug watch added: gitlab.gnome.org/GNOME/glib/issues #1831
   https://gitlab.gnome.org/GNOME/glib/issues/1831

** Also affects: glib via
   https://gitlab.gnome.org/GNOME/glib/issues/1831
   Importance: Unknown
   Status: Unknown

** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glib2.0 (Ubuntu)
   Importance: Undecided => High

** Changed in: glib2.0 (Ubuntu)
   Status: New => Confirmed

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

Title:
  IBus no longer works in Qt applications after upgrade

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs