Bug 488612

Summary: Okular not launching
Product: [Applications] okular Reporter: John Kagunda <rafaeljohb>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: grave CC: aacid, ervin, nate, ostroffjh
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description John Kagunda 2024-06-17 08:17:17 UTC
***
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
Comment 1 Kevin Ottens 2024-06-17 17:50:43 UTC
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
Comment 2 John Kagunda 2024-06-18 08:07:04 UTC
@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