Bug 232062 - dolphin no .cbr preview thumbs
Summary: dolphin no .cbr preview thumbs
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Harsh J
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-25 03:53 UTC by t4m
Modified: 2010-03-26 05:24 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.4.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description t4m 2010-03-25 03:53:34 UTC
Version:           1.4 (using 4.4.1 (KDE 4.4.1), PCLinuxOS release 2010 (PCLinuxOS) for i586)
Compiler:          gcc
OS:                Linux (i686) release 2.6.32.10-pclos2.bfs

I have comic book files in .cbr and .cbz formats. Dolphin previews only the .cbz
files and not the .cbr files. The Maximum file size is set to 40mb, the files are
less than 15mb. Unrar non free is installed. The files are fine to extract using
Ark, or to view using QComicBook. Just no preview thumbs in Dolphin, only .cbz.
Comment 1 Harsh J 2010-03-25 13:06:25 UTC
Hi,

Based on your other bug report on Okular not being able to open .cbr files (bug 232061), I'd like to know if your problem only recently cropped up or has been the case from beginning of using KDE 4.4?

.CBR thumbnails work for me in both trunk and 4.4.1, but would like some more information to investigate.

Please post outputs of `which unrar` and `unrar | grep UNRAR`

Mine:

[harsh@QDuo ~]$ which unrar
/usr/bin/unrar

[harsh@QDuo ~]$ unrar | grep UNRAR
UNRAR 3.93 freeware      Copyright (c) 1993-2010 Alexander Roshal

[Tested using ArchLinux Packages and self-compiled trunk]
Comment 2 t4m 2010-03-25 13:54:13 UTC
[sv7@localhost ~]$ which unrar
/usr/bin/unrar

unrar | grep UNRAR
...oops no reply

but in terminal

[sv7@localhost ~]$ unrar

RAR 3.93   Copyright (c) 1993-2010 Alexander Roshal   15 Mar 2010
Shareware version         Type RAR -? for help
Comment 3 t4m 2010-03-25 13:59:28 UTC
This feature has never worked, since the beginning of using KDE 4.4.
Comment 4 Harsh J 2010-03-25 14:11:41 UTC
Hm ok, thanks for providing the info!

This should be fixed soon, thanks for reporting :)
Comment 5 Harsh J 2010-03-25 14:31:31 UTC
SVN commit 1107365 by harshj:

For Comic Book Thumbnails:
 * Add support for the 'rar' executable. Shareware version sometimes distributed as 'unrar' also. Thumbnailing breaks in this case.
 * Instead of checking for the 'freeware' keyword in unrar output, lets do it like Okular - check for 'UNRAR'/'RAR' words (case-sensitive).

BUG:232062


 M  +4 -1      comiccreator.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1107365
Comment 6 Harsh J 2010-03-26 05:15:07 UTC
SVN commit 1107590 by harshj:

For Comic Book Thumbnails:
 * Add support for the 'rar' executable. Shareware version sometimes distributed as 'unrar' also. Thumbnailing breaks in this case.
 * Instead of checking for the 'freeware' keyword in unrar output, lets do it like Okular - check for 'UNRAR'/'RAR' words 
(case-sensitive).

CCBUG:232062

Backport of 1107365



 M  +4 -1      comiccreator.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1107590
Comment 7 Harsh J 2010-03-26 05:24:34 UTC
Should be fixed in 4.4.2.