compositor: don't show stage right away
We don't want the stage shown until gnome-shell is ready for it. This commit ensures the stage isn't shown implicitly. https://bugzilla.gnome.org/show_bug.cgi?id=694321
This commit is contained in:
@@ -611,7 +611,6 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
|
||||
}
|
||||
|
||||
clutter_actor_show (info->overlay_group);
|
||||
clutter_actor_show (info->stage);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user