Created
August 18, 2018 23:29
-
-
Save a-yee/26caca5ca2c81c4555daf6c5b806534d to your computer and use it in GitHub Desktop.
日本語 support on Fedora 28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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