Bug 423914

Summary: Annotation text does not appear in Ubuntu 20.04 after installing tex-gyre
Product: [Applications] okular Reporter: johalaoui
Component: generalAssignee: Okular developers <okular-devel>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 1.10.2   
Target Milestone: ---   
Platform: Flatpak   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Test file with inline note
test.pdf with tex-gyre package
test.pdf without tex-gyre package

Description johalaoui 2020-07-05 20:59:05 UTC
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
Comment 1 johalaoui 2020-07-05 21:23:41 UTC
Created attachment 129924 [details]
test.pdf with tex-gyre package
Comment 2 johalaoui 2020-07-05 21:24:21 UTC
Created attachment 129925 [details]
test.pdf without tex-gyre package