Force engine to Wayland SHM 84/10184/1 accepted/tizen/20130923.214355 accepted/tizen/20130923.222441 submit/tizen/20130923.214204
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Mon, 23 Sep 2013 21:25:14 +0000 (18:25 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Mon, 23 Sep 2013 21:25:48 +0000 (18:25 -0300)
This is a way to workaround an issue that only happens with the EFL 1.7.
The keyboard will not show up if the selected engine is EGL. With this
patch we can workaround this issue while the real cause of the problem
is being tracked down.

Change-Id: I0332e76d54117d067716b58581061b67037660cb
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
packaging/weekeyboard.changes
src/wkb-main.c

index ad11f8b..db9aa32 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Sep 23 2013 Eduardo Lima (Etrunko) <eduardo.lima@intel.com> accepted/tizen/20130918.203201@76fb874
+- Force engine to Wayland SHM
+
 * Mon Sep 23 2013 Eduardo Lima (Etrunko) <eduardo.lima@intel.com> accepted/tizen/20130918.203201@e8b7d28
 - Print output messages to stderr instead of stdout
 
index d5f2c1b..f2dc9af 100644 (file)
@@ -540,7 +540,7 @@ _wkb_check_evas_engine(struct weekeyboard *wkb)
         goto err;
      }
 
-   wkb->ee_engine = env;
+   wkb->ee_engine = "wayland_shm";//env;
    ret = EINA_TRUE;
 
 err: