https://bugs.kde.org/show_bug.cgi?id=394824
Bug ID: 394824 Summary: Presentation crash with video Product: okular Version: 1.4.0 Platform: Neon Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: okular-de...@kde.org Reporter: niko...@iversenmail.dk Target Milestone: --- Niche case, but still. When I go into presentation mode (ctrl+shift+p) and exit (esc), okular crashes. It does this for one particular file, a presentation (pdf) and in it, there is an embedded webm video. Okular can play the videos both in presentation mode and without it. While I can't share the specific pdf right now, I can provide a MWE for how I produce the pdf that causes the crash: \documentclass{beamer} \usepackage[utf8]{inputenc} \usepackage{default} \usepackage{multimedia} \begin{document} \begin{frame} \movie[width=\textwidth, height=0.5625\textwidth, autostart, loop, poster]{}{graphics/video.webm} \end{frame} \end{document} I have tried with several videos and they all seem to produce the same result. -- You are receiving this mail because: You are watching all bug changes.