[Bug 225588] Re: qcomicbook hangs when opening zip archives

2009-09-03 Thread Brian Murray
qcomicbook has been updated to version 0.4.1 in Karmic so I'm setting this bug to Fix Released. Thanks everyone for your research and working on this bug report. qcomicbook (0.4.1-1) unstable; urgency=low * New upstream release. * Build-Depends: libqt4-dev (= 4.3.0). -- Brian Murray

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2009-08-30 Thread Cork
Donno if this info is needed, but I can confirm that that package (0.4.1) fixes the problem for me. -- qcomicbook hangs when opening zip archives https://bugs.launchpad.net/bugs/225588 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2009-08-27 Thread JRavasi
A new version of QComicBook (0.4.1) was released to fix this bug. We could have an updated package. http://linux.bydg.org/~yogin/qcomicbook/qcomicbook-0.4.1.tar.gz -- qcomicbook hangs when opening zip archives https://bugs.launchpad.net/bugs/225588 You received this bug notification because you

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2009-07-21 Thread JRavasi
I would like to ask other people having this issue if you have 64-bit installations, or if anyone is using 32-bit Ubuntu. -- qcomicbook hangs when opening zip archives https://bugs.launchpad.net/bugs/225588 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2009-07-21 Thread JRavasi
Forget the question about 64-bit. I found the bug (still don't know if it is qcomicbook's or Qt's). Here is a patch to fix it (or at least, work around the problem). It disables UI updating when opening archives, but at least it doesn't hang anymore. It would probably need some redesign from the

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2009-07-18 Thread JRavasi
I can reproduce it here. It seems at least two bugs, one in Qt4 and another in qcomicbook. The main GUI thread hangs in src/imgarchivesink.cpp, QComicBook::ImgArchiveSink::extract(const QString , const QString , ArchiveType), around line 221: extcnt = 0; pext-start(extprg,

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2009-05-16 Thread Cork
I've been able to resolve all problems with rar, files except password protection by installing the non free unrar package. zip files hangs what ever i do though. Adding a test file feels kinda unneeded cause any zip, what ever I do hangs. Im using: ubuntu 9.04 qcomicbook 0.4.0 unzip 5.52 zip

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2009-04-13 Thread Brian Murray
I've been able to recreate this with any of my zip archives so it'd be really helpful if a document that creates this bug could be added to the report. -- qcomicbook hangs when opening zip archives https://bugs.launchpad.net/bugs/225588 You received this bug notification because you are a member

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2009-04-10 Thread Rogue Jedi X
I'm also experiencing the same problem. Unpacking the archives and then opening the folder works fine, while opening the archive files themselves with qcomicbook causes it to hang at usually 98%, thought the number differs from time to time. Using Kubuntu 8.10 64-bit. -- qcomicbook hangs when

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2008-12-19 Thread Yözen Hernández
I have experienced this bug ever since 8.04, and I still do in 8.10 with the latest updates. The % at which it hangs varies (sometimes 80%, 97%, and sometimes the progress bar turns completely blank.) QComicBook must be killed as it becomes completely unresponsive. In 8.10, I have even

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2008-12-16 Thread Brian Murray
Do you have a sample document that can be used to recreate this bug report? Additionally, what is the latest release of Ubuntu you've been able to recreate this bug with? Thanks in advance. ** Changed in: qcomicbook (Ubuntu) Status: New = Incomplete -- qcomicbook hangs when opening zip

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2008-05-25 Thread Berti
Confirmed on a fresh upgrade to Hardy 8.04. If someone has built a package with the proposed workaround, is it possible to distribute it ? -- qcomicbook hangs when opening zip archives https://bugs.launchpad.net/bugs/225588 You received this bug notification because you are a member of Ubuntu

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2008-05-25 Thread akudewan
@Berti: For some reason, the workaround I proposed isn't working consistently. You could try comix ( http://comix.sourceforge.net/ ) for the time being, or unzip the archives manually... I hope this is fixed soon though, I like qcomicbook better. -- qcomicbook hangs when opening zip archives

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2008-05-09 Thread Lucas Cardoso
I can confirm this bug in Ubuntu Hardy 8.04. Strangely enough, it only happened after I reinstalled Gutsy and upgraded to Hardy (I had made a clean install of Hardy a couple of days ago and it qcomicbook worked perfectly). -- qcomicbook hangs when opening zip archives

[Bug 225588] Re: qcomicbook hangs when opening zip archives

2008-05-02 Thread akudewan
I found a workaround. In the file src/statusbar.cpp, commenting out the last line in the function StatusBar::setProgress(int n, int total) seems to solve the problem. (line 166: pbar-setValue(n);) It seems to hang after the difference between the n and total variables is 4. Most probably a