Created attachment 129923 [details] Test file with inline note SUMMARY The text of the annotations disappeared in Okular (flatpak package) on Ubuntu 20.04 after installing the tex-gyre (20180621-3) package. Uninstalling tex-gyre fixed the issue. STEPS TO REPRODUCE 1. sudo apt install -y flatpak gnome-software-plugin-flatpak 2. flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo 3. flatpak install org.kde.okular 4. sudo apt install -y tex-gyre 5. logout & login again 6. flatpak run org.kde.okular "/home/$USER/Documents/test.pdf" # text of inline note doesn't appear 7. sudo apt purge -y tex-gyre 8. flatpak run org.kde.okular "/home/$USER/Documents/test.pdf" # text of inline note text appears OBSERVED RESULT Annotation text disappears. EXPECTED RESULT Annotation text appears. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Ubuntu 20.04 LTS (available in About System) KDE Plasma Version: KDE Frameworks Version: 5.69.0 Qt Version: 5.14.2 (built against 5.14.2) ADDITIONAL INFORMATION
Created attachment 129924 [details] test.pdf with tex-gyre package
Created attachment 129925 [details] test.pdf without tex-gyre package