[Okular-devel] [okular] [Bug 317891] Okular takes >1 min to open some pdf files
Markus Trippelsdorf
octoploid at yandex.com
Mon Nov 10 21:34:48 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=317891
--- Comment #16 from Markus Trippelsdorf <octoploid at yandex.com> ---
(In reply to Dave Lepore from comment #15)
> I still have the problem with the file (that was) attached here. It seems to
> me that it is the same problem as of the PGF manual. Does the PGF manual
> opens instantly for you?
Yes.
>I fear it may be a local problem here... Is there something I can do to check if it is a local problem?
Well, as I wrote in comment 9, you need to make sure HAVE_POPPLER_0_28 is
defined.
I used the following patch:
diff --git a/cmake/modules/FindPoppler.cmake b/cmake/modules/FindPoppler.cmake
index 6389a625d3ba..429024bcfd2e 100644
--- a/cmake/modules/FindPoppler.cmake
+++ b/cmake/modules/FindPoppler.cmake
@@ -129,8 +129,6 @@ check_cxx_source_compiles("
#include <poppler-qt4.h>
int main()
{
- Poppler::Page *p = 0;
- p->annotations( QSet<Poppler::Annotation::SubType>() <<
Poppler::Annotation::ASound );
return 0;
}
" HAVE_POPPLER_0_28)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list