[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-13 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=325677 Albert Astals Cid changed: What|Removed |Added Status|REOPENED|RESOLVED Version Fixed In|

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Jörg Schuck
https://bugs.kde.org/show_bug.cgi?id=325677 --- Comment #13 from Jörg Schuck --- Whoops. Sorry for that. -- You are receiving this mail because: You are the assignee for the bug. ___ Okular-devel mailing list Okular-devel@kde.org https://mail.kde.org/

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=325677 Christoph Feck changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Jörg Schuck
https://bugs.kde.org/show_bug.cgi?id=325677 Jörg Schuck changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Jörg Schuck
https://bugs.kde.org/show_bug.cgi?id=325677 --- Comment #10 from Jörg Schuck --- Agreed. Your patch is quite elegant and superior to my suggestion. -- You are receiving this mail because: You are the assignee for the bug. ___ Okular-devel mailing list

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=325677 --- Comment #9 from Christoph Feck --- > Seems like line 117 in generators/comicbook/unrar.cpp needs to be > > int ret = startSyncProcess( QStringList() << "x" << mFileName << > > mTempDir->name() ); > for unrar version 5+. That would also be possible

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=325677 --- Comment #8 from Christoph Feck --- Thanks for the test files. The only .cbr files I had did not use sub-directories. Patch is at https://git.reviewboard.kde.org/r/113163 -- You are receiving this mail because: You are the assignee for the bug. __

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Jörg Schuck
https://bugs.kde.org/show_bug.cgi?id=325677 --- Comment #7 from Jörg Schuck --- I dug a little deeper. Seems like the problem essentially comes from line 131 in generators/comicbook/unrar.cpp > startSyncProcess( QStringList() << "lb" << mFileName ); The unrar lb command changed its behavior in

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Jörg Schuck
https://bugs.kde.org/show_bug.cgi?id=325677 --- Comment #6 from Jörg Schuck --- Seems like it has something to do with the files. If the images are contained in a subfolder within the rar file used as base for the .cbr okular fails to open it with the latest unrar version. -- You are receiving

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Jörg Schuck
https://bugs.kde.org/show_bug.cgi?id=325677 --- Comment #5 from Jörg Schuck --- Created attachment 82710 --> https://bugs.kde.org/attachment.cgi?id=82710&action=edit This is a sample file that won't open for me. This file fails to open. It HAS the image in a subfolder within the file. -- You

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Jörg Schuck
https://bugs.kde.org/show_bug.cgi?id=325677 --- Comment #4 from Jörg Schuck --- Created attachment 82709 --> https://bugs.kde.org/attachment.cgi?id=82709&action=edit Sample comic file that will open for me. This file will open for me. The base .rar file used DOESN't have the image in a sub-fol

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-07 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=325677 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org --- Comment #3 from Albert As

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-06 Thread Jörg Schuck
https://bugs.kde.org/show_bug.cgi?id=325677 --- Comment #2 from Jörg Schuck --- As for unrar: $ unrar --version UNRAR 5.00 freeware Copyright (c) 1993-2013 Alexander Roshal And the complete debugging information for okular. $ okular comic.cbr okular(28727)/kdeui (KIconLoader) KIconTheme

[Okular-devel] [okular] [Bug 325677] okular fails to open .cbr files with newest unrar installed

2013-10-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=325677 Christoph Feck changed: What|Removed |Added CC||christ...@maxiom.de --- Comment #1 from Christ