Bug 488612 - Okular not launching
Summary: Okular not launching
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR grave
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-17 08:17 UTC by John Kagunda
Modified: 2024-06-18 08:27 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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