After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 694291 - slave: don't save root windows anymore
slave: don't save root windows anymore
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-20 18:01 UTC by Ray Strode [halfline]
Modified: 2013-02-20 18:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
slave: don't save root windows anymore (7.99 KB, patch)
2013-02-20 18:01 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2013-02-20 18:01:55 UTC
GDM currently saves a screenshot to a pixmap and puts its
XID in the _XROOTPMAP_ID root window property.

It does this because gnome-settings-daemon used to use the
_XROOTPMAP_ID to figure out a start frame to crossfade from.

g-s-d doesn't do that anymore, all background handling is
now down by gnome-shell, and gnome-shell does its own
screenshotting.

This commit strips that functionality from gdm.
Comment 1 Ray Strode [halfline] 2013-02-20 18:01:57 UTC
Created attachment 236962 [details] [review]
slave: don't save root windows anymore
Comment 2 Ray Strode [halfline] 2013-02-20 18:02:28 UTC
Attachment 236962 [details] pushed as d4c7cd5 - slave: don't save root windows anymore