diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index acf1d5f8b..d6f096a57 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -795,11 +795,15 @@ The actual packages list will consist of: my %IM_config = ( fcitx => { - GTK_IM_MODULE => 'xim', + GTK_IM_MODULE => 'fcitx', XIM => 'fcitx', XIM_PROGRAM => 'fcitx', XMODIFIERS => '@im=fcitx', langs => 'zh', + packages => { + common => sub { if_($is_plasma, 'fcitx-qt5') }, + generic => sub { qw(fcitx) }, + }, }, gcin => { GTK_IM_MODULE => 'gcin', |