[ubuntu/impish-proposed] gnome-shell 40.5-1ubuntu1 (Accepted)

Marco Trevisan (Treviño) marco at ubuntu.com
Tue Sep 28 13:25:48 UTC 2021


gnome-shell (40.5-1ubuntu1) impish; urgency=medium

  * Merge with debian
  * debian/patches: Refresh and update to current upstream
  * debian/patches: Move ubuntu-only patches into the ubuntu namespace
  * 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
    - 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
    - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
      + Fix crash on theme changes
    - 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
    - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)

  [ Jeremy Bicha ]
  * Revert "Skip ppc64el tests to fix FTBFS"

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

  * New upstream release:
    - Optimize rendering of fullscreen zoom
    - Fix glitchy launch animations when leaving overview
    - Fix wrong separator position in dash
    - Fix OSK not registering button presses on X11
    - Fix work area getting messed up by hidden panels
    - Fix IM candidate popover position

  [ Simon McVittie ]
  * Revert "Avoid libgweather 40 dependency"
    libgweather 40 has now been uploaded to unstable.

gnome-shell (40.4-3) unstable; urgency=medium

  * Team upload

  [ Simon McVittie ]
  * gnome-shell-extension-prefs: Add patch to give Debian-specific advice.
    We package gnome-extensions-app in the same binary package as
    gnome-shell-extension-prefs, so there's never a need to install it
    separately, either via Debian packages or from Flathub.
  * gnome-shell-extension-prefs: Add Provides on gnome-extensions-app.
    The gnome-shell-extension-prefs program in this package is deprecated,
    and the gnome-extensions-app program is now the main reason to want to
    install it, so let's make it a bit more discoverable.
  * gnome-shell: Add Suggests on gnome-shell-extension-prefs.
    The g-s-e-p program itself is deprecated, but the g-s-e-p package also
    contains gnome-extensions-app, which is the recommended UI for
    extensions management.

  [ Jeremy Bicha ]
  * debian/watch: Watch for stable releases

  [ Marco Trevisan (Treviño) ]
  * debian/control: Add missing dependency on gir1.2-gtk-4.0

  [ Gunnar Hjalmarsson ]
  * Add libgtk-3-bin to Build-Depends for dh_translations (LP: #1941954)

gnome-shell (40.4-2) unstable; urgency=medium

  * Team upload
  * Release to unstable (transition: #992870)
  * Depend on gnome-settings-daemon 40.
    Older versions don't autostart the screensaver service, causing screen
    locking to fail.
    Thanks to jordi
  * Depend on gsettings-desktop-schemas 40.
    This is implicit in our dependency on a newer gnome-settings-daemon,
    but let's make it explicit that all the core GNOME packages need to
    go together.

gnome-shell (40.4-1) experimental; urgency=medium

  * Team upload
  * New upstream release
    - Don't include hidden search results in keyboard navigation
    - Fix visual issues with extensions that occupy screen edges
    - Add focus indications for switch widgets, such as VPN toggles
    - Fix visual glitch when dragging window preview in overview
    - Avoid windows that should not be in the overview appearing on
      Shell startup, for example with desktop-icons-ng
    - Fix suspend inhibitor accounting
    - Avoid a crash when running in "headless" mode
    - Be compatible with more combinations of new GLib and old gjs
      (not applicable in Debian, we already have the new gjs)
    - Fix spurious warnings for virtual input devices
    - Minor optimization for screen magnifier
    - Avoid a warning when displaying app details
    - Use the same location permissions as gnome-control-center
    - Fix some small memory leaks
    - Fix glitch in transition from app grid to session
    - Fix input method popup visibility when in fullscreen
    - magnifier: Fix view jumps when using caret tracking
    - Fix shadow rendering glitches
    - Fix vertical scrollbars in RTL locales
    - Fix a crash if an app moves between monitors during startup
    - Remove timeout for starting Xwayland on-demand
    - Fix D-Bus-initiated app focus changes
    - Make sure to return a value from D-Bus methods so callers won't
      time out
    - Make sure power menu stays in sync with upower
    - Handle non-widget source actors
    - Optimize shadows in overview
    - Use mallinfo2() instead of deprecated mallinfo() if glibc is new
      enough (not applicable in Debian yet)
    - Fix runtime warnings related to magnifier and shutdown
    - Translation updates
  * d/p/weather-Cope-with-either-libgweather-40-or-3.36.patch:
    Avoid libgweather 40 dependency.
    It'll be easier to do the libmutter-8-0 transition if we can decouple
    it from libgweather, and gnome-shell is written in a dynamic language,
    so we can easily avoid the dependency.
  * Relax Breaks on top-icons-plus extension.
    There doesn't seem to have been an official upstream release for v28,
    so the version fixing GNOME 40 compatibility will be 27-3.
    It has a versioned Depends anyway, so we don't need to be completely
    precise here.

Date: Sat, 25 Sep 2021 13:07:30 +0200
Changed-By: Marco Trevisan (Treviño) <marco at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-shell/40.5-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Sat, 25 Sep 2021 13:07:30 +0200
Source: gnome-shell
Built-For-Profiles: noudeb
Architecture: source
Version: 40.5-1ubuntu1
Distribution: impish
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marco Trevisan (Treviño) <marco at ubuntu.com>
Launchpad-Bugs-Fixed: 1941954
Changes:
 gnome-shell (40.5-1ubuntu1) impish; urgency=medium
 .
   * Merge with debian
   * debian/patches: Refresh and update to current upstream
   * debian/patches: Move ubuntu-only patches into the ubuntu namespace
   * 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
     - 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
     - st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
       + Fix crash on theme changes
     - 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
     - Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
 .
   [ Jeremy Bicha ]
   * Revert "Skip ppc64el tests to fix FTBFS"
 .
 gnome-shell (40.5-1) unstable; urgency=medium
 .
   * New upstream release:
     - Optimize rendering of fullscreen zoom
     - Fix glitchy launch animations when leaving overview
     - Fix wrong separator position in dash
     - Fix OSK not registering button presses on X11
     - Fix work area getting messed up by hidden panels
     - Fix IM candidate popover position
 .
   [ Simon McVittie ]
   * Revert "Avoid libgweather 40 dependency"
     libgweather 40 has now been uploaded to unstable.
 .
 gnome-shell (40.4-3) unstable; urgency=medium
 .
   * Team upload
 .
   [ Simon McVittie ]
   * gnome-shell-extension-prefs: Add patch to give Debian-specific advice.
     We package gnome-extensions-app in the same binary package as
     gnome-shell-extension-prefs, so there's never a need to install it
     separately, either via Debian packages or from Flathub.
   * gnome-shell-extension-prefs: Add Provides on gnome-extensions-app.
     The gnome-shell-extension-prefs program in this package is deprecated,
     and the gnome-extensions-app program is now the main reason to want to
     install it, so let's make it a bit more discoverable.
   * gnome-shell: Add Suggests on gnome-shell-extension-prefs.
     The g-s-e-p program itself is deprecated, but the g-s-e-p package also
     contains gnome-extensions-app, which is the recommended UI for
     extensions management.
 .
   [ Jeremy Bicha ]
   * debian/watch: Watch for stable releases
 .
   [ Marco Trevisan (Treviño) ]
   * debian/control: Add missing dependency on gir1.2-gtk-4.0
 .
   [ Gunnar Hjalmarsson ]
   * Add libgtk-3-bin to Build-Depends for dh_translations (LP: #1941954)
 .
 gnome-shell (40.4-2) unstable; urgency=medium
 .
   * Team upload
   * Release to unstable (transition: #992870)
   * Depend on gnome-settings-daemon 40.
     Older versions don't autostart the screensaver service, causing screen
     locking to fail.
     Thanks to jordi
   * Depend on gsettings-desktop-schemas 40.
     This is implicit in our dependency on a newer gnome-settings-daemon,
     but let's make it explicit that all the core GNOME packages need to
     go together.
 .
 gnome-shell (40.4-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream release
     - Don't include hidden search results in keyboard navigation
     - Fix visual issues with extensions that occupy screen edges
     - Add focus indications for switch widgets, such as VPN toggles
     - Fix visual glitch when dragging window preview in overview
     - Avoid windows that should not be in the overview appearing on
       Shell startup, for example with desktop-icons-ng
     - Fix suspend inhibitor accounting
     - Avoid a crash when running in "headless" mode
     - Be compatible with more combinations of new GLib and old gjs
       (not applicable in Debian, we already have the new gjs)
     - Fix spurious warnings for virtual input devices
     - Minor optimization for screen magnifier
     - Avoid a warning when displaying app details
     - Use the same location permissions as gnome-control-center
     - Fix some small memory leaks
     - Fix glitch in transition from app grid to session
     - Fix input method popup visibility when in fullscreen
     - magnifier: Fix view jumps when using caret tracking
     - Fix shadow rendering glitches
     - Fix vertical scrollbars in RTL locales
     - Fix a crash if an app moves between monitors during startup
     - Remove timeout for starting Xwayland on-demand
     - Fix D-Bus-initiated app focus changes
     - Make sure to return a value from D-Bus methods so callers won't
       time out
     - Make sure power menu stays in sync with upower
     - Handle non-widget source actors
     - Optimize shadows in overview
     - Use mallinfo2() instead of deprecated mallinfo() if glibc is new
       enough (not applicable in Debian yet)
     - Fix runtime warnings related to magnifier and shutdown
     - Translation updates
   * d/p/weather-Cope-with-either-libgweather-40-or-3.36.patch:
     Avoid libgweather 40 dependency.
     It'll be easier to do the libmutter-8-0 transition if we can decouple
     it from libgweather, and gnome-shell is written in a dynamic language,
     so we can easily avoid the dependency.
   * Relax Breaks on top-icons-plus extension.
     There doesn't seem to have been an official upstream release for v28,
     so the version fixing GNOME 40 compatibility will be 27-3.
     It has a versioned Depends anyway, so we don't need to be completely
     precise here.
Checksums-Sha1:
 d58b3bff02d15193653c000673cdc0bc48216e64 3985 gnome-shell_40.5-1ubuntu1.dsc
 ce0f5964117997418f7bb7273161bedbcbf467f6 1871284 gnome-shell_40.5.orig.tar.xz
 166ec8f5a1a4ac30a05522c131d2a70b0c755a5f 64948 gnome-shell_40.5-1ubuntu1.debian.tar.xz
 b96041351c7de3f9c5c449b19525810cb25f41c1 24642 gnome-shell_40.5-1ubuntu1_source.buildinfo
Checksums-Sha256:
 20a867f518623b3fa6eb8b3429e038c838c5362ba7d426d52d3a0c72a8a465f9 3985 gnome-shell_40.5-1ubuntu1.dsc
 6d3755b329524531db27deb34db73b4aa30e8fce232c71e3a87a881ec91bf04e 1871284 gnome-shell_40.5.orig.tar.xz
 2608cdc4d2d3937999ea6eea7e912bde53bff970763c912ff9c1be3dab4643a5 64948 gnome-shell_40.5-1ubuntu1.debian.tar.xz
 3f8d5d53a988da2d4bb906249c4bda4c63b8f4b91bb87e5f9008f8c9401bf5a9 24642 gnome-shell_40.5-1ubuntu1_source.buildinfo
Files:
 4689b9a70f506396f496fedf778f014f 3985 gnome optional gnome-shell_40.5-1ubuntu1.dsc
 89c36ad1a3742e8b17edc182d979a30c 1871284 gnome optional gnome-shell_40.5.orig.tar.xz
 87318cb511a94fd38c6f2d7e8a78c9c3 64948 gnome optional gnome-shell_40.5-1ubuntu1.debian.tar.xz
 120797f96bedf21dd71d86932a2f30af 24642 gnome optional gnome-shell_40.5-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the impish-changes mailing list