PINE64

Full Version: Lang. Japanese
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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.
Also, fcitx-mozc does not exist in the package.
fcitx-anthy is working normally.

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.
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,