** Description changed: + [ Impact ] + + When Bazaar is started for the first time on a system without the + Flathub remote added, the first-time setup dialog should appear. + However, because of a bug in the Bazaar package version 0.7.8-1 that is + present in Ubuntu 26.04 this dialog will never appear if the Bazaar + background service gets activated before. + + The issue has been fixed in upstream in upcoming 0.7.16 version of + Bazaar. + + [ Test Plan ] + + On an installation of resolute with no "flathub" remote added: + + * sudo apt install bazaar + * reboot + * Open the GNOME Shell Overview and type something. + * bazaar + * The "Set Up Flathub?" dialog should appear. + * Enable proposed (https://wiki.ubuntu.com/Testing/EnableProposed) + * sudo apt install -t resolute-proposed bazaar + * pkill bazaar + * Open the GNOME Shell Overview and type something. + * bazaar + * The "Set Up Flathub?" dialog should appear. + + The fix has already been tested manually by me, but as soon as a version + with the patch present is available, a user should install the updated + bazaar package and the first-time setup dialog should work correctly. + + [ Regression Potential ] + + Very low. The only file modified by this patch is the first-time setup + dialog logic in bz-application.c. There are no other changes and I did + not find any issue during my extensive testing. + + The fix is already in upstream (main Git branch)[1] and has been tested. + + [1] https://github.com/bazaar- + org/bazaar/commit/a2ff154112d16546698d31e65e1de10d8040bb23 + + [ Where problems could occur ] + + The only changes are in the the first-time setup dialog logic in bz- + application.c that previously collided with the non-interactive + background service process. The fix changed this logic to ensure that + the first-time setup dialog will be displayed when the first + (interactive) window opens. I did not find any issue in the source code + and during my testing. + + [ Other Info ] + + The issue has been fixed in upstream in upcoming 0.7.16 version of + Bazaar. It will be packaged in Debian after the release. + + [ Original Bug Description ] + Bazaar 0.7.8-1ubuntu1 on a fully updated Ubuntu 26.04 LTS system. When Bazaar is started for the first time on a system without the Flathub remote added, "Set Up Flathub?" dialog should appear. However, this dialog will never appear if the Bazaar background service gets activated before. Workaround is to open Bazaar right after the login by clicking its desktop entry in the GNOME "Shell Overview" instead of typing its name (that activates the background service).
** Summary changed: - Background service collides with the first-time setup dialog + [SRU - Resolute] Background service collides with the first-time setup dialog ** Description changed: [ Impact ] When Bazaar is started for the first time on a system without the Flathub remote added, the first-time setup dialog should appear. - However, because of a bug in the Bazaar package version 0.7.8-1 that is - present in Ubuntu 26.04 this dialog will never appear if the Bazaar - background service gets activated before. + However, because of a bug in the Bazaar package version 0.7.8-1ubuntu1, + that is present in Ubuntu 26.04, this dialog will never appear if the + Bazaar background service gets activated before. The issue has been fixed in upstream in upcoming 0.7.16 version of Bazaar. [ Test Plan ] On an installation of resolute with no "flathub" remote added: * sudo apt install bazaar * reboot * Open the GNOME Shell Overview and type something. * bazaar * The "Set Up Flathub?" dialog should appear. * Enable proposed (https://wiki.ubuntu.com/Testing/EnableProposed) * sudo apt install -t resolute-proposed bazaar * pkill bazaar * Open the GNOME Shell Overview and type something. * bazaar * The "Set Up Flathub?" dialog should appear. The fix has already been tested manually by me, but as soon as a version with the patch present is available, a user should install the updated bazaar package and the first-time setup dialog should work correctly. [ Regression Potential ] Very low. The only file modified by this patch is the first-time setup dialog logic in bz-application.c. There are no other changes and I did not find any issue during my extensive testing. The fix is already in upstream (main Git branch)[1] and has been tested. [1] https://github.com/bazaar- org/bazaar/commit/a2ff154112d16546698d31e65e1de10d8040bb23 [ Where problems could occur ] The only changes are in the the first-time setup dialog logic in bz- application.c that previously collided with the non-interactive background service process. The fix changed this logic to ensure that the first-time setup dialog will be displayed when the first (interactive) window opens. I did not find any issue in the source code and during my testing. [ Other Info ] The issue has been fixed in upstream in upcoming 0.7.16 version of Bazaar. It will be packaged in Debian after the release. [ Original Bug Description ] Bazaar 0.7.8-1ubuntu1 on a fully updated Ubuntu 26.04 LTS system. When Bazaar is started for the first time on a system without the Flathub remote added, "Set Up Flathub?" dialog should appear. However, this dialog will never appear if the Bazaar background service gets activated before. Workaround is to open Bazaar right after the login by clicking its desktop entry in the GNOME "Shell Overview" instead of typing its name (that activates the background service). ** Description changed: [ Impact ] When Bazaar is started for the first time on a system without the Flathub remote added, the first-time setup dialog should appear. However, because of a bug in the Bazaar package version 0.7.8-1ubuntu1, that is present in Ubuntu 26.04, this dialog will never appear if the Bazaar background service gets activated before. - The issue has been fixed in upstream in upcoming 0.7.16 version of - Bazaar. + The issue has been fixed in upstream and will be in upcoming 0.7.16 + version of Bazaar. [ Test Plan ] On an installation of resolute with no "flathub" remote added: * sudo apt install bazaar * reboot * Open the GNOME Shell Overview and type something. * bazaar * The "Set Up Flathub?" dialog should appear. * Enable proposed (https://wiki.ubuntu.com/Testing/EnableProposed) * sudo apt install -t resolute-proposed bazaar * pkill bazaar * Open the GNOME Shell Overview and type something. * bazaar * The "Set Up Flathub?" dialog should appear. The fix has already been tested manually by me, but as soon as a version with the patch present is available, a user should install the updated bazaar package and the first-time setup dialog should work correctly. [ Regression Potential ] Very low. The only file modified by this patch is the first-time setup dialog logic in bz-application.c. There are no other changes and I did not find any issue during my extensive testing. The fix is already in upstream (main Git branch)[1] and has been tested. [1] https://github.com/bazaar- org/bazaar/commit/a2ff154112d16546698d31e65e1de10d8040bb23 [ Where problems could occur ] The only changes are in the the first-time setup dialog logic in bz- application.c that previously collided with the non-interactive background service process. The fix changed this logic to ensure that the first-time setup dialog will be displayed when the first (interactive) window opens. I did not find any issue in the source code and during my testing. [ Other Info ] - The issue has been fixed in upstream in upcoming 0.7.16 version of - Bazaar. It will be packaged in Debian after the release. + The issue has been fixed in upstream and will be in upcoming 0.7.16 + version of Bazaar. It will be packaged in Debian after the release. [ Original Bug Description ] Bazaar 0.7.8-1ubuntu1 on a fully updated Ubuntu 26.04 LTS system. When Bazaar is started for the first time on a system without the Flathub remote added, "Set Up Flathub?" dialog should appear. However, this dialog will never appear if the Bazaar background service gets activated before. Workaround is to open Bazaar right after the login by clicking its desktop entry in the GNOME "Shell Overview" instead of typing its name (that activates the background service). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2148367 Title: [SRU - Resolute] Background service collides with the first-time setup dialog To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bazaar/+bug/2148367/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
