Version: 0.6.80 (using Devel) Installed from: Compiled sources Compiler: gcc 4.2.3 OS: Linux When trying to open a passworded cbr file, Okular hangs with a blank white Window.
Created attachment 25794 [details] some kde icons as passworded cbr, password: test
SVN commit 828998 by pino: On UNIX, make use of a pty process instead of a normal process, as unrar opens pty connections for getting passwords. In other cases, when getting password requests via stderr, just kill the process and return with a failure code: the proper solution would be handling the password request, but this is a non-trivial task that require some more work. Thus, for now, just do not allow password-protected RARs to be opened. BUG: 165596 M +3 -0 CMakeLists.txt M +77 -22 unrar.cpp M +12 -1 unrar.h WebSVN link: http://websvn.kde.org/?view=rev&revision=828998