aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.c
diff options
context:
space:
mode:
Diffstat (limited to 'vconsole.c')
-rw-r--r--vconsole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vconsole.c b/vconsole.c
index 2a559f7..0282b40 100644
--- a/vconsole.c
+++ b/vconsole.c
@@ -1104,7 +1104,7 @@ main(int argc, char *argv[])
int c;
/* disable ibus (causes problems after fork+exec virt-viewer */
- setenv("GTK_IM_MODULE", "gtk-im-context-simple", 1);
+ setenv("GTK_IM_MODULE", "gtk-im-context-simple", 0);
gtk_init(&argc, &argv);
for (;;) {