[ubuntu/lunar-proposed] gnome-shell 43.1-2ubuntu1 (Accepted)
Jeremy Bicha
jbicha at ubuntu.com
Tue Nov 22 19:12:15 UTC 2022
gnome-shell (43.1-2ubuntu1) lunar; urgency=medium
* Merge with Debian (LP: #1995134, LP: #1997481). Remaining changes:
- Add some Recommends:
+ ubuntu-session (| gnome-session) to have the ubuntu session available
+ ubuntu-wallpapers
+ xserver-xorg-legacy
+ yaru-theme-gnome-shell for the default ubuntu theming
- Move some Recommends to Suggests:
+ chrome-gnome-shell
+ gnome-backgrounds
- 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,
- ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
+ Support loading Yaru theme variants (for accent color)
- ubuntu/Revert-dash-Use-pin-instead-of-favorites
* Drop gst_init_check patch: fixed a different way in 43.1
gnome-shell (43.1-2) unstable; urgency=medium
* Team upload
* d/.gitignore: Don't ignore patches, overriding upstream .gitignore
* Move patch reverting gcr4 transition into d/patches/debian subdirectory
* Add post-release patches from upstream gnome-43 branch
- Screencast bug fixes
- Update Russian translation
* d/control.in: Depend on dbus-daemon instead of dbus for dbus-run-session
gnome-shell (43.1-1) unstable; urgency=medium
* Team upload
[ Jeremy Bicha ]
* debian/source_gnome-shell.py: Don't try to report nonexistent mouse
gsettings schema
[ Alban Browaeys ]
* debian/control.in: Bump minimum gnome-bluetooth3 runtime to 42.3,
required for AdapterState
[ Simon McVittie ]
* New upstream release
* Update URLs in upstream metadata
* Update Lintian overrides
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable)
Date: Mon, 19 Sep 2022 14:50:17 -0400
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-shell/43.1-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 19 Sep 2022 14:50:17 -0400
Source: gnome-shell
Built-For-Profiles: noudeb
Architecture: source
Version: 43.1-2ubuntu1
Distribution: lunar
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Launchpad-Bugs-Fixed: 1878998 1962566 1964458 1965727 1995134 1997481
Changes:
gnome-shell (43.1-2ubuntu1) lunar; urgency=medium
.
* Merge with Debian (LP: #1995134, LP: #1997481). Remaining changes:
- Add some Recommends:
+ ubuntu-session (| gnome-session) to have the ubuntu session available
+ ubuntu-wallpapers
+ xserver-xorg-legacy
+ yaru-theme-gnome-shell for the default ubuntu theming
- Move some Recommends to Suggests:
+ chrome-gnome-shell
+ gnome-backgrounds
- 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,
- ubuntu/darkMode-Add-support-to-Yaru-theme-color-variants.patch:
+ Support loading Yaru theme variants (for accent color)
- ubuntu/Revert-dash-Use-pin-instead-of-favorites
* Drop gst_init_check patch: fixed a different way in 43.1
.
gnome-shell (43.1-2) unstable; urgency=medium
.
* Team upload
* d/.gitignore: Don't ignore patches, overriding upstream .gitignore
* Move patch reverting gcr4 transition into d/patches/debian subdirectory
* Add post-release patches from upstream gnome-43 branch
- Screencast bug fixes
- Update Russian translation
* d/control.in: Depend on dbus-daemon instead of dbus for dbus-run-session
.
gnome-shell (43.1-1) unstable; urgency=medium
.
* Team upload
.
[ Jeremy Bicha ]
* debian/source_gnome-shell.py: Don't try to report nonexistent mouse
gsettings schema
.
[ Alban Browaeys ]
* debian/control.in: Bump minimum gnome-bluetooth3 runtime to 42.3,
required for AdapterState
.
[ Simon McVittie ]
* New upstream release
* Update URLs in upstream metadata
* Update Lintian overrides
.
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable)
Checksums-Sha1:
35fd7a81825fd649259d33977930c8aa2e9587e2 3886 gnome-shell_43.1-2ubuntu1.dsc
d6521ff87a281eaeaac6242b54f817b975eae7c1 1947824 gnome-shell_43.1.orig.tar.xz
df9cff99763c4751092265c7b49122a72ccca78e 78088 gnome-shell_43.1-2ubuntu1.debian.tar.xz
7d8e41f7ba26b71f0f0b558c7fe658dd1988b617 21597 gnome-shell_43.1-2ubuntu1_source.buildinfo
Checksums-Sha256:
85707e6fb079c866f2f02335353019f830cf93002b2cd439a137f8b74ed74563 3886 gnome-shell_43.1-2ubuntu1.dsc
df0444765def1bd0afee9617d2b5919bc79b4db86e7e757ac0e1f73748ec1bdc 1947824 gnome-shell_43.1.orig.tar.xz
032a3990e9dac40fd6cae1b4670253b74e30116a6a23263faa74771408240dd4 78088 gnome-shell_43.1-2ubuntu1.debian.tar.xz
2bc89489dd4ddba61f25d8c2f7bb0021077dd8db43b02e96586756334b3c6114 21597 gnome-shell_43.1-2ubuntu1_source.buildinfo
Files:
63475889d79f9e5ec3cd42a1dfa942ea 3886 gnome optional gnome-shell_43.1-2ubuntu1.dsc
260f69e72729abed37e533296d93099f 1947824 gnome optional gnome-shell_43.1.orig.tar.xz
ed1ed0a2fda36d5300c35ef372115c25 78088 gnome optional gnome-shell_43.1-2ubuntu1.debian.tar.xz
15bf207dd50fc053fa9a6ddbb949693b 21597 gnome optional gnome-shell_43.1-2ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the lunar-changes
mailing list