Lang. Japanese - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: Lang. Japanese (/showthread.php?tid=5033) |
Lang. Japanese - Jews Jap - 08-27-2017 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. RE: Lang. Japanese - MarkHaysHarris777 - 08-27-2017 (08-27-2017, 05:55 AM)Jews Jap Wrote: When installing LanguageSupport of xenial-mate-rock64-0.4.17-85-arm64.img, fcitx-tool-gtk is missing. Early posts must be moderated; sorry. ... I deleted your duplicate post. Please post only once, even if you don't see it yet during the mod period. Thanks. RE: Lang. Japanese - Jews Jap - 10-14-2017 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, |