Summary: | Temporary freezing while editing form in pdf document | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Gaël de Chalendar (aka Kleag) <kleagg> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version: | 23.04.1 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | A file presenting the problem |
Description
Gaël de Chalendar (aka Kleag)
2023-05-12 13:54:48 UTC
Created attachment 158891 [details]
A file presenting the problem
In the attached file, it happens only in the largest text field. It looks like it is related to 1) the number of newlines and 2) the number of fonts in the system. But likely a poppler issue. Any chance you can compile a patched poppler ? https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1384 This has already been merged. Should I compile it and test it? If yes, how can I retrieve the correct version? (In reply to Gaël de Chalendar (aka Kleag) from comment #5) > This has already been merged. Should I compile it and test it? If yes, how > can I retrieve the correct version? The correct version would be git master. But you might also be able to get away with getting poppler from your linux distribution and just apply that patch on top. I built the master of poppler. Installed it in a local folder. Added its bin and lib to PATH and LD_LIBRARY_PATH and started okular from this shell. The bug seems to be effectively corrected. (In reply to Gaël de Chalendar (aka Kleag) from comment #7) > I built the master of poppler. Installed it in a local folder. Added its bin > and lib to PATH and LD_LIBRARY_PATH and started okular from this shell. The > bug seems to be effectively corrected. thank you for your quick reply. I'm going to mark this as "resolved, upstream". It does not require any more work from KDE people; only from poppler people and distributors. Great. Thanks a lot for your quick actions. |