Echoing @CryogEnix
ibus-mozc
and fcitx5-mozc-ut
were not previously incompatible.
The only notable incompatibility is there are a few mozc files being shared among fcitx5-mozc-ut
, ibus-mozc
, and mozc-ut
:
fcitx5-mozc-ut
/usr/lib/mozc/mozc_server
/usr/lib/mozc/mozc_tool
ibus-mozc
/usr/lib/mozc/mozc_renderer
mozc-ut
/usr/lib/mozc/mozc_server
/usr/lib/mozc/mozc_tool
Why not provide those files thru mozc-ut
as a dependency?
Pinned Comments
Nocifer commented on 2025-06-14 10:55 (UTC) (edited on 2025-06-14 10:59 (UTC) by Nocifer)
If you're getting compilation errors (especially complaints about missing GCC headers) please delete your Bazel cache (
~/.cache/bazel
by default).