#1113821 cinnamon-desktop-data: Incorrect PDF handler specification for mime type application/x-ext-pdf

#1113821#5
Date:
2025-09-03 05:35:49 UTC
From:
To:
Dear Maintainer,

In /usr/share/applications/x-cinnamon-mimeapps.list, the handler specification
for mime type application/x-ext-pdf has a typo, "evince.deskto" - note the missing 'p'.
This is causing mailcap to complain when running its mime update triggers after apt upgrade:


$ [snipped apt output]
Preparing to unpack .../archives/mailcap_3.75_all.deb ...
Unpacking mailcap (3.75) over (3.75) ...
Setting up mailcap (3.75) ...
Warning: 'application/x-ext-pdf' had non-desktop association 'evince.deskto'
Processing triggers for man-db (2.13.1-1) ...


Looks like this typo has been present since x-cinnamon-mimeapps.list
was introduced, and therefore the find/replace that updated
evince.desktop to org.gnome.Evince.desktop missed this entry. I assume
this entry should be updated to org.gnome.Evince.desktop as well.