ctk-query-immodules-3.0

ctk-query-immodules-3.0 — Input method module registration utility

Synopsis

ctk-query-immodules-3.0 [--update-cache] [MODULE...]

Description

ctk-query-immodules-3.0 collects information about loadable input method modules for CTK+ and writes it to the default cache file location, or to stdout.

If called without arguments, it looks for modules in the CTK+ input method module path.

If called with arguments, it looks for the specified modules. The arguments may be absolute or relative paths.

Normally, the output of ctk-query-immodules-3.0 is written to libdir/ctk-3.0/3.0.0/immodules.cache, where CTK+ looks for it by default. If it is written to some other location, the CTK_IM_MODULE_FILE environment variable can be set to point CTK+ at the file.

Options

--update-cache

Write the output to the default cache location instead of stdout

Files

libdir/ctk-3.0/3.0.0/immodules.cache

The default im cache file used by CTK+ applications

Environment

CTK_PATH

Prepends directories to the input method module path

CTK_IM_MODULE_FILE

Specifies an alternative im module cache for CTK+ applications