icon goes wrong

Things you’d like to miss in the future...
adamsxu
Posts: 3
Joined: 11 Aug 2022 01:55

icon goes wrong

Post by adamsxu »

what's wrong with the icons?
All the folders and files get the same icon.
Attachments
icon.png
icon.png (144 KiB) Viewed 927 times

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: icon goes wrong

Post by admin »

You are not the first who noticed that. It appears to be a recent Win 11 bug.

Select one of those items and run this through the XY address bar:

Code: Select all

sysicons <curitem>, 0;
What do you get? Should look something like this, but probably won't:
Attachments
2022-08-11_110438.png
2022-08-11_110438.png (24.92 KiB) Viewed 902 times

adamsxu
Posts: 3
Joined: 11 Aug 2022 01:55

Re: icon goes wrong

Post by adamsxu »

I do as u told.

1.Selected an folder run the command.
2.Choose an icon, click OK.

Nothing has changed.
Attachments
icon.png
icon.png (138.78 KiB) Viewed 871 times

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: icon goes wrong

Post by admin »

Is the icon of that folder shown in the tree?

adamsxu
Posts: 3
Joined: 11 Aug 2022 01:55

Re: icon goes wrong

Post by adamsxu »

yes

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: icon goes wrong

Post by admin »

Interesting! Who else sees this with Win11?

cesarjulio
Posts: 1
Joined: 20 Aug 2022 03:54

Re: icon goes wrong

Post by cesarjulio »

Icons not displayed

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: icon goes wrong

Post by admin »

In beta v23.50.0027 or later, run this through the address bar:

Code: Select all

sysicons "C:\Windows", 1, 1;
This is what I see here:
2022-08-20_155811.png
2022-08-20_155811.png (26.54 KiB) Viewed 733 times
What do you get? (show a screenshot)

xrt19
Posts: 2
Joined: 23 Aug 2022 20:17

Re: icon goes wrong

Post by xrt19 »

admin wrote: 17 Aug 2022 10:30 Interesting! Who else sees this with Win11?
I have the same problem. This happened in nearly a month. I try to re-install the latest version and old version after deleting all the relative cache, but icons are still missing. So, I guess win11(dev) did something for the explorer and conflicted with XYplorer. Here are some details for win11 Explorer Tab.

2022.6.10 (dev) Build 25136: release the tab function (Gray)
2022.6.14 (beta) Build 22621.160: release the tab function (first launched in Build 22572 and was deleted soon)
2022.8.4 (dev) Build 25174: middle clicking a folder can open it in a new tab
2022.8.11 (beta) Build 22622.575: middle clicking function
2022.8.11 (dev) Build 25179: rolling out to everyone

PS: You can see the normal icon for a few seconds when you creat or rename a document. Then XYplorer will refresh the list and change the icon to the same "empty paper" icon.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: icon goes wrong

Post by admin »


xrt19
Posts: 2
Joined: 23 Aug 2022 20:17

Re: icon goes wrong

Post by xrt19 »

Please check.
sysicons.png
sysicons.png
sysicons.png (52.06 KiB) Viewed 695 times
Last edited by xrt19 on 23 Aug 2022 21:54, edited 1 time in total.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: icon goes wrong

Post by admin »

So, Folder Generic does not work! Thank you, that explains it for the folders.

What about the files? Try this, please:

Code: Select all

sysicons "C:\Program Files (x86)\XYplorer\ReadmeXY.txt", 1, 1;
Here it looks like this:
Attachments
2022-08-23_220703.png
2022-08-23_220703.png (25.35 KiB) Viewed 691 times

BJosephs
Posts: 6
Joined: 07 Sep 2012 00:41

Re: icon goes wrong

Post by BJosephs »

admin wrote: 17 Aug 2022 10:30 Interesting! Who else sees this with Win11?
Same here on Windows 11 Version 22H OS Build 25182.1010 [Dev Channel].
Running sysicons in address bar brings up the proper icons, just won't display in xyplorer window

xrt19
Posts: 2
Joined: 23 Aug 2022 20:17

Re: icon goes wrong

Post by xrt19 »

Here is the files. Please check.
sysicons02.png
sysicons02.png (52.51 KiB) Viewed 662 times

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: icon goes wrong

Post by admin »

Thank you, that's very helpful. I think I can fix it now.

Post Reply