discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=f832640f18a5f5cc5dfb32a5223873231ed033c6

commit f832640f18a5f5cc5dfb32a5223873231ed033c6
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Jun 25 19:29:49 2015 -0400

    block xkb activation for non-X11 compositors
---
 src/bin/e_xkb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c
index 9847419..e306ee1 100644
--- a/src/bin/e_xkb.c
+++ b/src/bin/e_xkb.c
@@ -13,6 +13,7 @@ _e_xkb_init_timer(void *data)
    E_Config_XKB_Layout *cl2, *cl = data;
    int cur_group = -1;
 
+   if (!e_comp->root) return EINA_FALSE;
    EINA_LIST_FOREACH(e_config->xkb.used_layouts, l, cl2)
      {
         cur_group++;

-- 


Reply via email to