[ubuntu/kinetic-proposed] gnome-shell 42.4-1ubuntu1 (Accepted)
Marco Trevisan (Treviño)
marco at ubuntu.com
Thu Aug 11 21:40:13 UTC 2022
gnome-shell (42.4-1ubuntu1) kinetic; 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
- Moved some Recommends to Suggests:
+ chrome-gnome-shell
- Break gnome-shell-extension-desktop-icons (<< 68ubuntu20.10.1)
- gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
- Update debian/gbp.conf with Ubuntu settings
- debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
- debian/patches: Do not hang & crash if fingerprint service fails to start
(LP: #1962566)
- 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/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
- 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
- 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.
- magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
+ Show monitor scaled cursor when magnifier is enabled
- 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
- u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
- ubuntu/resolve_alternate_theme_path.patch
- ubuntu/secure_mode_extension.patch
- ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
- ubuntu/configure_login_screen.patch
- 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
- debian/patches: Compute system background color from theme (LP: #1965727)
- ubuntu/configure-login-screen.patch: Use bg color for initial system bg
(LP: #1965727)
- debian/patches: Ensure St.Entry's `selected-color` CSS property is
honored (LP: #1878998)
- ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
- d/p/use-favorites-strings: Only apply this to ubuntu session
- debian/patches: Support configuring icons resource to use for mode
- Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
+ Ensure selected-text foreground color is preserved
- u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
(LP: #1964458)
- ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
+ Support loading iconsResourceName from session file
- ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch:
+ Support loading Yaru theme variants (for accent color)
- ubuntu/Revert-dash-Use-pin-instead-of-favorites
* debian/patches: Refresh
gnome-shell (42.4-1) unstable; urgency=medium
* New upstream release (LP: #1985304):
- Fix logging in with realmd (LP: #1985128)
* debian/patches: Drop applied patches
Date: Thu, 11 Aug 2022 17:31:32 -0400
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/42.4-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 11 Aug 2022 17:31:32 -0400
Source: gnome-shell
Built-For-Profiles: noudeb
Architecture: source
Version: 42.4-1ubuntu1
Distribution: kinetic
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: 1878998 1962566 1964458 1965727 1985128 1985304
Changes:
gnome-shell (42.4-1ubuntu1) kinetic; 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
- Moved some Recommends to Suggests:
+ chrome-gnome-shell
- Break gnome-shell-extension-desktop-icons (<< 68ubuntu20.10.1)
- gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
- Update debian/gbp.conf with Ubuntu settings
- debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
- debian/patches: Do not hang & crash if fingerprint service fails to start
(LP: #1962566)
- 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/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
- 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
- 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.
- magnifier-Show-cursor-when-magnifier-is-enabled-and-scale.patch:
+ Show monitor scaled cursor when magnifier is enabled
- 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
- u/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch
- ubuntu/resolve_alternate_theme_path.patch
- ubuntu/secure_mode_extension.patch
- ubuntu/keep-ubuntu-logo-bright-lp1867133-v1.patch
- ubuntu/configure_login_screen.patch
- 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
- debian/patches: Compute system background color from theme (LP: #1965727)
- ubuntu/configure-login-screen.patch: Use bg color for initial system bg
(LP: #1965727)
- debian/patches: Ensure St.Entry's `selected-color` CSS property is
honored (LP: #1878998)
- ubuntu/support-loading-Yaru-variants: Handle dark/light variants better
- d/p/use-favorites-strings: Only apply this to ubuntu session
- debian/patches: Support configuring icons resource to use for mode
- Revert-st-Apply-css-foreground-color-to-text-as-a-PangoAt.patch:
+ Ensure selected-text foreground color is preserved
- u/main-Avoid-meta-finalize: Leak gjs context only on ubiquity sessions
(LP: #1964458)
- ubuntu/sessionMode-Add-support-for-configuring-an-icons-resource.patch:
+ Support loading iconsResourceName from session file
- ubuntu/main-Support-loading-multiple-Yaru-theme-variants.patch:
+ Support loading Yaru theme variants (for accent color)
- ubuntu/Revert-dash-Use-pin-instead-of-favorites
* debian/patches: Refresh
.
gnome-shell (42.4-1) unstable; urgency=medium
.
* New upstream release (LP: #1985304):
- Fix logging in with realmd (LP: #1985128)
* debian/patches: Drop applied patches
Checksums-Sha1:
ec8af2a82cc4d2ba5a764cfd24cfb340f98b02ea 4062 gnome-shell_42.4-1ubuntu1.dsc
e77a05bc90dafe4e51a43517ddfd54a04c97e3a4 1928776 gnome-shell_42.4.orig.tar.xz
5471e9b57108effdd9ee2784fedc869d2a84dcec 74416 gnome-shell_42.4-1ubuntu1.debian.tar.xz
9d7a3ba78cde6e8f9d87c3607cccedb6d31063a5 28170 gnome-shell_42.4-1ubuntu1_source.buildinfo
Checksums-Sha256:
7dc2d0320c769109d2ff5802488789551addca2c1fd238d19130fe3677bf9b73 4062 gnome-shell_42.4-1ubuntu1.dsc
875ff2970ea9fb7a05506e32a0d50dc917f41b4ca37134b41377f9c82873c54e 1928776 gnome-shell_42.4.orig.tar.xz
3b93e89fdb4d5b53a3d1f6bb617d5ae981fdeff7db917afd58f213ae94de3209 74416 gnome-shell_42.4-1ubuntu1.debian.tar.xz
c12d5a2612d2c191a31d8ab1e074d366837ef729a344357953a468f12effdfe0 28170 gnome-shell_42.4-1ubuntu1_source.buildinfo
Files:
a40960704da6a7c927c40499fb14319f 4062 gnome optional gnome-shell_42.4-1ubuntu1.dsc
cefa5c78071f885d1298e1e949afbf7d 1928776 gnome optional gnome-shell_42.4.orig.tar.xz
65e0fab4dac70f5ffc64442962710e28 74416 gnome optional gnome-shell_42.4-1ubuntu1.debian.tar.xz
b594b59365e5e31289c7e34e9d16eb21 28170 gnome optional gnome-shell_42.4-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the kinetic-changes
mailing list