Package Details: fcitx5-hazkey-bin 0.2.1-2

Git Clone URL: https://aur.archlinux.org/fcitx5-hazkey-bin.git (read-only, click to copy)
Package Base: fcitx5-hazkey-bin
Description: Japanese input method for fcitx5, powered by azooKey engine
Upstream URL: https://hazkey.hiira.dev/
Licenses: MIT
Conflicts: fcitx5-hazkey
Provides: fcitx5-hazkey, hazkey-server, hazkey-settings
Submitter: hiira
Maintainer: hiira
Last Packager: hiira
Votes: 3
Popularity: 0.70
First Submitted: 2024-06-18 21:08 (UTC)
Last Updated: 2026-02-09 10:34 (UTC)

Latest Comments

hiira commented on 2026-02-09 11:46 (UTC)

以下の問題は0.2.1-2で修正されました

Mohejinosuke commented on 2026-02-09 10:26 (UTC)

AURコメント: fcitx5-hazkey-bin パス問題について

fcitx5-hazkey-bin 0.2.1-1 で zenzai が動作しない問題と解決方法をまとめました。

問題

fcitx5-hazkey-bin は Debian/Ubuntu のパス構造を想定しているため、Arch Linux では以下のエラーが発生します:

ggml_backend_load_best: search path /usr/lib/x86_64-linux-gnu/hazkey/libllama/backends/ does not exist

実際のパスは /usr/lib/hazkey/libllama/backends/ です。

解決方法
sudo mkdir -p /usr/lib/x86_64-linux-gnu/hazkey/libllama
sudo ln -sf /usr/lib/hazkey/libllama/backends \
  /usr/lib/x86_64-linux-gnu/hazkey/libllama/backends
/usr/lib/hazkey/hazkey-server -r
詳細ガイド

ソースビルド版を使う方法の詳しい手順、トラブルシューティング等をまとめたガイドを作成しました:

hazkey-zenzai-fix-guide.md

参考になれば幸いです。

hiira commented on 2025-11-09 11:20 (UTC)

The broken symlink was fixed in 0.2.0-3.

akku commented on 2025-11-09 08:50 (UTC)

hazkey-settings symlink is broken because /usr/lib/x86_64-linux-gnu does not exist.