diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 551580d13..278780e11 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2658,6 +2658,7 @@ e_comp_wl_init(void) e_randr2_screens_setup(-1, -1); elm_config_preferred_engine_set("wayland_shm"); } + e_util_env_set("WAYLAND_DEBUG", "0"); e_util_env_set("ELM_DISPLAY", "wl"); if (e_comp_gl_get()) ecore_job_add(_e_comp_wl_gl_init, NULL);