https://bugs.kde.org/show_bug.cgi?id=416055
--- Comment #6 from Yuri Chornoivan <yurc...@ukr.net> --- (In reply to Northsoft from comment #5) > (In reply to Yuri Chornoivan from comment #4) > > Can you update to some more recent version of poppler? I can safely open > > your file with poppler 0.82. > > rpm -qa | grep -i poppler: > lib64poppler-qt5_1-0.74.0-3.2.mga7 > poppler-0.74.0-3.2.mga7 > lib64poppler-gir0.18-0.74.0-3.2.mga7 > lib64poppler85-0.74.0-3.2.mga7 > poppler-data-0.4.9-2.mga7 > lib64poppler-glib8-0.74.0-3.2.mga7 > > These packages are the most recent from Mageia 7 repo. Same distro here. Self-compiled poppler and Okular. So you can switch to Cauldron or compile+install poppler and okular by yourself. That's not that hard: 1. Install dependencies (gcc, cmake, kf5 libs). 2. http://www.linuxfromscratch.org/blfs/view/svn/general/poppler.html 3. Rebuild Okular: git clone g...@invent.kde.org:kde/okular.git cd okular mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins .. make -j3 su -c "make install/strip" 4. Rebuild Kile, KBibTeX in a similar way. Everything should work fine. -- You are receiving this mail because: You are watching all bug changes.