Bug 233301

Summary: can not open postscript (.ps) files in okular
Product: [Unmaintained] kde-windows Reporter: Philip_PV <philip.pronin+kde>
Component: generalAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.4   
Target Milestone: ---   
Platform: unspecified   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Philip_PV 2010-04-05 00:17:33 UTC
Version:           0.10.1 (using 4.4.1 (KDE 4.4.1), MS Visual Studio 2008 SP1)
Compiler:          cl.exe
OS:                Microsoft Windows (i686) release 6.1 ((null) Professional)

Can't open .ps and .fb2 files in okular (win32) ('libspectre-0.2.1-bin' and 'ebook-tools-0.1.1-bin' are installed)
Comment 1 Philip_PV 2010-04-05 10:13:42 UTC
It seems to be a problem with mime types,
after changing line
  MimeType=application/x-fictionbook;
to
  MimeType=application/x-fictionbook+xml;
in share\kde4\services\libokularGenerator_poppler.desktop
i can open .fb2 files.
Comment 2 Albert Astals Cid 2010-04-06 19:31:21 UTC
Right, fixed the fictionbook thing, no idea about the PS thing, anyone from the windows team can help?
Comment 3 Patrick Spendrin 2012-02-21 23:32:50 UTC
ok, after fixing the dependency to ghostscript, displaying postscript & fb2 should work.