Skip to content

Instantly share code, notes, and snippets.

@ecormaksin
Last active July 30, 2021 23:57
Show Gist options
  • Save ecormaksin/91901c2d67b3664fa8f3811df6c67035 to your computer and use it in GitHub Desktop.
Save ecormaksin/91901c2d67b3664fa8f3811df6c67035 to your computer and use it in GitHub Desktop.
WSL2の設定
# https://techcommunity.microsoft.com/t5/windows-dev-appconsult/running-wsl-gui-apps-on-windows-10/ba-p/1493242
# https://yoshimemo.com/post-723/
echo xfce4-session > ~/.xsession
sudo apt -y install xfce4 xfce4-goodies xrdp language-pack-ja-base language-pack-ja ibus-mozc
sudo -E apt install $(check-language-support)
# ~/.bashrc へ以下を追加
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment