Xanashi / Icaros

Official issue tracker and download location for Icaros Shell Extensions
801 stars 9 forks source link

Some thumbnails don't resize when moving from desktop to file explorer on Windows 11 #111

Open raziel711 opened 4 months ago

raziel711 commented 4 months ago

OS: Windows 11 Pro 23H2 22631.3880 Icaros version: 3.3.3 Beta 2

I'm having an issue with thumbnails not resizing when moving files from my desktop to file explorer.

For example, I have the icon size set to medium on my desktop and set to large in explorer and the following happens when I move an image file:

https://github.com/user-attachments/assets/17f44ad7-0ec6-4b2c-bcbb-ac6fbc3ef9d5

It looks like the thumbnail size stays at a medium size in explorer. However, if I remove .jpg from the thumbnail filetypes in Icaros and just use Windows' default thumbnail generation, the thumbnail is correctly resized after being moved:

https://github.com/user-attachments/assets/39a735b3-cb1a-4a35-9f8b-91fe32103e09

This only seems to be an issue with thumbnail generation for images or documents (such as .epub, .cbz, or .odt); video and audio formats all work as expected. Also, I have not experienced this issue on Windows 10 so I think this may be specific to Windows 11.

Xanashi commented 2 months ago

Thanks for the report. I'll see what I can figure out. With that said, all the visuals in File Explorer is completely controlled by Windows. The shell extensions only provide the raw image data, and then let's Windows handle the rest, so this is most likely a Windows bug/limitation. I will still take a look though.