Bug 204195

Summary: cbt format is not recognized
Product: [Applications] okular Reporter: Maciej Pilichowski <bluedzins>
Component: Comicbook backendAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: qwertymaniac
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Maciej Pilichowski 2009-08-17 19:55:16 UTC
Version:            (using KDE 4.3.0)
Installed from:    SuSE RPMs

cbt is one of the comicbook format, and according to this comment:
https://bugzilla.novell.com/show_bug.cgi?id=530263#c5

missing cbt support in okular is an upstream problem.

How to create cbt file and test it -- go to any directory with jpg files and then execute:
tar -rf book.cbt *.jpg
okular book.cbt
Comment 1 Harsh J 2010-01-10 06:46:14 UTC
SVN commit 1072400 by harshj:

FEATURE:204195

Add support for application/x-cbt filetypes using KArchive/KTar support. All kinds of tar (.cbt) files 
should now be supported. Changed appropriate .desktop files to detect as well.



 M  +11 -0     document.cpp  
 M  +1 -1      libokularGenerator_comicbook.desktop  
 M  +2 -2      okularApplication_comicbook.desktop  
 M  +1 -1      okularComicbook.desktop  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1072400
Comment 2 Harsh J 2010-01-10 06:50:10 UTC
Also see previous commit for the generalization of Tar/Zip: r1072399

WebSVN link: http://websvn.kde.org/?view=rev&revision=1072399
Comment 3 Maciej Pilichowski 2010-01-10 08:58:37 UTC
Harsh, but this means it is fixed, right?
Comment 4 Harsh J 2010-01-10 09:15:17 UTC
Oops yeah, just noticed that I can change it below the comment form - Sorry for this!

Marking as fixed.