[ubuntu/kinetic-proposed] gnome-shell 42.3.1-1ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Sun Jul 17 20:58:12 UTC 2022


gnome-shell (42.3.1-1ubuntu1) kinetic; urgency=medium

  * Merge with Debian (LP: #1981937) Remaining changes with Debian:
    - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    - Add some Recommends:
      + ubuntu-session (| gnome-session) to have the ubuntu session available
      + xserver-xorg-legacy
      + yaru-theme-gnome-shell for the default ubuntu theming
      + gnome-remote-desktop to provide remote desktop support by default
    - Moved some Recommends to Suggests:
      + chrome-gnome-shell
    - Break gnome-shell-extension-desktop-icons (<< 68ubuntu20.10.1)
    - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    - Update debian/gbp.conf with Ubuntu settings
    - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
    - debian/patches: Do not hang & crash if fingerprint service fails to start
      (LP: #1962566)
    - ubuntu/desktop_detect.patch:
      + add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    - ubuntu/lightdm-user-switching.patch:
      + Allow user switching when using LightDM.
    - ubuntu/lock_on_suspend.patch
      + Respect Ubuntu's lock-on-suspend setting.
    - ubuntu/background_login.patch
      + Change default background color as we modified the default GDM color
        for our ubuntu session.
    - ubuntu/gdm_alternatives.patch
      + Add support for GDM3 theme alternatives
    - main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      + Improve debug JS tracing for crash reports
    - ubuntu/smarter_alt_tab.patch:
      + quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
      + Show monitor scaled cursor when magnifier is enabled
    - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
      + stop searches when requested from UI
    - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
    - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
    - ubuntu/resolve_alternate_theme_path.patch
    - ubuntu/secure_mode_extension.patch
    - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
    - ubuntu/configure_login_screen.patch
    - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
      + Makes dock replace overview easier
    - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
      + Ensure windows don't get maximized under the panels / dock
    - debian/patches: Compute system background color from theme (LP: #1965727)
    - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
      (LP: #1965727)
    - debian/patches: Ensure St.Entry's `selected-color` CSS property is
      honored (LP: #1878998)
    - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
    - d/p/use-favorites-strings: Only apply this to ubuntu session
    - debian/patches: Support configuring icons resource to use for mode
    - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
      + Ensure selected-text foreground color is preserved
    - u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
      (LP: #1964458)
    - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
      + Support loading iconsResourceName from session file
    - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch:
      + Support loading Yaru theme variants (for accent color)
    - ubuntu/Revert-dash-Use-pin-instead-of-favorites

gnome-shell (42.3.1-1) unstable; urgency=medium

  * New upstream release

Date: Sun, 17 Jul 2022 22:54:29 +0200
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-shell/42.3.1-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Sun, 17 Jul 2022 22:54:29 +0200
Source: gnome-shell
Built-For-Profiles: noudeb
Architecture: source
Version: 42.3.1-1ubuntu1
Distribution: kinetic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Launchpad-Bugs-Fixed: 1878998 1962566 1964458 1965727 1981937
Changes:
 gnome-shell (42.3.1-1ubuntu1) kinetic; urgency=medium
 .
   * Merge with Debian (LP: #1981937) Remaining changes with Debian:
     - Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
       gnome-themes-standard-data, gnome-backgrounds
     - Add some Recommends:
       + ubuntu-session (| gnome-session) to have the ubuntu session available
       + xserver-xorg-legacy
       + yaru-theme-gnome-shell for the default ubuntu theming
       + gnome-remote-desktop to provide remote desktop support by default
     - Moved some Recommends to Suggests:
       + chrome-gnome-shell
     - Break gnome-shell-extension-desktop-icons (<< 68ubuntu20.10.1)
     - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
     - Update debian/gbp.conf with Ubuntu settings
     - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
     - debian/patches: Do not hang & crash if fingerprint service fails to start
       (LP: #1962566)
     - ubuntu/desktop_detect.patch:
       + add caching for desktop detection to avoid querying the current
         desktop env variable as iterate through the list each time. For the
         time of the Shell process, we can expect this env variable to stay
         stable.
     - ubuntu/lightdm-user-switching.patch:
       + Allow user switching when using LightDM.
     - ubuntu/lock_on_suspend.patch
       + Respect Ubuntu's lock-on-suspend setting.
     - ubuntu/background_login.patch
       + Change default background color as we modified the default GDM color
         for our ubuntu session.
     - ubuntu/gdm_alternatives.patch
       + Add support for GDM3 theme alternatives
     - main-show-an-error-message-on-gnome-shell-crash.patch,
       global-make-possible-to-set-debug-flags-dynamically.patch,
       main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
       main-add-backtrace-crashes-all-and-backtrace-all.patch,
       sessionMode-add-support-for-debugFlags-parameter.patch:
       + Improve debug JS tracing for crash reports
     - ubuntu/smarter_alt_tab.patch:
       + quick alt-tab (without showing up the switcher) switch only between
         the last window of the last 2 applications to be focused instead of
         raising all windows of those apps.
     - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
       + Show monitor scaled cursor when magnifier is enabled
     - ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
       + stop searches when requested from UI
     - magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch
     - u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
     - ubuntu/resolve_alternate_theme_path.patch
     - ubuntu/secure_mode_extension.patch
     - ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
     - ubuntu/configure_login_screen.patch
     - ubuntu/layout-Make-starting-in-the-overview-optional.patch:
       + Makes dock replace overview easier
     - ubuntu/layout-Try-to-allocate-before-getting-size-of-tracke.patch:
       + Ensure windows don't get maximized under the panels / dock
     - debian/patches: Compute system background color from theme (LP: #1965727)
     - ubuntu/configure-login-screen.patch: Use bg color for initial system bg
       (LP: #1965727)
     - debian/patches: Ensure St.Entry's `selected-color` CSS property is
       honored (LP: #1878998)
     - ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
     - d/p/use-favorites-strings: Only apply this to ubuntu session
     - debian/patches: Support configuring icons resource to use for mode
     - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
       + Ensure selected-text foreground color is preserved
     - u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
       (LP: #1964458)
     - ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
       + Support loading iconsResourceName from session file
     - ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch:
       + Support loading Yaru theme variants (for accent color)
     - ubuntu/Revert-dash-Use-pin-instead-of-favorites
 .
 gnome-shell (42.3.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 4f7d82e856dc782a174620d5316457f332fb3c00 4076 gnome-shell_42.3.1-1ubuntu1.dsc
 80ccd957d6d7c9f4c3db72117526b982dd839616 1927696 gnome-shell_42.3.1.orig.tar.xz
 3aec98f48f53353778785f7a7e0f33f8752100c6 74228 gnome-shell_42.3.1-1ubuntu1.debian.tar.xz
 609d4de02439dc99d1ff140d2def4bc378440a37 18600 gnome-shell_42.3.1-1ubuntu1_source.buildinfo
Checksums-Sha256:
 a25e1a2178b35ce392c99e7bad1c678e2d113bbf1398a14c3f6f5d50d6431047 4076 gnome-shell_42.3.1-1ubuntu1.dsc
 7dfab32dfac3cd64d4612918ca987cfb33238efa092798753c8845ff16935f7d 1927696 gnome-shell_42.3.1.orig.tar.xz
 a09898edbce73a2eab2ac8efc526b40bc23978707e7a35ec0b0c35c3cf7aac3d 74228 gnome-shell_42.3.1-1ubuntu1.debian.tar.xz
 7e11b1d0f9a0de027a79c82d788c8ea7127e920de4ddaff618effb78a9b02dc8 18600 gnome-shell_42.3.1-1ubuntu1_source.buildinfo
Files:
 85df40dcb1487f39da0d3f815cb12f60 4076 gnome optional gnome-shell_42.3.1-1ubuntu1.dsc
 2a82fadbb47acdcb27f4b218403957ba 1927696 gnome optional gnome-shell_42.3.1.orig.tar.xz
 3d271c3db2c7a5ffbe3d5b7b2ec1c3d1 74228 gnome optional gnome-shell_42.3.1-1ubuntu1.debian.tar.xz
 15d5584829816f5ea102c67ad1488e33 18600 gnome optional gnome-shell_42.3.1-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the kinetic-changes mailing list