LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

im-launch

starts applications with input method support

TLDR

Launch with input method
$ im-launch [application]
copy
Launch application with a specific input method (e.g., ibus, fcitx)
$ im-launch -n [ibus] [application]
copy
Show what input method would be used without launching
$ im-launch -v [application]
copy

SYNOPSIS

im-launch [options] command

DESCRIPTION

im-launch starts applications with input method support. It sets up environment variables for the selected input framework.The tool ensures applications can use IBus, Fcitx, or other input methods. It's useful for launching apps needing international input.

PARAMETERS

COMMAND

Application to launch.
-n METHOD
Specify input method.
-v
Verbose mode.
--help
Display help information.

CAVEATS

Part of im-config package. Environment variable setup. Debian/Ubuntu specific.

HISTORY

im-launch is part of im-config for launching applications with input method support.

SEE ALSO

im-config(1), ibus(1), fcitx(1)

Copied to clipboard
Kai