[ubuntu/jammy-proposed] gnome-shell 42.0-1ubuntu1 (Accepted)
Marco Trevisan (Treviño)
marco at ubuntu.com
Mon Mar 28 14:34:12 UTC 2022
gnome-shell (42.0-1ubuntu1) jammy; urgency=medium
[ Jeremy Bicha ]
* Merge with Debian.
* Add patches to revert switch to new gnome-bluetooth
* Revert "debian/control.in: Switch to gnome-bluetooth3"
[ Marco Trevisan (Treviño) ]
* debian/patches: Refresh
* debian/patches: Fix monitor switching configuration (LP: #1964496)
* debian/patches: Overview, remove desktop fade logic (LP: #1965072)
* debian/patches: Cherry-pick various upstream fixes targeting 42.1
* js: Support legacy GNOME Control Center (now Settings) dbus name
* shellDBus: Actually make ScreenTransitionAsync async
[ Jeremy Bicha ]
* 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
+ gnome-remote-desktop to provide remote desktop support by default
- Moved some Recommends to Suggests:
+ chrome-gnome-shell
- 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
- 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/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
- 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)
- debian/patches: Support configuring icons resource to use for mode
- debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
- Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
gnome-shell (42.0-1) experimental; urgency=medium
* New upstream release
* debian/control.in: Bump minimum mutter to 42.0
* Add patch to restore Settings item in system menu (LP: #1964136)
gnome-shell (42~rc-1) experimental; urgency=medium
* New upstream release
* debian/control.in: Bump minimum mutter to 42~rc
* debian/control.in: Switch to gnome-bluetooth3
* Drop patches reverting use of gnome-bluetooth3
* Drop patches applied in new release
Date: Mon, 28 Mar 2022 16:31:13 +0200
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.0-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 28 Mar 2022 16:31:13 +0200
Source: gnome-shell
Built-For-Profiles: noudeb
Architecture: source
Version: 42.0-1ubuntu1
Distribution: jammy
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: 1964136 1964496 1965072
Changes:
gnome-shell (42.0-1ubuntu1) jammy; urgency=medium
.
[ Jeremy Bicha ]
* Merge with Debian.
* Add patches to revert switch to new gnome-bluetooth
* Revert "debian/control.in: Switch to gnome-bluetooth3"
.
[ Marco Trevisan (Treviño) ]
* debian/patches: Refresh
* debian/patches: Fix monitor switching configuration (LP: #1964496)
* debian/patches: Overview, remove desktop fade logic (LP: #1965072)
* debian/patches: Cherry-pick various upstream fixes targeting 42.1
* js: Support legacy GNOME Control Center (now Settings) dbus name
* shellDBus: Actually make ScreenTransitionAsync async
.
[ Jeremy Bicha ]
* 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
+ gnome-remote-desktop to provide remote desktop support by default
- Moved some Recommends to Suggests:
+ chrome-gnome-shell
- 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
- 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/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
- 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)
- debian/patches: Support configuring icons resource to use for mode
- debian/ubuntu-session-mods/ubuntu.json: Use Yaru's gnome-shell icons
- Break gnome-shell-extension-desktop-icons (<< 19.01.3+git20190814)
.
gnome-shell (42.0-1) experimental; urgency=medium
.
* New upstream release
* debian/control.in: Bump minimum mutter to 42.0
* Add patch to restore Settings item in system menu (LP: #1964136)
.
gnome-shell (42~rc-1) experimental; urgency=medium
.
* New upstream release
* debian/control.in: Bump minimum mutter to 42~rc
* debian/control.in: Switch to gnome-bluetooth3
* Drop patches reverting use of gnome-bluetooth3
* Drop patches applied in new release
Checksums-Sha1:
9edff17612c6062e78322db295b02ba5b16e405d 4059 gnome-shell_42.0-1ubuntu1.dsc
2574de7f8daf7d1ed5817fa5cb14fb89b5e97930 1918044 gnome-shell_42.0.orig.tar.xz
d4cf8ea988843c2423ce11b86a57c76369e2ae29 80740 gnome-shell_42.0-1ubuntu1.debian.tar.xz
0196a1e99632dd97326b044b8bd1557e9b796b14 24673 gnome-shell_42.0-1ubuntu1_source.buildinfo
Checksums-Sha256:
15e092b0704d527bad2c4f204ef8cf79c344dad037d4e2a58963211dd134bb9b 4059 gnome-shell_42.0-1ubuntu1.dsc
33d404fb3c93b9de42984f0110a2969d6a4a7247c27fe7f5e24c67ecfec75094 1918044 gnome-shell_42.0.orig.tar.xz
ccedae778f5718211fa39d9e8012a8842528ecdccb02c058fd08ea1c8f383c65 80740 gnome-shell_42.0-1ubuntu1.debian.tar.xz
f33ff2a63a5feffbc9655c9fb3a755a2a100f479646b39772b8827358e39de24 24673 gnome-shell_42.0-1ubuntu1_source.buildinfo
Files:
318344c145c6c6c3314e5b09398a6652 4059 gnome optional gnome-shell_42.0-1ubuntu1.dsc
1db3c67e35a964ce45038a8d1e1d827f 1918044 gnome optional gnome-shell_42.0.orig.tar.xz
bbb2fc59274d3c5bdc5c5748a653d9e7 80740 gnome optional gnome-shell_42.0-1ubuntu1.debian.tar.xz
d8e65c9586ed9654f6c2452db35a960f 24673 gnome optional gnome-shell_42.0-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the jammy-changes
mailing list