Created attachment 3005 Patch There's a typo in launcher.c launcher.c lines 2169-2170: /* try the secondary keayboard if the text is empty */ if (!exo_str_is_empty (text)) Should read: /* try the secondary keayboard if the text is empty */ if (exo_str_is_empty (text))
Patch applied in 1cef5f1. Thanks.