[ubuntu/eoan-proposed] gnome-shell 3.33.92-1ubuntu1 (Accepted)
Iain Lane
iain.lane at canonical.com
Thu Sep 5 17:37:15 UTC 2019
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
Date: Thu, 05 Sep 2019 18:31:55 +0100
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-shell/3.33.92-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 05 Sep 2019 18:31:55 +0100
Source: gnome-shell
Architecture: source
Version: 3.33.92-1ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
Changes:
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
Checksums-Sha1:
5a00a5923e1d503a9db7606542eaa7f41e22d208 3727 gnome-shell_3.33.92-1ubuntu1.dsc
b994aa548138c1308df71bf1a3035bbc619afa61 1523088 gnome-shell_3.33.92.orig.tar.xz
0ee38448ac773669a2166295a16a490c60ec925c 52604 gnome-shell_3.33.92-1ubuntu1.debian.tar.xz
63dd0021ae229435511951db9189a069fc941a31 23310 gnome-shell_3.33.92-1ubuntu1_source.buildinfo
Checksums-Sha256:
9b846304c21abaf43052eeeb8c6270c409997a58736ff5ebf02786f82910138c 3727 gnome-shell_3.33.92-1ubuntu1.dsc
e44ad2a4ad4d5d62d7f7ecdc75b5716030f1df1cc0d6620c7ea3d4cfea2cd1c4 1523088 gnome-shell_3.33.92.orig.tar.xz
8bbdd5cf9acc5fb645403fa2f7d7fe2a880dd3e54e7e106cf8e5020cce8db404 52604 gnome-shell_3.33.92-1ubuntu1.debian.tar.xz
452a3362a3e453273903a29070793ecee23b44e74f6438907136ab0293132317 23310 gnome-shell_3.33.92-1ubuntu1_source.buildinfo
Files:
eb6c7e4aa822719027362ca021a3fd0e 3727 gnome optional gnome-shell_3.33.92-1ubuntu1.dsc
7961bf80d0d7bec9bba678823887be6c 1523088 gnome optional gnome-shell_3.33.92.orig.tar.xz
aecc230dbd0cd7d1fa71fb4e1c7c3ebd 52604 gnome optional gnome-shell_3.33.92-1ubuntu1.debian.tar.xz
8d80a84431ad9dafd997ee236349a876 23310 gnome optional gnome-shell_3.33.92-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEPQ77lee1I38W6CJY41LVxRxQQdQFAl1xR5AACgkQ41LVxRxQ
QdRm4Q//WonF2OBG5ra91iAfziUVEcxBS1lx9eGaIViCxf9GDFGFWM7+6k9n+a+P
2ja4oU/uhwh+AXtmnADPtS1ge9t7OwhkjLsQ2IZDWlj69QP19hBGQZ3a98EWqxqX
iGmInu3/HpPTNAw6FLPYkjij6TpEjieQujE0OyqKHCcN+M2OjslOf5P84r492lwi
jaguKZdRpB00QWUf8UrZjrFuC7sHA0LadpUi7C1cf8ABhvVNb0UqsvD6AGJleB8C
8/N1BS0O8y060zg32PsfljvejP23IkBUVjQfy1JQoe57SCtUl6WqeNb0hU1a2o+g
lPBe09sgjpDa3Cz6tXcefQT4qx4TV2DxbbIw8grltFamZsTNWbdl6sFfnVz+M9f2
Y+b8Q6SPClXP1Ymo9/Yo0AzNtnT2aDMDQkpYZCzF5+8tknnysScTq2q4DXl/UYOo
9uYNMatnSmUlBymFVGJmJj4tkSENL1gZWQUTb1QnhStTvIz9VwlD/zpUmJxx9o8I
SzOfpla819KCEpRuBSl+8JtIccT5LT5jVo4tFKde1EhrMXwwQXHcoqqQcjTjbKob
KLdKsp5jkWA3DAv5fMIi9+PSASjZMr+MNGF1SiQAes9doFguK+5xa/jfgOiTOxwW
LvTG4o6jOuFNpI7YG7YRShW1Uv9sVH5AO48gByzmtJzPkdtJHv0=
=XKmH
-----END PGP SIGNATURE-----
More information about the Eoan-changes
mailing list