Summary: | dolphin no .cbr preview thumbs | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | t4m |
Component: | general | Assignee: | Harsh J <qwertymaniac> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | qwertymaniac, t4m |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.4.2 | |
Sentry Crash Report: |
Description
t4m
2010-03-25 03:53:34 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] [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 This feature has never worked, since the beginning of using KDE 4.4. Hm ok, thanks for providing the info! This should be fixed soon, thanks for reporting :) 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 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 Should be fixed in 4.4.2. |