[ubuntu/hirsute-proposed] gnome-shell 3.38.4-1ubuntu1 (Accepted)
Marco Trevisan (Treviño)
marco at ubuntu.com
Fri Mar 26 06:34:16 UTC 2021
gnome-shell (3.38.4-1ubuntu1) hirsute; urgency=medium
* Merge with debian, containing a new upstream release
* debian/control: (Build-)Depends on mutter 3.38.4
* debian/patches:
- Refresh
- Remove input-thread related patches
- Fix handling of OSK codes in keyboard (LP: #1918738)
- Ensure Cancel button uses proper arguments (LP: #1918666)
- Allow updating struts in Overview (LP: #1917939)
- Configure Login Scree: cleanup code to match shell's JS
* 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
- Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
gnome-shell (3.38.4-1) unstable; urgency=medium
* Team upload
* New upstream release
- Fix missing X11 fallback icons (particularly for games and other
programs not installed system-wide), a regression in 3.37.3
- Fix a Shell crash when an X11 window with an invalid/empty icon
is closed, possibly a regression in 3.38.3-3
- Fix a memory leak when getting the icon from the texture cache
- Fix a possible use-after-free when removing a window
- Don't reposition unrelated windows when dragging a window onto the
workspace switcher
- Make sure the blur effect shader can be compiled successfully
- Many other fixes that we already had via debian/patches
* Drop all patches, applied upstream
gnome-shell (3.38.3-4) unstable; urgency=medium
* Team upload
* Update to upstream commit 3.38.3-11-ga87aae8f4 from gnome-3-38 branch
- Fix a crash if libsoup version 3 is installed
- Update German translation
Date: Fri, 26 Mar 2021 07:25:17 +0100
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/3.38.4-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 26 Mar 2021 07:25:17 +0100
Source: gnome-shell
Architecture: source
Version: 3.38.4-1ubuntu1
Distribution: hirsute
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: 1917939 1918666 1918738
Changes:
gnome-shell (3.38.4-1ubuntu1) hirsute; urgency=medium
.
* Merge with debian, containing a new upstream release
* debian/control: (Build-)Depends on mutter 3.38.4
* debian/patches:
- Refresh
- Remove input-thread related patches
- Fix handling of OSK codes in keyboard (LP: #1918738)
- Ensure Cancel button uses proper arguments (LP: #1918666)
- Allow updating struts in Overview (LP: #1917939)
- Configure Login Scree: cleanup code to match shell's JS
* 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
- Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
.
gnome-shell (3.38.4-1) unstable; urgency=medium
.
* Team upload
* New upstream release
- Fix missing X11 fallback icons (particularly for games and other
programs not installed system-wide), a regression in 3.37.3
- Fix a Shell crash when an X11 window with an invalid/empty icon
is closed, possibly a regression in 3.38.3-3
- Fix a memory leak when getting the icon from the texture cache
- Fix a possible use-after-free when removing a window
- Don't reposition unrelated windows when dragging a window onto the
workspace switcher
- Make sure the blur effect shader can be compiled successfully
- Many other fixes that we already had via debian/patches
* Drop all patches, applied upstream
.
gnome-shell (3.38.3-4) unstable; urgency=medium
.
* Team upload
* Update to upstream commit 3.38.3-11-ga87aae8f4 from gnome-3-38 branch
- Fix a crash if libsoup version 3 is installed
- Update German translation
Checksums-Sha1:
9779c7ff02f4e0c297000f008bdaecfbb5d93b22 3970 gnome-shell_3.38.4-1ubuntu1.dsc
e4ff35ab5bc43d675e4814551a2ca53a85f8051f 1815880 gnome-shell_3.38.4.orig.tar.xz
05f25c5145dfa588a0777c198cce8a264999e1b1 69688 gnome-shell_3.38.4-1ubuntu1.debian.tar.xz
97107f0b4c789adc8d916a28790f9d92eeb9f0f0 23699 gnome-shell_3.38.4-1ubuntu1_source.buildinfo
Checksums-Sha256:
c0c7cc1b968e7d2c296fe23bf916fb4c632cbd54b1543c9de169e8e7e3cd615b 3970 gnome-shell_3.38.4-1ubuntu1.dsc
91824abd0b4beabc8d061f7771f3d38cab73f56c6e3dbf435fd4a0b4b7e85dbe 1815880 gnome-shell_3.38.4.orig.tar.xz
208857f199ff6d09cdeb917b46aba3fb47a12162bd2bb0a14c031d483c558bc1 69688 gnome-shell_3.38.4-1ubuntu1.debian.tar.xz
af84b413778bdecea5c06b752a1bc9f5a08fcfdd3dc9b380ba54597ef0c5d46a 23699 gnome-shell_3.38.4-1ubuntu1_source.buildinfo
Files:
e88d55becfea55290dafd67fc54d2ec1 3970 gnome optional gnome-shell_3.38.4-1ubuntu1.dsc
e6c891c430016ced449e38661ddf6dec 1815880 gnome optional gnome-shell_3.38.4.orig.tar.xz
655f0c56309ade032f1f5508c67854af 69688 gnome optional gnome-shell_3.38.4-1ubuntu1.debian.tar.xz
c77b7adfc50356519dfd459332db3141 23699 gnome optional gnome-shell_3.38.4-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the Hirsute-changes
mailing list