This bug was fixed in the package gnome-desktop3 - 3.32.2-2ubuntu1
---------------
gnome-desktop3 (3.32.2-2ubuntu1) eoan; urgency=medium
* Merge with Debian. Remaining changes:
- Add 04_compute_average_color.patch: Compute the avergage color in
gnome-desktop itself, not in unity to fix some races (LP #963140)
- Add tweak_color_computation.patch, Patch from Gord, no patch header,
no bug link.
- Add git_revert_draw_background.patch
- Add ubuntu_language.patch, Port relevant bits from gnome-control-center's
52_region_language.patch, as required for gnome 3.8+ region panel
- Add ubuntu_language_list_from_SUPPORTED.patch,
Add API to get list of available languages from SUPPORTED file.
To be used by gnome 3.8 region panel language installation.
- Add gnomebg_hidpi_image.patch,
gnome_bg_create_surface: always honor device scale, that fixes the
wallpaper rendering in HiDPI config under ubiquity
- debian/control.in: Build-Depend on language-pack-gnome-he for build tests
- debian/libgnome-desktop-3-17.symbols:
+ Add symbols included in Ubuntu patches
- Update Vcs fields and debian/gbp.conf for Ubuntu
gnome-desktop3 (3.32.2-2) experimental; urgency=medium
[ Simon McVittie ]
* Enable installed-tests.
Install them in libgnome-desktop-3-dev for now; they can be moved
to a separate gnome-desktop3-tests package (if desired) at the next
SONAME break.
- d/tests: Add autopkgtests, based on those in glib2.0.
They are all marked superficial since gnome-desktop3 doesn't have
great test coverage at the moment.
A test for static linking is omitted because static linking is not
supported for this package.
* d/copyright: Update to reflect the presence of GPL-2+ code
[ Iain Lane ]
* Cherry-pick patch from upstream to use mutter's connector-type to detect
output connector type. This fixes suspend on some systems (primarily ones
using the NVIDIA binary driver). (LP: #1731318)
* libgnome-desktop-3-17.symbols: Update. The patch add two symbols and drops
one. These symbols are defined in "gnome-rr-private.h", which is not
shipped in the -dev package, so they can't be used in practice. This is a
technical ABI break but one which it's OK to overlook. There's probably a
better way to handle the visibility of these symbols, though.
-- Iain Lane <[email protected]> Fri, 28 Jun 2019 13:08:31 +0100
** Changed in: gnome-desktop3 (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-desktop3 in Ubuntu.
https://bugs.launchpad.net/bugs/1731318
Title:
NVIDIA systems will not suspend with lid close and no external
monitors
Status in gnome-desktop:
Confirmed
Status in gnome-desktop3 package in Ubuntu:
Fix Released
Status in gnome-desktop3 source package in Bionic:
In Progress
Status in gnome-desktop3 source package in Disco:
In Progress
Bug description:
[ Description ]
With the NVIDIA driver, nvidia-384, the system will not sleep when the
lid is closed due to gnome_rr_output_is_builtin_display incorrectly
returning false.
[ Fix ]
mutter provides a more reliable API to get the "type" of a connector
(output). The fix switches gnome-desktop to use this API instead of
looking at the output's name - which can be anything apparently.
(This drops a visible symbol, but it was only one which you could have
used if you included "libgnome-desktop/gnome-rr-private.h", which is
not shipped in the -dev package.)
[ QA ]
If you have an affected system - an NVIDIA-using laptop which doesn't
sleep if the lid is closed: install the update, and check if the
laptop does now sleep.
[ Regression potential ]
Changes the heuristic-based scheme for detecting if a display is
"built-in" to a method based on the reported connector type. There's a
low chance that this could be wrong for some machines which were right
previously.
To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-desktop/+bug/1731318/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp