Summary: | libthai dynamic loading and work breaking related problems | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Pattara Kiatisevi <ott> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | normal | CC: | kollix |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Patch to fix Thai word break related problems in KHTML
Fix KLibLoader - libthai + libthai th_brk return value issues khtml thai word break using Qt 4.4 / Harfbuzz instead of libthai |
Description
Pattara Kiatisevi
2008-01-24 16:56:27 UTC
Created attachment 23241 [details]
Patch to fix Thai word break related problems in KHTML
By Jakkapun Kwangroengjai
Is this really about KDE4, or KDE3? KLibLoader in KDE4 does not use libtool files. Aow, right, okay, sorry. Maybe it was another problem (likely the library "path") with KDE4's KLibLoader. Will test more and come up with an updated patch. Thanks. It was that PATH problem, KLibLoader didn't look for libthai in /usr/lib. The new attached patch uses KLibLoader and tries to find libthai at /usr/lib if the first attempt failed. Created attachment 23292 [details]
Fix KLibLoader - libthai + libthai th_brk return value issues
Created attachment 27098 [details]
khtml thai word break using Qt 4.4 / Harfbuzz instead of libthai
Use Qt 4.4 / Harfbuzz for Thai word breaking (which will in turn use libthai external library) instead of loading libthai directly in KHTML.
(Patch by Thanomsub Noppaburana)
Please kindly review, cheers,
Pattara
Any comment with the patch? Commit it? If this patch is still valid for current KDE, please put it on reviewboard.kde.org, otherwise it is getting lost. |