Page 1 of 1

Overlay icons

Posted: 11 Feb 2020 10:39
by kosthala
Hello,

I'm facing a problem with overlay icons.
I have installed both Dropbox and Google Drive in my machine (Windows 10 64 bit).
I have enabled the "Show icons overlays" option.
Windows explorer shows overlay icons for both applications.
XYplorer shows overlay icons only for Dropbox.

Is there any solution to this problem?

Re: Overlay icons

Posted: 13 Feb 2020 11:36
by admin
There is a solution but it's not really comfy:
viewtopic.php?p=146358#p146358

Re: Overlay icons

Posted: 15 Feb 2020 08:47
by kosthala
I tried that solution without success.
I forgot to mention that this problem is happening in my PC. In my laptop, I have not installed Dropbox, only the Google drive and the problem is the same. I think something is happening only with Google drive.

Re: Overlay icons

Posted: 31 Mar 2020 19:19
by avsfan
My overlay icons for TortoiseSVN just disappeared when I updated to 20.90. They show up in Windows Explorer, but not XY.

I turned off icon overlays, and then re-enabled them, but no change. Any idea why they would disappear?

Re: Overlay icons

Posted: 01 Apr 2020 11:01
by admin
:eh: Nothing was changed here. Please verify by testing 20.80 (https://www.xyplorer.com/freezer.php).

Re: Overlay icons

Posted: 04 Apr 2020 06:39
by avsfan
Well, 20.8 didn't fix anything -- I still could not see the icon overlays in XY, though they showed up in Explorer just fine...

So I edited the registry and made sure the Tortoise overlay identifiers (located in HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\) all had more spaces than the dropbox identifiers -- I had to have 4 (!) spaces before each one.

After I restarted XY (simply turning the overlay icons off and then back on didn't work), they overlays showed up! Yay!

Any idea why (before the regedit) they wouldn't show up in XY but *did* show up in Explorer? Seems XY should be able to see them the same as Explorer, right?

Re: Overlay icons

Posted: 04 Apr 2020 11:45
by admin
1. 20.8 was not expected to fix anything, but to prove that there was no regression in 20.9. And it did that alright.

2. Spaces, what spaces? How weird is that? Is that documented anywhere?

3. Well, being 32-bit XY reads the WOW6432Node, whereas Explorer does not.

Re: Overlay icons

Posted: 04 Apr 2020 20:22
by avsfan
That all makes sense, of course.

The spaces are placed at the beginning of the identifier names to bring them to the top of the list when they're sorted. As Dropbox prefixes theirs with 3 spaces, I needed to use 4...

(and I found the idea for doing that from another post on this site (viewtopic.php?t=16904).

I thought I had tried that before, but apparently not. In any case, it's working now!

Re: Overlay icons

Posted: 04 Apr 2020 20:41
by admin
A hack from hell, but if it works... :beer:

Re: Overlay icons

Posted: 04 Apr 2020 20:44
by avsfan
Definitely not a great solution, but as you say, if it works... :)

Re: Overlay icons

Posted: 06 Sep 2021 11:49
by nutnutwin
Sorry for posting on an older post
For Dropbox I did the workaround in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers
(adding space to put the items up the list, and it worked in both Explorer and XYp

For Google Drive I tried copying the same items to
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\
where admin says XYp refers to, it didn't work.

well...didn't take much time though
just in case anyone need this info

Re: Overlay icons

Posted: 13 Sep 2021 08:22
by admin
OK, thanks for the info!