1. e fails to build with this error:

Making all in po
make[2]: Entering directory `/var/tmp/portage/x11-wm/enlightenment-9999/work/e/po'
make enlightenment.pot-update
make[3]: Entering directory `/var/tmp/portage/x11-wm/enlightenment-9999/work/e/po' make[3]: *** No rule to make target `../src/modules/xkbswitch/e_mod_keybindings.c', needed by `enlightenment.pot-update'. Stop. make[3]: Leaving directory `/var/tmp/portage/x11-wm/enlightenment-9999/work/e/po'
make[2]: *** [enlightenment.pot] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-wm/enlightenment-9999/work/e/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-wm/enlightenment-9999/work/e'
make: *** [all] Error 2
emake failed




2. After the move to core e the setxkbmap -variant has stopped working. In my case, it tries to run

RUN: 'setxkbmap 'us' -variant 'dvorak,' -model 'default''

There are no more layouts specified after 'us', so simply removing the "," at the end of dvorak makes it work. The attached patch works for me.
--- e/src/bin/e_xkb.c   2012-04-30 23:51:42.000000000 +0800
+++ e.new/src/bin/e_xkb.c       2012-05-01 12:00:58.000000000 +0800
@@ -47,7 +47,6 @@
    EINA_LIST_FOREACH(e_config->xkb.used_layouts, l, cl)
      {
         eina_strbuf_append(buf, cl->variant);
-        eina_strbuf_append(buf, ",");
         break;
      }
    eina_strbuf_append(buf, "'");
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to