Skip to content

Instantly share code, notes, and snippets.

@thebabush
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebabush/ad60d45a39813298dc93 to your computer and use it in GitHub Desktop.
Save thebabush/ad60d45a39813298dc93 to your computer and use it in GitHub Desktop.
Kubuntu Japanese Input
# sudo apt-get install scim
# sudo apt-get install scim-anthy
# sudo apt-get install scim-gtk-immodule
# sudo apt-get install scim-qt-immodule
#
# CHROME:
# GTK_IM_MODULE=xim XMODIFIERS="@im=SCIM" chromium-browser %U
export XMODIFIERS="@im=SCIM"
#export GTK_IM_MODULE="scim"
export GTK_IM_MODULE="xim"
export QT_IM_MODULE="scim"
#export XIM_PROGRAM="/usr/bin/scim -f socket -c socket -d"
#export XIM_MODULE="scim -f socket -c socket -d"
scim -d
#scim -f socket -c socket -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment