*** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** SUMMARY Okular Books is not working. From June 16 2024 I have tried to launch several pdfs using okular books but its not working. I have tried to launch it from the terminal using ``` okular ./my.pdf ``` and I get this error ``` ERROR: not connected to the kf6-core22 content interface. ``` STEPS TO REPRODUCE 1. Try to open Okular OBSERVED RESULT Product does not launch EXPECTED RESULT Product should launch SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Tried to reproduce it but didn't manage to. I'm not sure how you could have ended in a disconnected state like this. Running this should fix it though: snap connect okular:kf6-core22 kf6-core22:kf6-core22-slot
@K(In reply to Kevin Ottens from comment #1) > Tried to reproduce it but didn't manage to. I'm not sure how you could have > ended in a disconnected state like this. > > Running this should fix it though: > snap connect okular:kf6-core22 kf6-core22:kf6-core22-slot Yea it has fixed the issue thanks