diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/lang.pm | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 63b85dd61..f50730652 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -12,6 +12,8 @@ Version 12.77.1 - 18 November 2009 o handle window.close() events (#55099) o hide Gtk+ "close" button when displaying first time wizard that now has a HTML "close" button again +- localedrake + o fix configuring ibus (#56130) - partitioning wizard: o only display Help button in install diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 3c5959119..44ee3e65d 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,6 @@ - do not offer to upgrade/install in restore mode +- locale settings + o fix configuring ibus (#56130) Version 12.77 - 30 October 2009 diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 51979645a..0f3e5ccb4 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -675,7 +675,7 @@ my %IM_config = 'ibus' => { GTK_IM_MODULE => 'ibus', QT_IM_MODULE => 'xim', - XIM_PROGRAM => 'ibus', + XIM_PROGRAM => 'ibus-daemon -d -x', XMODIFIERS => '@im=ibus', packages => { generic => sub { qw(ibus-table ibus-m17n) }, |