hellosiyan / Viewnior

Elegant Image Viewer
https://siyanpanayotov.com/project/viewnior/
GNU General Public License v3.0
319 stars 55 forks source link

Fall back to STANDARD_FAST_CONTENT_TYPE if STANDARD_CONTENT_TYPE is not set #135

Open JBergles opened 9 months ago

JBergles commented 9 months ago

Goal

I was having issues with opening files/directories on gvfs remote mounts (ssh and smb). Whenever I'd try to open files on a remote mount, I'd get the The given locations contain no images. error overlay.

After a bit of digging, I was able to find that gvfs is no longer always providing standard::content-type for files.

This branch updates Viewnior to fall back to standard::fast-content-type if standard::content-type is not available

References