[Advance apologies if my formatting of this post doesn't match forum standards - I'm new to this type of forum and I couldn't find a Review function to check it before posting]
A couple of days ago I noticed that opening some pdf files crashed atril and also okular, triggering bug reports. It happens on two systems with identical hardware and originally identical ubuntu-mate installations of 16.04 upgraded to 18.04. An example of such a file is at
https://assets.publishing.service.gov.uk/media/5c090ab1e5274a0b64c8a2f4/S2-2018_G-VSKP.pdf
This seemed serious and I waited in the hope that a fix might appear but nothing has to date. Both atril and okular depend on the poppler library and looking in /var/log/dpkg.log I see
2018-12-05 15:02:46 upgrade libpoppler-glib8:i386 0.62.0-2ubuntu2.2 0.62.0-2ubuntu2.4
...
2018-12-05 15:02:46 upgrade libpoppler73:i386 0.62.0-2ubuntu2.2 0.62.0-2ubuntu2.4
xpdf also crashes and that only depends on libpoppler73, so as a working assumption I suspect a bug there and sought to downgrade the package but haven't found a way to do this. I have tried reinstalling libpoppler73 with no change.
I see that libpoppler-glib8:i386 0.62.0-2ubuntu2.4 depends exactly on libpoppler73:i386 0.62.0-2ubuntu2.4 so I'll have to replace both.
synaptic offers me a version 0.62.0-2ubuntu2 of libpopler73 if I use Package -> Force Version but that will remove a large number of packages which depend on it.
sudo apt-get install libpoppler-0.62.0-2ubuntu2
reports:
E: Unable to locate package libpoppler-0.62.0-2ubuntu2
Perhaps I have the syntax wrong?
Am I alone in this experience? I don't see anything in the ubuntu-mate launchpad
Any help appreciated
Chris