Overlay Icons disappear if cm_SrcThumbs is set

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Dennis_Stevens
Senior Member
Senior Member
Posts: 215
Joined: 2013-06-08, 16:16 UTC
Location: NRW, Germany

Overlay Icons disappear if cm_SrcThumbs is set

Post by *Dennis_Stevens »

This appears also in 9.22a, so I am not sure if this is really a bug or happens intentionally. But anyway it is strange ...

Without cm_SrcThumbs activated, the overlay-Icons for (e.g. for Shortcuts) appear correctly. But as soon as cm_SrcThumbs is set, they do all disappear.
#230412 Single User Licence
Commanding Win10 64bit totally with version 11
User avatar
petermad
Power Member
Power Member
Posts: 14807
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Overlay Icons

Post by *petermad »

Works fine here - see: https://madsenworld.dk/tcmd/overlays.png

What is your setting for IconOverlays in your wincmd.ini file?
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
tuska
Power Member
Power Member
Posts: 3760
Joined: 2007-05-21, 12:17 UTC

Re: Overlay Icons

Post by *tuska »

2petermad

It looks like this to me right now.

Code: Select all

IconOverlays=1
Click on button with command: cm_SrcThumbs

With
- Button with command: cm_OpenDesktop ||| \\Desktop\*.* --> all icons for *.lnk files are displayed correctly!

- Button with command: cd "%UserProfile%\Desktop" ||| C:\Users\USER\Desktop\*.*
   --> the icons for *.lnk files are displayed very briefly and immediately hidden
- Button with command: cd C:\Users\Public\Desktop\
   --> the icons for *.lnk files are displayed very briefly and immediately hidden
- D:\Test folder\
   --> Icons for *.lnk files are displayed very briefly and hidden immediately

If I click on the button with command: cm_SwitchHidSys, then I can see the image preview very briefly,
if I release the left mouse button again.

Do you have any idea how to solve this?


Windows 10 Pro (x64) Version 1903 (OS build 18362.449)
TC 9.50ß4 x64/x86 | Everything - Version 1.4.1.955 (x64)
User avatar
petermad
Power Member
Power Member
Posts: 14807
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Overlay Icons

Post by *petermad »

2tuska
It might be because a plugin is responsible for displaying the thumbnails for .lnk files.

What is you setting for:
ThumbPlgTypes=
ThumbExplTypes=
ThumbIrfXnTypes=
ThumbTxtTypes=

Try and add |*.lnk to the end of the ThumbPlgTypes= setting to exclude plugins from displaying thumbnails for .lnk files
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Overlay Icons disappear if cm_SrcThumbs is set

Post by *ghisler(Author) »

Indeed overlay icons are only shown for icons, not thumbnails.
Author of Total Commander
https://www.ghisler.com
User avatar
tuska
Power Member
Power Member
Posts: 3760
Joined: 2007-05-21, 12:17 UTC

Re: Overlay Icons disappear if cm_SrcThumbs is set

Post by *tuska »

2petermad
Thanks for your support!

These are my settings:

Code: Select all

ThumbPlgTypes=*.*
ThumbExplTypes=*.* | *.htm *.html *.lnk
ThumbIrfXnTypes=*.*
ThumbTxtTypes=*.txt *.ini *.mnu *.inc *.lng
This setting has partially helped, namely for the folder "D:\Testfolder\":

Code: Select all

ThumbPlgTypes=*.* | *.lnk
Some *.lnk files with the image preview were displayed immediately.

The interesting thing for me was that I had to create some - already working - shortcuts new in the folder "D:\Testfolder\",
(e.g. vlc.exe.lnk --> C:\Program Files (x86)\VideoLAN\VLC\vlc.exe) so that the image preview was displayed correctly afterwards.

The buttons with the desktop shortcuts did not change the image preview view (see above).

TC 9.50ß4 x64 / x86
User avatar
tuska
Power Member
Power Member
Posts: 3760
Joined: 2007-05-21, 12:17 UTC

Re: Overlay Icons disappear if cm_SrcThumbs is set

Post by *tuska »

2petermad
The icons of C:\Users\Public\Desktop\ are displayed on your screen, but not on mine.
Picture
Configuration - Options... Icons
User avatar
petermad
Power Member
Power Member
Posts: 14807
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Overlay Icons disappear if cm_SrcThumbs is set

Post by *petermad »

Hmm on my Windows 10 I use:

Code: Select all

ThumbPlgTypes=*.ico *.dll *.icl *.wdp *.thm *.ttf *.fon  *.swf *. 
ThumbExplTypes=*.jpg *.avi *.mp4 *.wmv *.mov *.mpeg 
ThumbIrfXnTypes=*.*
ThumbTxtTypes=*.txt *.ini *.mnu *.inc *.lng
And on Windows 7 I use:

Code: Select all

ThumbPlgTypes=*.*
ThumbExplTypes=*.jpg *.avi *.mp4 *.wmv *.mov *.mpeg *mpg *.m4v | *.htm* *.lnk
ThumbIrfXnTypes=*.*
ThumbTxtTypes=*.txt *.ini *.mnu *.inc *.lng *.htm*
and both shows overlays on folder icons
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
tuska
Power Member
Power Member
Posts: 3760
Joined: 2007-05-21, 12:17 UTC

Re: Overlay Icons disappear if cm_SrcThumbs is set

Post by *tuska »

Thank you for sharing your parameters with me.

With me it is under Windows 10 Pro (x64) Version 1903 (OS build 18362.449) again as described before.
I will leave it that way with this topic for me, because this view is not a problem for me.
Post Reply