Summary: | Konqueror on KF6 can't display PDFs using Okular part | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Stefano Crocco <stefano.crocco> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frank-fischer |
Priority: | NOR | ||
Version First Reported In: | 24.01.85 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/okular/-/commit/dbb8ba635e48650b2ed8c84168c79e53e619ea0f | Version Fixed In: | |
Sentry Crash Report: |
Description
Stefano Crocco
2023-12-28 13:34:13 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/okular/-/merge_requests/900 A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kparts/-/merge_requests/82 A possibly relevant merge request was started @ https://invent.kde.org/graphics/okular/-/merge_requests/902 Git commit 55901afcc3a0d42dbec216ec43426dd6c8e3a2fd by Sune Vuorela. Committed on 09/01/2024 at 11:10. Pushed by sune into branch 'master'. Install parts into the right folder M +1 -2 CMakeLists.txt https://invent.kde.org/graphics/okular/-/commit/55901afcc3a0d42dbec216ec43426dd6c8e3a2fd Git commit dbb8ba635e48650b2ed8c84168c79e53e619ea0f by Sune Vuorela. Committed on 09/01/2024 at 19:19. Pushed by sune into branch 'master'. Communicate our plugin namespace to consumers This enables others to query our supported mimetypes and thus figure out what mimetypes they can open with the okular part It is needed for kpart loading to know which features we can actually do M +3 -0 okular_part.json https://invent.kde.org/graphics/okular/-/commit/dbb8ba635e48650b2ed8c84168c79e53e619ea0f Git commit 671107c0e53daf80065708daab7505d8f1a36371 by Sune Vuorela. Committed on 09/01/2024 at 19:17. Pushed by sune into branch 'master'. KParts can extend their mimetypes with plugins Certain KParts can extend their mimetypes with plugins This feature was kind of lost in the KF6 porting that dropped the desktop files. Look for a key in the json file to see what plugins to look for for extra mimetypes. M +13 -3 src/partloader.cpp https://invent.kde.org/frameworks/kparts/-/commit/671107c0e53daf80065708daab7505d8f1a36371 |