[ubuntu/eoan-proposed] gnome-shell 3.34.3-1ubuntu1~19.10.1 (Accepted)

Marco Trevisan (Treviño) marco at ubuntu.com
Mon Jan 13 08:58:48 UTC 2020


gnome-shell (3.34.3-1ubuntu1~19.10.1) eoan; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * Backport to eoan (LP: #1857037, LP: #1858683):
    - Include shadows in window screenshots
    - Use correct timezone for events
    - Fix windows stuck on screen if closed during animation
    - Key navigation fixes
    - Place launched applications into a systemd scope to prevent killing
      applications if the shell crashes in X11 (LP: #1853112)

  [ Iain Lane ]
  * control: Bump yaru-theme Breaks to 19.10.5. This version has some updates
    for gnome-shell 3.34.2 compatibility

gnome-shell (3.34.3-1ubuntu1) focal; 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

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

  * New upstream release
    + polkitAgent: Fix confirming via keyboard when password-less
  * control: Bump mutter BD to 3.34.3. This probably isn't *strictly*
    required, but nevertheless let's keep them in sync.

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

  * Team upload

  [ Georges Basile Stavracas Neto ]
  * Add gnome-menus to Recommends.
    The files installed by gnome-menus are needed for the functionality of
    suggesting a name for a new folder to work.

  [ Simon McVittie ]
  * d/watch: Only watch for stable releases
  * New upstream release
  * d/gbp.conf: Use upstream/3.34.x branch
  * Add build-dependency on libgnome-desktop-3-dev (>= 3.34.2) for new
    systemd scope functionality
  * Remove Breaks/Conflicts on packages older than Debian 9 (oldstable)
  * Remove unused Lintian override
  * Bump Standards-Version to 4.4.1

Date: Wed, 08 Jan 2020 14:14:52 +0000
Changed-By: Marco Trevisan (Treviño) <marco at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Iain Lane <iain at orangesquash.org.uk>
https://launchpad.net/ubuntu/+source/gnome-shell/3.34.3-1ubuntu1~19.10.1
-------------- next part --------------
Format: 1.8
Date: Wed, 08 Jan 2020 14:14:52 +0000
Source: gnome-shell
Architecture: source
Version: 3.34.3-1ubuntu1~19.10.1
Distribution: eoan
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: 1853112 1857037 1858683
Changes:
 gnome-shell (3.34.3-1ubuntu1~19.10.1) eoan; urgency=medium
 .
   [ Marco Trevisan (Treviño) ]
   * Backport to eoan (LP: #1857037, LP: #1858683):
     - Include shadows in window screenshots
     - Use correct timezone for events
     - Fix windows stuck on screen if closed during animation
     - Key navigation fixes
     - Place launched applications into a systemd scope to prevent killing
       applications if the shell crashes in X11 (LP: #1853112)
 .
   [ Iain Lane ]
   * control: Bump yaru-theme Breaks to 19.10.5. This version has some updates
     for gnome-shell 3.34.2 compatibility
 .
 gnome-shell (3.34.3-1ubuntu1) focal; 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
 .
 gnome-shell (3.34.3-1) unstable; urgency=medium
 .
   * New upstream release
     + polkitAgent: Fix confirming via keyboard when password-less
   * control: Bump mutter BD to 3.34.3. This probably isn't *strictly*
     required, but nevertheless let's keep them in sync.
 .
 gnome-shell (3.34.2-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Georges Basile Stavracas Neto ]
   * Add gnome-menus to Recommends.
     The files installed by gnome-menus are needed for the functionality of
     suggesting a name for a new folder to work.
 .
   [ Simon McVittie ]
   * d/watch: Only watch for stable releases
   * New upstream release
   * d/gbp.conf: Use upstream/3.34.x branch
   * Add build-dependency on libgnome-desktop-3-dev (>= 3.34.2) for new
     systemd scope functionality
   * Remove Breaks/Conflicts on packages older than Debian 9 (oldstable)
   * Remove unused Lintian override
   * Bump Standards-Version to 4.4.1
Checksums-Sha1:
 16b85bdce7ac9b7dd623e80092068d25a18ceeea 3768 gnome-shell_3.34.3-1ubuntu1~19.10.1.dsc
 18cd8dcceb410e72f5e6c1343d63b222091102ff 1542992 gnome-shell_3.34.3.orig.tar.xz
 dbf5200b01370062d809525eca2a51cb26a5ef7c 53372 gnome-shell_3.34.3-1ubuntu1~19.10.1.debian.tar.xz
 594c2e19297559daed0dc4a5046b366bfe12ea04 23617 gnome-shell_3.34.3-1ubuntu1~19.10.1_source.buildinfo
Checksums-Sha256:
 db21ec182e0b5600a0de48b6a7dcc0c32b4f1cff6c0f0aefb965f26e70641f82 3768 gnome-shell_3.34.3-1ubuntu1~19.10.1.dsc
 2474bef386c5a47d7be285aa22e24125c46ba5f860a25a1a36a90de4e456bd8a 1542992 gnome-shell_3.34.3.orig.tar.xz
 55dab56e470934a16f6c65c6319f82a55931863f13f3ac72186f57fe649b96f8 53372 gnome-shell_3.34.3-1ubuntu1~19.10.1.debian.tar.xz
 369290c662e60e6f29757c7bc1bbfe26e07261f1a88dd4e0c221436a11da34cc 23617 gnome-shell_3.34.3-1ubuntu1~19.10.1_source.buildinfo
Files:
 3b41993673089e2f00160692a9f29c3c 3768 gnome optional gnome-shell_3.34.3-1ubuntu1~19.10.1.dsc
 a0f7d78f57616076890f0e3b7f12196a 1542992 gnome optional gnome-shell_3.34.3.orig.tar.xz
 cdc35aa7f7bc076f80557c654230935f 53372 gnome optional gnome-shell_3.34.3-1ubuntu1~19.10.1.debian.tar.xz
 2b45a56300633a578df377a9526e82b2 23617 gnome optional gnome-shell_3.34.3-1ubuntu1~19.10.1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the Eoan-changes mailing list