Change logs for gnome-shell source package in Eoan

  • 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
    
     -- Marco Trevisan (Treviño) <email address hidden>  Wed, 08 Jan 2020 14:14:52 +0000
  • gnome-shell (3.34.1+git20191024-1ubuntu1~19.10.1) eoan; urgency=medium
    
      * Backport to eoan.
      * debian/control, gbp.conf: Update for ubuntu/eoan branch
    
    gnome-shell (3.34.1+git20191024-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.1+git20191024-1) unstable; urgency=medium
    
      * New upstream snapshot release
        + Fix some animations using invalid parameters
        + Compute lock timeout fade duration using animations parameters
        + Ensure unredirection is disabled after animations
        + Speed-up overview opening using windows cached centers (LP: #1848009)
    
     -- Iain Lane <email address hidden>  Fri, 25 Oct 2019 17:22:18 +0100
  • 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
    
     -- Iain Lane <email address hidden>  Wed, 09 Oct 2019 12:18:14 +0100
  • gnome-shell (3.34.0-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
    
    gnome-shell (3.34.0-1) experimental; urgency=medium
    
      * New upstream release
        + Handle startup/shutdown of misc X11 services
        + Fix sound volume mute/unmute
        + Correctly terminate pasted text
      * d/p/volume-Ignore-slider-changes-we-initiated-ourselves.patch: Drop,
        upstream
      * control: Bump mutter Build-Depends and Depends to 3.34.0
    
     -- Iain Lane <email address hidden>  Tue, 10 Sep 2019 13:13:52 +0100
  • gnome-shell (3.33.92-1ubuntu1) eoan; urgency=medium
    
      [ Iain Lane ]
      * 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
    
      [ Daniel van Vugt ]
      * background_login.patch: Match 19.10 Yaru purple login screen with noise.
        This way the login animation will appear to expand over the login screen
        (system background) instead of suddenly replacing it.
    
    gnome-shell (3.33.92-1) experimental; urgency=medium
    
      * New upstream release
        + Animate pointer a11y pie timer
        + Fix restarting shell in systemd user session
      * volume-Ignore-slider-changes-we-initiated-ourselves.patch: Cherry-pick.
        volume: Ignore slider changes we initiated ourselves Commit
        21e14bd46f9774e6c0146cb2169d938e782dba3c fixed this for the brightness
        slider, but we have the same problem for volume too. When the volume is
        muted - for example in Settings or via a media key, we update the slider
        to '0' to indicate this visually. But we also actually invoke the slider's
        callback to *set* the volume to zero. That means that the previous level
        is overwritten so it can't be restored when unmuting.  The fix is the same
        - when we update the slider internally ourselves, don't call the signal
        handler.
      * Bump mutter BD to 3.33.92, corresponding to the shell's version
      * control: BD on xwayland <!nocheck>, required for the testsuite
      * control, rules: Run a session bus for the testsuite
    
     -- Iain Lane <email address hidden>  Thu, 05 Sep 2019 18:31:55 +0100
  • gnome-shell (3.33.91-1ubuntu1) eoan; urgency=medium
    
      [ Didier Roche ]
      * Read mode extension update and load
      * Avoid hardcoding set of ubuntu mode extensions
    
      [ Marco Trevisan (Treviño) ]
      * 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
      * ubuntu/block_mode_extension_update.patch:
        - Dropped, as can be handled in a nicer way as per upstream changes
      * optional-hot-corner.patch:
        - Dropped as similar implementation is included upstream
    
      [ Iain Lane ]
      * Bump yaru-theme Breaks. We need an updated version, otherwise (at least)
        the Activities search is broken.
      * Bump Breaks on default shell extensions
    
    gnome-shell (3.33.91-1) experimental; urgency=medium
    
      * New upstream release
        + Fix regression when adjusting brightness
        + Fix pointer a11y timeout animation
        + Add new extensions CLI tool
        + Only track top-level windows
      * control: Bump BDs per upstream, & add BDs for the extension tool
    
    gnome-shell (3.33.90-1) experimental; urgency=medium
    
      [ Marco Trevisan (Treviño) ]
      * New upstream release
        + Add option for disabling the hot corner
        + Allow dragging unfocused tiled/maximized windows from top bar
        + Allow to disable window menus via session mode
        + Avoid unnecessary style changes when computing :first/:last-child
        + Call GDM's RegisterSession() after startup (LP: #1798790)
        + Consistently animate new window actions
        + Disable emoji on-screen keyboard support on X11
        + Don't crash for world clock locations with no timezone
        + Don't leak old on-screen keyboard layout groups
        + Fix alt-tab icon size on HiDPI
        + Fix cursor visibility in screen recordings
        + Fix distortion of some image contents
        + Fix ellipsization in dialog subtitles/bodies
        + Fix extended keys popups being hidden by on-screen keyboard
        + Fix glitch of fullscreen window in workspace switch animation
        + Fix keeping actors visible in scrollviews
        + Fix opening window menu
        + Fix style updates for non-background CSS properties
        + Fix tablet button mapping overlay
        + Fix the calculation of the maximum number of app search results
        + Fix top bar being hidden by lock screen
        + Fix unintentional interference between gestures
        + Fix unintentional loop while polkit dialog is active
        + Handle horizontal workspace layout with gestures/animations
        + Handle network interface name changes
        + Implement DND app picker folder management
        + Implement locate-pointer accessibility feature
        + Implement mouse accessibility
        + Improve handling of session mode extensions
        + Include 'sandboxed-app-id' in winodw introspection info
        + Make Clocks/Weather integration work with sandboxed apps
        + Minimize travel distance in overview animation
        + Move some chrome above popup windows
        + Only emit ::style-changed on actual changes
        + Port to libecal-2.0
        + Prepare for optional X11
        + Refine the app menu
        + Refine window preview style
        + Reload search providers when installed applications change
        + Replace Tweener with Clutter animations
        + Rescan icon theme when installed apps changed
        + Set up GJS profiler when GJS_TRACE_FD is set
        + Style fixes and improvements
        + Support startup via systemd user instance
        + Support TCRYPT in mount password dialog
        + Update theme to better match GTK's Adwaita
        + Use more fine-grained levels in battery indicator
      * debian/patches:
        + tweener-Save-handlers-on-target-and-remove-them-on-destro.patch: Refresh
      * debian/control: Bump dependency to mutter 3.33.90 and desktop schemas 3.33.1
    
      [ Simon McVittie ]
      * d/gnome-shell.bug-control: Include related packages in bug reports
    
     -- Iain Lane <email address hidden>  Sat, 24 Aug 2019 09:08:42 +0100
  • gnome-shell (3.32.2-2ubuntu1) 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
        + ubuntu/block_mode_extension_update.patch
          - Don't allow ubuntu mode extension to update
        + 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.32.2-2) experimental; urgency=medium
    
      * debian/source_gnome-shell.py:
        + Add more informations that we might need to debug information in the
          apport retracing (LP: #1722886):
          - All the desktop shared gsettings key
          - Mutter gsettings key and version
          - Settings daemon settings key used by the shell
          - ~/.config/monitors.xml
          - Shell's journalctl since it will include errors and JS stacktrace.
      * d/p/boxpointer-Unset-the-sourceActor-on-destruction.patch:
        - Avoid crash on reallocation of dead actors (LP: #1831555)
    
     -- Iain Lane <email address hidden>  Thu, 27 Jun 2019 18:02:14 +0100
  • gnome-shell (3.32.2-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
        + ubuntu/block_mode_extension_update.patch
          - Don't allow ubuntu mode extension to update
        + 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.32.2-1) experimental; urgency=medium
    
      * New upstream release
        - Fix ellipsization in dialog subtitles/bodies (LP: #1809788)
        - Don't crash for world clock locations with no timezone (LP: #1827953)
    
     -- Iain Lane <email address hidden>  Tue, 21 May 2019 17:40:26 +0100
  • gnome-shell (3.32.1-1ubuntu1) eoan; urgency=medium
    
      [ Marco Trevisan (Treviño) ]
      * Merge with debian
        - Update to 3.32.1 upstream version (LP: #1826936)
        - Fixes Icon disappears from favorites (LP: #1822846)
        - Fix applications aren't focused in Wayland session (LP: #1826176)
        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
        + ubuntu/block_mode_extension_update.patch
          - Don't allow ubuntu mode extension to update
        + 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
      * d/p/magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
        - Handle the no-monitor case (LP: #1826797)
    
      [ Andrea Azzarone ]
      * d/p/volume-Add-back-sound-feedback-on-scroll.patch: Add missing import
    
    gnome-shell (3.32.1-1) experimental; urgency=medium
    
      [ Simon McVittie ]
      * d/rules: Create a temporary HOME, XDG_RUNTIME_DIR for the unit tests.
        This goes some way towards fixing test failures and FTBFS on buster's
        sbuild, as deployed on the s390x buildd.
      * d/.gitignore: Add
    
      [ Laurent Bigonville ]
      * New upstream release
    
     -- Marco Trevisan (Treviño) <email address hidden>  Wed, 01 May 2019 10:23:16 +0100
  • gnome-shell (3.32.0+git20190410-1ubuntu1) disco; urgency=medium
    
      * Merging with debian git snapshot (LP: #1820775, LP: #1818790),
        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
        + ubuntu/block_mode_extension_update.patch
          - Don't allow ubuntu mode extension to update
        + 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
      * d/p/magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
        - Dropped the merged part, kept the fix for cursor scaling.
      * d/p/optional-hot-corner.patch,
        d/p/sessionMode-add-support-for-debugFlags-parameter.patch,
        d/p/ubuntu/lock_on_suspend.patch,
        d/p/ubuntu/resolve_alternate_theme_path.patch:
        - Refreshed.
    
     -- Marco Trevisan (Treviño) <email address hidden>  Wed, 10 Apr 2019 20:15:39 -0500