From 085fada849d8a87f89c1bdb9a7e2e9fa01f4e84b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 14 Jul 2014 18:21:50 -0400 Subject: [PATCH] Force the simple im module for reftests I've seen reftests fail with IBus warnings. We should avoid that. --- testsuite/reftests/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testsuite/reftests/Makefile.am b/testsuite/reftests/Makefile.am index ca2396a6b0..0d03072c89 100644 --- a/testsuite/reftests/Makefile.am +++ b/testsuite/reftests/Makefile.am @@ -1,8 +1,9 @@ include $(top_srcdir)/Makefile.decl NULL = -TESTS_ENVIRONMENT = \ - GSETTINGS_BACKEND=memory \ +TESTS_ENVIRONMENT = \ + GTK_IM_MODULE=gtk-im-context-simple \ + GSETTINGS_BACKEND=memory \ G_ENABLE_DIAGNOSTIC=0 TEST_PROGS += gtk-reftest