aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-03-20 10:45:29 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-03-20 10:45:29 +0100
commit26706cab05fb30a751e96380a60e01388433979d (patch)
tree903000ae3a545986f191e25805d5972d92683029 /vconsole.c
parentaf6905973eaddafff57733ecbf4d7e8ebbeff329 (diff)
downloadvconsole-26706cab05fb30a751e96380a60e01388433979d.tar.gz
don't overwrite GTK_IM_MODULE if set
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 (;;) {