Skip to content

Instantly share code, notes, and snippets.

@a-yee
Created August 18, 2018 23:29
Show Gist options
  • Save a-yee/26caca5ca2c81c4555daf6c5b806534d to your computer and use it in GitHub Desktop.
Save a-yee/26caca5ca2c81c4555daf6c5b806534d to your computer and use it in GitHub Desktop.
日本語 support on Fedora 28
# ibus is easier to activate than fcitx on fedora
sudo dnf install ibus-mozc
# get fonts & other support for jpn txt
sudo dnf groupinstall "japanese-support"
# run ibus daemon
ibus-daemon -d
# must use the -d otherwise jpn txt will not work
# to have ibus on startup use xfce startup settings or conf files
# xfce generates a file in ~/.config/autostart to handle ibus
# for other de's make a startup command for ibus-daemon -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment