derekf pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=30e9f45dfcb430a43b8198cec3886e8b3acf1927
commit 30e9f45dfcb430a43b8198cec3886e8b3acf1927 Author: Derek Foreman <[email protected]> Date: Tue Oct 25 14:10:47 2016 -0500 Block session recovery for internal windows --- src/bin/e_comp_wl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 5a88430..52f61b5 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2810,6 +2810,9 @@ e_comp_wl_init(void) return EINA_FALSE; } + /* Block session recovery for internal windows */ + ecore_wl2_session_recovery_disable(); + /* set gl available if we have ecore_evas support */ if (ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_WAYLAND_EGL) || ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_OPENGL_DRM)) --
