Summary: | Peruse crashes in PDFGenerator::doCloseDocument() when trying to open any PDF | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Nate Graham <nate> |
Component: | PDF backend | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | aacid |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nate Graham
2022-02-25 20:33:30 UTC
This backtrace shows your installation is broken, you're mixing up your own built library ( /home/nate/kde/... ) and the system library ( /usr/src/debug/okular-21.12.2-1.fc35.x86_64/... ) Ah ok, I had to get okular mobile from my package manager because I couldn't figure out how to build it from source. How do I do that? CMakeLists.txt:set(OKULAR_UI "" CACHE STRING "Which Okular user interface to build. Possible values: desktop, mobile, both. Default: desktop (except on Android, where it is 'mobile')") Thanks Albert! I was looking for something with "mobile" or "kirigami" in the name and didn't find that. |