08-27-2017, 05:55 AM
When installing LanguageSupport of xenial-mate-rock64-0.4.17-85-arm64.img, fcitx-tool-gtk is missing.
Also, fcitx-mozc does not exist in the package.
fcitx-anthy is working normally.
How to build "fcitx-mozc" package.
$ sudo su -
# apt edit-sources
Remove "#" before "deb-src".
# apt update
# apt upgrade
# apt install build-essential devscripts
# apt build-dep fcitx-mozc
# apt source fcitx-mozc
Open the "debian/control" file.
Rewrite the line of
"Architecture: i386 amd64 armel armhf" to
"Architecture: i386 amd64 armel armhf arm64 ".
# dpkg-buildpackage -us -uc -j4
# apt install ../mozc-*.deb ../fcitx-mozc*.deb
Thanks,