Bug 204195 - cbt format is not recognized
Summary: cbt format is not recognized
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: Comicbook backend (show other bugs)
Version: unspecified
Platform: openSUSE Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 19:55 UTC by Maciej Pilichowski
Modified: 2010-01-10 09:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

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