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 723485 - Impossible to exit overview
Impossible to exit overview
Status: RESOLVED DUPLICATE of bug 723523
Product: gnome-shell
Classification: Core
Component: overview
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-02 20:39 UTC by Mantas Mikulėnas (grawity)
Modified: 2014-02-03 12:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (944.08 KB, image/png)
2014-02-02 20:39 UTC, Mantas Mikulėnas (grawity)
  Details
overview: Fix fallout from changing DESKTOP clone parent (1.18 KB, patch)
2014-02-02 23:03 UTC, Florian Müllner
accepted-commit_now Details | Review

Description Mantas Mikulėnas (grawity) 2014-02-02 20:39:15 UTC
Created attachment 267867 [details]
Screenshot

The fix to bug 723306 seems to have broken the overview – after commit b97f3a9ecf52 ("overview: Fix DESKTOP clone position"), it is no longer possible to exit the overview in *any* way except by restarting the shell.

mutter 3.11.4-23-g099fd2b
Comment 1 Florian Müllner 2014-02-02 23:03:54 UTC
Created attachment 267874 [details] [review]
overview: Fix fallout from changing DESKTOP clone parent

Commit b97f3a9ecf changed the parent container from StBin to StWidget;
however it didn't consider that while %NULL is a legal value for
st_bin_set_child(), it isn't for clutter_actor_add_child().
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-02-03 06:39:15 UTC
Review of attachment 267874 [details] [review]:

I'm not overly happy with this patch, but OK.
Comment 3 drago01 2014-02-03 10:52:48 UTC
Seems to be the same as #723523
Comment 4 drago01 2014-02-03 12:05:00 UTC

*** This bug has been marked as a duplicate of bug 723523 ***