/usr/share/im-config/data/78_none.conf is in im-config 0.29-1ubuntu12.
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 | # vim: set sts=4 expandtab:
IM_CONFIG_SHORT="$(gettext "do not set any IM from im-config")"
IM_CONFIG_LONG="$(gettext "This does not set any IM from im-config.
This is the automatic configuration choice if no required IM packages are installed.")"
# This always return true
package_auto () {
:
}
# This always return true
package_menu () {
:
}
|