Bug 2277601
| Summary: | Build librime with plugin supported. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | 319513897 |
| Component: | librime | Assignee: | Peng Wu <pwu> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 40 | CC: | i18n-bugs, petersen, pwu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | librime-1.11.2-2.fc40 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-05-31 01:16:03 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I rebuilt the librime package with lua plugin in Fedora rawhide. FEDORA-2024-20ff3aab94 (brise-0.38.20180515-16.fc40, ibus-rime-1.5.0-12.fc40, and 1 more) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-20ff3aab94 FEDORA-2024-20ff3aab94 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-20ff3aab94` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-20ff3aab94 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. I tested the librime and librime-lua, it works well. thanks. :) FEDORA-2024-20ff3aab94 (brise-0.38.20180515-16.fc40, ibus-rime-1.5.0-12.fc40, and 1 more) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |
Fedora builds librime.so without support for external plugins. This makes the needs of replace librime.so when using external plugins. It would be better if build librime with support of plugins. According to librime's CMakeFiles.txt, it can be done by: > cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_EXTERNAL_PLUGINS=ON Reproducible: Always