GNOME Bugzilla – Bug 575010
evince fails to open .PS.gz files, works with .ps.gz
Last modified: 2018-05-24 11:47:51 UTC
[ from http://bugs.debian.org/519274 ] Evince can open .ps.gz files, but if you rename one to .PS.gz, it will fail saying 'unable to open document. unhandled mime type "application/x-gzip"'
it should be an issue in gio: $ gvfs-info file.ps.gz | grep content-type standard::content-type: application/x-gzpostscript standard::fast-content-type: application/x-gzpostscript $ gvfs-info file.PS.gz | grep content-type standard::content-type: application/x-gzip standard::fast-content-type: application/x-gzip
Ah, this is a problem with the xdg mime spec. It says to first to a case sensitive match and only if that fails do a case insensitive match, and .PS.gz only matches .gz case sensitivity... I'll bring it up on the list.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/204.