https://bugs.kde.org/show_bug.cgi?id=476436
--- Comment #13 from Steffen W. <steffen-wink...@posteo.de> --- (In reply to Steffen W. from comment #12) > (In reply to Sune Vuorela from comment #11) > > (In reply to Steffen W. from comment #10) > > > Hi, just would like to note that this bug is still occuring. Okular > > > version > > > is 24.12.2. > > > > Are you able to build a local, patched poppler? > > > > if so, can you add > > https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1761 for a > > local test ? > > > > /Sune > > Yes, tried but it didn't change anything - or I did something wrong along > the way. This is what I did: > git clone https://gitlab.freedesktop.org/svuorela/poppler.git > cd poppler/ > mkdir build && cd ./build > cmake .. > make -j6 > PATH=$(pwd):$PATH > export PATH > LD_PRELOAD ./libpoppler.so okular > > and in a second terminal > lsof ./libpoppler.so > > to verify it was being loaded and used. > > Then opened the PDF file and did the previous steps with the same result as > before. ah, just realized that I forgot to switch to the correct branch. Tried again after deleting everything in the build folder by switching to the branch change-font-on-form-field-when-embedding, sadly with the same result as before. -- You are receiving this mail because: You are the assignee for the bug.