Change logs for gnome-shell source package in Kinetic

  • gnome-shell (43.1-0ubuntu1) kinetic; urgency=medium
    
      [ Jeremy Bicha ]
      * New upstream release (LP: #1997481)
        - Fix captive portal helper feature (LP: #1995134)
      * Update Vcs fields
      * Drop 5 patches applied in new release
      * Add post-release patches from upstream gnome-43 branch
        - Screencast bug fixes
        - Showing shortcut dialog
    
      [ Simon McVittie ]
      * d/.gitignore: Don't ignore patches, overriding upstream .gitignore
    
     -- Jeremy Bicha <email address hidden>  Wed, 23 Nov 2022 14:12:25 -0500
  • gnome-shell (43.0-1ubuntu2) kinetic; urgency=medium
    
      [ Daniel van Vugt ]
      * Avoid deadlocking in gst_init_check() on startup (LP: #1988488)
    
      [ Jeremy Bicha ]
      * debian/source_gnome-shell.py: Don't try to report nonexistent mouse
        gsettings schema
      * Cherry-pick 4 patches from the future gnome-shell 43.1 to fix various issues
    
     -- Jeremy Bicha <email address hidden>  Wed, 12 Oct 2022 11:25:50 -0400
  • gnome-shell (43.0-1ubuntu1) kinetic; urgency=medium
    
      * Merge with Debian, remaining changes:
        - 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
        - Moved some Recommends to Suggests:
          + chrome-gnome-shell
        - 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,
        - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
          + Support loading Yaru theme variants (for accent color)
        - ubuntu/Revert-dash-Use-pin-instead-of-favorites
    
    gnome-shell (43.0-1) experimental; urgency=medium
    
      * Team upload
      * New upstream release
      * d/control.in: Bump minimum mutter version to 43.0 release
      * d/p/quick-settings-Add-ellipses-to-Log-Out-string.patch:
        Drop, applied upstream
      * Standards-Version: 4.6.1 (no changes required)
    
     -- Jeremy Bicha <email address hidden>  Mon, 19 Sep 2022 14:50:17 -0400
  • gnome-shell (43~rc-1ubuntu2) kinetic; urgency=medium
    
      * Suggest instead of depend on gnome-backgrounds
    
    gnome-shell (43~rc-1ubuntu1) kinetic; urgency=medium
    
      * Merge with Debian, remaining changes:
        - 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
        - Moved some Recommends to Suggests:
          + chrome-gnome-shell
        - 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,
        - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
          + Support loading Yaru theme variants (for accent color)
        - ubuntu/Revert-dash-Use-pin-instead-of-favorites
      * Drop obsolete maintainer scripts handling Ubuntu theme migration
    
    gnome-shell (43~rc-1) experimental; urgency=medium
    
      * New upstream release
      * debian/control.in: Bump minimum mutter to 43~rc
      * Cherry-pick Log Out… patch
    
     -- Jeremy Bicha <email address hidden>  Thu, 08 Sep 2022 21:27:52 -0400
  • gnome-shell (43~rc-1ubuntu1) kinetic; urgency=medium
    
      * Merge with Debian, remaining changes:
        - 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
        - Moved some Recommends to Suggests:
          + chrome-gnome-shell
        - 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,
        - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
          + Support loading Yaru theme variants (for accent color)
        - ubuntu/Revert-dash-Use-pin-instead-of-favorites
      * Drop obsolete maintainer scripts handling Ubuntu theme migration
    
    gnome-shell (43~rc-1) experimental; urgency=medium
    
      * New upstream release
      * debian/control.in: Bump minimum mutter to 43~rc
      * Cherry-pick Log Out… patch
    
     -- Jeremy Bicha <email address hidden>  Thu, 08 Sep 2022 17:03:28 -0400
  • gnome-shell (43~beta-1ubuntu2) kinetic; urgency=medium
    
      * Build with libsoup3
    
     -- Jeremy Bicha <email address hidden>  Thu, 25 Aug 2022 16:50:58 -0400
  • gnome-shell (43~beta-1ubuntu1) kinetic; urgency=medium
    
      [ Jeremy Bicha ]
      * Merge with Debian, remaining changes:
        - 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
        - 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,
        - ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
          + Support loading Yaru theme variants (for accent color)
        - ubuntu/Revert-dash-Use-pin-instead-of-favorites
      * debian/patches: Refresh
    
      [ Marco Trevisan (Treviño) ]
      * debian/patches:
        - Update GDM fingerprint init patch
        - Update debug improvements patches
        - Update search provider patch to support XUbuntuCancel
        - Refresh
        - Move ubuntu settings handling to St.Settings
        - Add support for toggling dark mode with Yaru variants
      * debian/control: Bump recommends on newer Yaru theme
    
    gnome-shell (43~beta-1) experimental; urgency=medium
    
      * New upstream release
      * debian/control.in: Bump minimum mutter to 43~beta
      * debian/control.in: Bump minimum gjs to 1.73.1
      * Revert switch to gcr4
    
     -- Marco Trevisan (Treviño) <email address hidden>  Thu, 25 Aug 2022 01:58:50 +0200
  • gnome-shell (42.4-1ubuntu1) kinetic; urgency=medium
    
      * Merge with Debian, remaining changes:
        - 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
        - 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
      * debian/patches: Refresh
    
    gnome-shell (42.4-1) unstable; urgency=medium
    
      * New upstream release (LP: #1985304):
        - Fix logging in with realmd (LP: #1985128)
      * debian/patches: Drop applied patches
    
     -- Marco Trevisan (Treviño) <email address hidden>  Thu, 11 Aug 2022 17:31:32 -0400
  • gnome-shell (42.3.1-2ubuntu2) kinetic; urgency=medium
    
      * Rebuild against latest gnome-desktop
    
     -- Jeremy Bicha <email address hidden>  Thu, 28 Jul 2022 09:41:27 -0400
  • gnome-shell (42.3.1-2ubuntu1) 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
        - 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-2) unstable; urgency=medium
    
      [ Marco Trevisan (Treviño) ]
      * debian/source_gnome-shell.py: Support gdm name only
      * debian/control: Recommend gnome-remote-desktop
    
      [ Jeremy Bicha ]
      * Cherry-pick patch to allow Extension Manager update feature to work
        without the older Extensions app installed (LP: #1981952)
    
     -- Jeremy Bicha <email address hidden>  Mon, 18 Jul 2022 07:39:38 +0200
  • 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
    
     -- Jeremy Bicha <email address hidden>  Sun, 17 Jul 2022 22:54:29 +0200
  • gnome-shell (42.2-0ubuntu2) kinetic; urgency=medium
    
      * Drop two patches that support the old gnome-control-center
        desktop file (LP: #1980245):
        - js-Support-legacy-GNOME-Control-Center-now-Settings-dbus-.patch
        - Revert-ui-Rename-gnome-control-center-to-org.gnome.Settin.patch
    
     -- Nathan Pratta Teodosio <email address hidden>  Thu, 30 Jun 2022 08:23:15 -0300
  • gnome-shell (42.2-0ubuntu1) kinetic; urgency=medium
    
      * New upstream release (LP: #1977776)
    
     -- Jeremy Bicha <email address hidden>  Mon, 06 Jun 2022 20:30:49 -0400
  • gnome-shell (42.1-0ubuntu1) kinetic; urgency=medium
    
      * New upstream release (LP: #1973373, LP: #1968911)
      * Drop patches applied in new release
    
     -- Jeremy Bicha <email address hidden>  Fri, 13 May 2022 16:32:49 -0400
  • gnome-shell (42.0-2ubuntu2) kinetic; urgency=medium
    
      * Use libgweather4 instead of old libgweather
    
     -- Jeremy Bicha <email address hidden>  Fri, 29 Apr 2022 13:31:08 -0400
  • gnome-shell (42.0-2ubuntu1) jammy; urgency=medium
    
      [ Marco Trevisan (Treviño) ]
      * debian/patches: Cherry-pick upstream fixes targetting 42.1
      * debian/patches: Compute system ackground 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/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
        (LP: #1964458)
      * d/p/use-favorites-strings: Only apply this to ubuntu session
      * debian/patches: Do not hang and crash if fingerprint service fails to start
        (LP: #1962566)
      * debian: Use gnomebluetooth-3.0 as dependency and revert patches disabling it
        (LP: #1738838, #1968364, #1964600)
    
      [ Jeremy Bicha ]
      * Use libgweather4 instead of old libgweather (LP: #1964600)
      * Add patch to work around meson issue (Debian 1008189)
      * releasing package gnome-shell version 42.0-2
      * debian/control.in: Recommend power-profiles-daemon for power mode feature
    
      [ Daniel van Vugt ]
      * main-Avoid-meta-finalize.patch: Leak GJS to work around LP: #1964458
    
      [ Gunnar Hjalmarsson ]
      * Revert "dash: Use pin instead of favorites"
    
      [ Jeremy Bicha ]
      * 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
        - Update debian/gbp.conf with Ubuntu settings
        - gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
        - 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/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.
        - 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
        - optional-hot-corner.patch
          + enable patch proposed by upstream developer already in package (but
            not in series) to add a settings for optional hot corner activation.
        - 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/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:
          + Show monitor scaled cursor when magnifier is enabled
        - 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
        - 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)
        - debian/patches: Support configuring icons resource to use for mode
        - debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
        - Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
          + Ensure selected-text foreground color is preserved
        - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
    
    gnome-shell (42.0-2) unstable; urgency=medium
    
      [ Marco Trevisan (Treviño) ]
      * js: Support legacy GNOME Control Center (now Settings) dbus name
      * debian/patches: Cherry-pick various upstream fixes targeting 42.1
      * debian/patches: Fix monitor switching configuration (LP: #1964496)
      * debian/patches: Overview, remove desktop fade logic (LP: #1965072)
      * shellDBus: Actually make ScreenTransitionAsync async
    
      [ Jeremy Bicha ]
      * Use libgweather4 instead of old libgweather
      * Add patch to work around meson issue (Debian 1008189)
      * Release to unstable
    
     -- Marco Trevisan (Treviño) <email address hidden>  Wed, 13 Apr 2022 03:30:47 +0200