From b5bb009d74753290d34ce34bea05a4b9b057cbef Mon Sep 17 00:00:00 2001 From: William Hua Date: Tue, 6 Oct 2015 12:56:11 -0400 Subject: Manually set GDK_BACKEND=x11. GDK wants to try Wayland first, which causes indicator-keyboard-service to fail if XDG_RUNTIME_DIR is longer than 108 characters. --- tests/indicator-keyboard-test.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/indicator-keyboard-test.in') diff --git a/tests/indicator-keyboard-test.in b/tests/indicator-keyboard-test.in index 3d43d8ab..8c20f6bf 100644 --- a/tests/indicator-keyboard-test.in +++ b/tests/indicator-keyboard-test.in @@ -5,6 +5,7 @@ export DCONF_PROFILE="@abs_top_builddir@/tests/profiles/indicator-keyboard-test" export GSETTINGS_SCHEMA_DIR="@abs_top_builddir@/data" export XDG_RUNTIME_DIR="@abs_top_builddir@/tests" export GTK_IM_MODULE="ibus" +export GDK_BACKEND="x11" if xvfb-run -a ./indicator-keyboard-tests then -- cgit v1.2.3