/usr/share/im-config/data/79_xim.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 | # vim: set sts=4 expandtab:
IM_CONFIG_SHORT="$(gettext "activate the bare XIM with the X Keyboard Extension")"
IM_CONFIG_LONG="$(gettext "This activates the bare XIM with the X Keyboard Extension for all softwares.")"
# This always return true
package_auto () {
:
}
# This always return true
package_menu () {
:
}
|