/usr/share/im-config/data/25_hime.conf is in im-config 0.34-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # vim: set sts=4 expandtab:
IM_CONFIG_SHORT="$(gettext "activate HIME Input Method Editor (hime)")"
IM_CONFIG_LONG="$(gettext "HIME Input Method Editor (hime)
* Required for all: hime
* Language specific input conversion support:
* Traditional Chinese: hime-chewing
* Japanese: hime-anthy
* Application platform support:
* GNOME/GTK+: hime-gtk2-immodule, hime-gtk3-immodule
* KDE/Qt: hime-qt4-immodule, hime-qt5-immodule")"
package_auto () {
package_status hime && package_status hime-gtk3-immodule && package_status hime-qt4-immodule
}
package_menu () {
package_status hime || package_status hime-gtk3-immodule || package_status hime-qt4-immodule
}
|