Closed nlpsuge closed 3 years ago
Hi,
Rime is not available when switching to rime by pressing Ctrl+Space
Run fcitx5-diagnose, I found some useful info:
fcitx5-diagnose
Addon Libraries:
Cannot find following required libraries for rime of addon Rime.
rime
Rime
libboost_filesystem.so.1.69.0 libboost_regex.so.1.69.0 libboost_system.so.1.69.0 libboost_locale.so.1.69.0 libopencc.so.2
Os I use: Fedora 40
I have boost-1.75 and its sub-packages installed.
Tried to install boost-system-1.69 but this will break the dependencies.
Tried ln -s /usr/lib64/libboost_locale.so /usr/lib64/libboost_locale.so.1.69.0 but fcitx5 cannot be launched any more.
ln -s /usr/lib64/libboost_locale.so /usr/lib64/libboost_locale.so.1.69.0
I have opencc-1.1.1 installed. ln -s /usr/lib64/libopencc.so /usr/lib64/libopencc.so.2 seems works.
ln -s /usr/lib64/libopencc.so /usr/lib64/libopencc.so.2
Any advice?
Your packages are broken. Either need to recompile for distro like gentoo, or you need to report bug to your packager.
Hi,
Rime is not available when switching to rime by pressing Ctrl+Space
Run
fcitx5-diagnose
, I found some useful info:Addon Libraries:
Cannot find following required libraries for
rime
of addonRime
.Os I use: Fedora 40
I have boost-1.75 and its sub-packages installed.
Tried to install boost-system-1.69 but this will break the dependencies.
Tried
ln -s /usr/lib64/libboost_locale.so /usr/lib64/libboost_locale.so.1.69.0
but fcitx5 cannot be launched any more.I have opencc-1.1.1 installed.
ln -s /usr/lib64/libopencc.so /usr/lib64/libopencc.so.2
seems works.Any advice?