https://bugs.kde.org/show_bug.cgi?id=449448
--- Comment #8 from Albert Astals Cid <aa...@kde.org> --- > Or the Okular mobile UI is available for "desktop Linux" too? Obviously it is, why would I be recommending you to use it otherwise? > No, I didn't change any settings Ok, hard to debug for me without access to such a phone, but one thing you could do (assuming you have access to kdebugsettings and a terminal) is this. Open kdebugsettings, search for okular and change all the options to full debug. Then start Okular from a terminal and you should see debugs like org.kde.okular.core: sending request observer=0x55d55f5751d0 1461x1960@377 async == true isTile == false org.kde.okular.core: sending request observer=0x55d55f5751d0 1461x1960@378 async == true isTile == false org.kde.okular.core: sending request observer=0x55d55f5751d0 1461x1960@376 async == true isTile == false This is okular asking for page 377, 378 and 376 to be rendered (i'm on page 377 of that file). Do you see something like that? -- You are receiving this mail because: You are the assignee for the bug.