summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/lang.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index ecbe0f1a4..2c07f213c 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -1068,10 +1068,7 @@ sub write {
foreach (@IM_i18n_fields) {
$h->{$_} = $IM_config{$locale->{IM}}{$_};
}
- # I must set QT_IM_MODULE to xim to satisfy KDE startup,
- # otherwise it will hangs if *-qtimm be installed.
- # $h->{QT_IM_MODULE} = $h->{GTK_IM_MODULE};
- add2hash($h, { QT_IM_MODULE => 'xim' });
+ $h->{QT_IM_MODULE} = $h->{GTK_IM_MODULE};
if (ref $h->{XIM_PROGRAM}) {
$h->{XIM_PROGRAM} =