Just Manager Forum

Official Just Manager forum

You are not logged in.

#1 2013-08-14 21:12:23

navigat0r
Member
Registered: 2013-02-13
Posts: 191

arror icon missing on shortcut

I could not find a setting for that so I assume this is an issue:
kWBUaCY.gif


Win10/11

Offline

#2 2013-08-14 21:53:23

nleontiev
Lead developer
From: SPb
Registered: 2012-09-19
Posts: 1,238
Website

Re: arror icon missing on shortcut

Try to use IShellIcon icon search mode. Option is situated on Configuration > Settings... > View > Display page.

Offline

#3 2013-08-15 04:23:46

Kanaduchi
Member
From: Chelyabinsk
Registered: 2013-01-21
Posts: 246

Re: arror icon missing on shortcut

Icon doesn't change after copy with IShellIcon

0_9af07_2e25c43f_orig

Last edited by Kanaduchi (2013-08-15 04:24:01)


Latest version of Just Manager - 0.1 Alpha 54 released on 2014-08-24
Modern icon pack

Offline

#4 2013-08-24 13:28:21

nleontiev
Lead developer
From: SPb
Registered: 2012-09-19
Posts: 1,238
Website

Re: arror icon missing on shortcut

Icon doesn't change, because FILE_ACTION_MODIFIED update comes from system, not FILE_ACTION_ADDED and JM doesn't call IShellIcon.

Offline

#5 2026-05-02 05:53:39

nleontiev
Lead developer
From: SPb
Registered: 2012-09-19
Posts: 1,238
Website

Re: arror icon missing on shortcut

Kanaduchi wrote:

Icon doesn't change after copy with IShellIcon

Icon update logic has been improved in 1.0.0-beta.1, however, sometimes icons are still not updated due to Shell cache update issues.

Offline

#6 2026-05-04 22:14:53

navigat0r
Member
Registered: 2013-02-13
Posts: 191

Re: arror icon missing on shortcut

confirmed, issue persists, the arrow is not shown


Win10/11

Offline

#7 2026-05-05 05:17:23

nleontiev
Lead developer
From: SPb
Registered: 2012-09-19
Posts: 1,238
Website

Re: arror icon missing on shortcut

What icon search mode do you use?
Overlays won't be displayed with the default SHGetFileInfo mode. They are retrieved only in "SHGetFileInfo with overlays"/IShellIcon modes.

Offline

#8 2026-05-05 20:38:32

navigat0r
Member
Registered: 2013-02-13
Posts: 191

Re: arror icon missing on shortcut

you are right. I forgot about the setting. this is what i get now:
2026-05-05-22h17-24.png


Why is SHGetFileInfo the standard setting if the icons are not displayed correctly? (performance?)
Which one do you suggest to use? Which one is the fastest?


Win10/11

Offline

#9 2026-05-06 05:10:23

nleontiev
Lead developer
From: SPb
Registered: 2012-09-19
Posts: 1,238
Website

Re: arror icon missing on shortcut

navigat0r wrote:

Why is SHGetFileInfo the standard setting if the icons are not displayed correctly? (performance?)

SHGetFileInfo is the default since it's faster than the others. The icons are correct, the overlays just aren't displayed.

navigat0r wrote:

Which one do you suggest to use? Which one is the fastest?

If the overlays are important for you, use "SHGetFileInfo with overlays" or IShellIcon mode.
You can check which method is faster using trace logs.
My test on C:\Windows\System32.
SHGetFileInfo:

TRACE 06.05.2026 8:08:29.655  6956 CIconsExploreThread::Run: status: finished, panel: 1, time: 0,508 s

SHGetFileInfo with overlays:

TRACE 06.05.2026 8:08:56.633  6676 CIconsExploreThread::Run: status: finished, panel: 1, time: 5,828 s

IShellIcon:

TRACE 06.05.2026 8:10:01.363  5220 CIconsExploreThread::Run: status: finished, panel: 1, time: 4,392 s

Offline

Board footer

Powered by FluxBB