[ubuntu/eoan-proposed] gnome-shell 3.34.1-1ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Wed Oct 9 15:27:35 UTC 2019


gnome-shell (3.34.1-1ubuntu1) eoan; 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
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + 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/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + 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.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + 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,
      st-scroll-view-Remove-scrollbars-references-on-dispose.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
  * Refresh patches through gbp-pq

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

  * New upstream release
    + Allow editing app folder names
    + Do not notify systemd before initialization is complete
    + Don't leak NOTIFY_SOCKET environment variable to applications
    + Fix accidentally skipped animations
    + Fix box-shadow glitch with prerendered resources
    + Fix desktop right click menu appearing in the wrong place if a Terminal
      window is open (LP: #1842910)
    + Fix extra icons appearing in "Frequent" view animation
    + Fix fading out desktop icons (Closes: #940612)
    + Fix "Frequent" view icons disappearing on hover (LP: #1846083)
    + Fix lock-up on X11 when ibus is already running on startup (LP:
      #1845198)
    + Fix screen dimming on idle (LP: #1846941)
    + Fix screenshots and window animations when scaled
    + Fix various regressions with dynamic workspaces
    + Improve performance when enabling/disabling all extensions
    + Make menu animations more consistent
    + Skip property transitions while hidden
    + Support SAE secrets in network agent (LP: #1844422)
  * control: Require mutter 3.34.1

Date: Wed, 09 Oct 2019 12:18:14 +0100
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-shell/3.34.1-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 09 Oct 2019 12:18:14 +0100
Source: gnome-shell
Architecture: source
Version: 3.34.1-1ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
Closes: 940612
Launchpad-Bugs-Fixed: 1842910 1844422 1845198 1846083 1846941
Changes:
 gnome-shell (3.34.1-1ubuntu1) eoan; 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
     + Update debian/gbp.conf with Ubuntu settings
     + gnome-shell-common.install: Install Ubuntu mode
     + 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/gdm.patch
       - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
         styling by default, not impacting the gnome user session though.
     + ubuntu/background_login.patch
       - Change default background color as we modified the default GDM color
         for our ubuntu session. Change it as well here, still applying the
         background noise loading.
     + 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.
     + volume-Add-back-sound-feedback-on-scroll.patch
       - Fix regression causing missing feedback on volume slider scroll
     + 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,
       st-scroll-view-Remove-scrollbars-references-on-dispose.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
   * Refresh patches through gbp-pq
 .
 gnome-shell (3.34.1-1) unstable; urgency=medium
 .
   * New upstream release
     + Allow editing app folder names
     + Do not notify systemd before initialization is complete
     + Don't leak NOTIFY_SOCKET environment variable to applications
     + Fix accidentally skipped animations
     + Fix box-shadow glitch with prerendered resources
     + Fix desktop right click menu appearing in the wrong place if a Terminal
       window is open (LP: #1842910)
     + Fix extra icons appearing in "Frequent" view animation
     + Fix fading out desktop icons (Closes: #940612)
     + Fix "Frequent" view icons disappearing on hover (LP: #1846083)
     + Fix lock-up on X11 when ibus is already running on startup (LP:
       #1845198)
     + Fix screen dimming on idle (LP: #1846941)
     + Fix screenshots and window animations when scaled
     + Fix various regressions with dynamic workspaces
     + Improve performance when enabling/disabling all extensions
     + Make menu animations more consistent
     + Skip property transitions while hidden
     + Support SAE secrets in network agent (LP: #1844422)
   * control: Require mutter 3.34.1
Checksums-Sha1:
 382d60d2c1d53ecb698bb29be71fb80bca1e606a 3685 gnome-shell_3.34.1-1ubuntu1.dsc
 416ab7320f4c0025c559a3b1a15a892964b981e8 1536304 gnome-shell_3.34.1.orig.tar.xz
 61a06503ff845573bd17251643338e01a81a6a65 52776 gnome-shell_3.34.1-1ubuntu1.debian.tar.xz
 b8d60a7fac2a5d3ed83fdec74862cfeda3ecbd29 23306 gnome-shell_3.34.1-1ubuntu1_source.buildinfo
Checksums-Sha256:
 6a9dd736f06d41c153d01d2ee00aa53af29c255070d3a2b019d9c4b27c161a54 3685 gnome-shell_3.34.1-1ubuntu1.dsc
 ccd86559b9c897c219d2d2ebfdb8413efa4c1bee846427c750cb8a301b3f6d1e 1536304 gnome-shell_3.34.1.orig.tar.xz
 c413d3dbc3cc9b5203fc036050968df0f05adf136e19cb27d91333987696de0b 52776 gnome-shell_3.34.1-1ubuntu1.debian.tar.xz
 2cef31f09f85310ce5e67324ceac41287a7cc677069e6aa82ef2ebf4e988f1fa 23306 gnome-shell_3.34.1-1ubuntu1_source.buildinfo
Files:
 5ca4f06296eac4e496ef6dd3881c4d84 3685 gnome optional gnome-shell_3.34.1-1ubuntu1.dsc
 2e00c22673d069d6b919b2ca1b225d89 1536304 gnome optional gnome-shell_3.34.1.orig.tar.xz
 aa3f04122526520a5d1e20a5745d733a 52776 gnome optional gnome-shell_3.34.1-1ubuntu1.debian.tar.xz
 0ddc719aa5d1912a9edadfd9cebe8db5 23306 gnome optional gnome-shell_3.34.1-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the Eoan-changes mailing list