diff options
author | William Hua <william.hua@canonical.com> | 2015-03-10 17:20:35 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-03-10 17:20:35 +0000 |
commit | 1573d7106b4c949a5b146873f676e0dd120b7a4f (patch) | |
tree | d97fb63931d89eb1ef9ce6ff78c5b4acfd49f911 /tests | |
parent | d2738506d81c742ab5b7d0f2ab6d19535a43ca71 (diff) | |
parent | ec6c31099a0e001554f3ab167b60545808e87301 (diff) | |
download | ayatana-indicator-keyboard-1573d7106b4c949a5b146873f676e0dd120b7a4f.tar.gz ayatana-indicator-keyboard-1573d7106b4c949a5b146873f676e0dd120b7a4f.tar.bz2 ayatana-indicator-keyboard-1573d7106b4c949a5b146873f676e0dd120b7a4f.zip |
Basic support for Fcitx input sources. Fixes: #1363150
Approved by: Ted Gould, PS Jenkins bot, Ryan Lortie, Sebastien Bacher
Diffstat (limited to 'tests')
-rw-r--r-- | tests/indicator-keyboard-test.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/indicator-keyboard-test.in b/tests/indicator-keyboard-test.in index 621133dd..3d43d8ab 100644 --- a/tests/indicator-keyboard-test.in +++ b/tests/indicator-keyboard-test.in @@ -4,6 +4,7 @@ export PATH="@abs_top_builddir@/tests/execute:$PATH" 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" if xvfb-run -a ./indicator-keyboard-tests then |