https://bugs.kde.org/show_bug.cgi?id=421822
--- Comment #5 from quant...@gmail.com --- (In reply to Yuri Chornoivan from comment #4) > -DKDE_INSTALL_PLUGINDIR=/usr/lib64/qt5/plugins > should be added to make it work. Thanks for the hint - eventually I found out that what I needed was QT_PLUGIN_PATH, which should be set to <path to some dir in my homedir>/lib/plugins, and then indeed okular succeeds to run. The KDE_INSTALL_PLUGINDIR is used only as an installation path, and since I am not running as a root I cannot install compilation results into a system-wide dir, especially since I want to run multiple versions. In any case, now I have the two points for bisection (v19.12.3 & v20.04.1), where the problem occurs in one but not in another. I will report back when I find the commit that introduces the problem. -- You are receiving this mail because: You are the assignee for the bug.