Xanashi / Icaros

Official issue tracker and download location for Icaros Shell Extensions
621 stars 7 forks source link

Icon overlays on thumbnails doesn't work to .zip files #58

Closed fortissimo247 closed 1 year ago

fortissimo247 commented 1 year ago

Screenshot_302

It work nicely to .mp4 files but not to .zip How do I fix it?

Xanashi commented 1 year ago

Icaros doesn't handle the icon overlays on thumbnails, it's handled by Windows. You could try to check in the Windows Registry, if the following value exists:

[HKEY_CLASSES_ROOT\SystemFileAssociations\.zip] "IconOverlay"

If the IconOverlay value exists, you need to delete it to make icon overlays appear on ZIP files.

fortissimo247 commented 1 year ago

Screenshot_304 Screenshot_303

I thought Icaros can handle icon overlay because that option exists, and it works well to .mp4 files.

Screenshot_305 And I couldn't find "IconOverlay" in my registry.

Xanashi commented 1 year ago

It's just a shortcut to the following folder option:

iconoverlay_folderoptions

Check the following key for the IconOverlay value

[HKEY_CLASSES_ROOT\.zip]

Also check the 'Content Type' value in that key. If it for example says 'image' before the front slash, you could try to look for the IconOverlay value in the following key:

[HKEY_CLASSES_ROOT\SystemFileAssociations\image]

fortissimo247 commented 1 year ago

I still can not find that keys, but I reconized it work on .7z files. I used CBX Shell that program showing thumbnail of .zip or .rar files before using Icaros. Could that be the problem?

And thank you very much answering me.

Screenshot_309

Xanashi commented 1 year ago

It is almost certainly a registry setting that is set wrong. Any software interacting with zip files could have caused this. I personally don't use Icaros on zip files, so I haven't tested this scenario all that much.

What is the "Content Type" of .zip in your registry? (Found under [HKEY_CLASSES_ROOT\.zip])

fortissimo247 commented 1 year ago

Oh I was finding at wrong directory, and now I found it.

Screenshot_310 Screenshot_311 Screenshot_312 Screenshot_313

Xanashi commented 12 months ago

Hmm... it may be the PerceivedType you need to look for in the SystemFileAssociations. So try looking for compressed and see if that has a TypeOverlay value.

As you can see in your SystemFileAssociations\image key, the TypeOverlay value should block overlay icons on any image formats.

fortissimo247 commented 12 months ago

After several attempts, I solved by removing below key. HKEY_CLASSES_ROOT\SystemFileAssociations.zip\CLSID

Thank you for helping!!

Xanashi commented 12 months ago

Interesting. I didn't know that could affect the icon overlays. Thank you for posting your solution! I'm sure it will be helpful to others with similar issues.