TC and IconLib

English support forum

Moderators: Hacker, petermad, Stefan2, white

User avatar
alexey65536
Junior Member
Junior Member
Posts: 65
Joined: 2006-06-16, 10:29 UTC
Location: Taganrog, RUSSIA

Post by *alexey65536 »

I have .icl file with 34 icons, but, for example, Lister icon still can't be changed by "IconLib=" method!
#199018
User avatar
ZeLen1y
Junior Member
Junior Member
Posts: 35
Joined: 2009-06-27, 09:05 UTC

Post by *ZeLen1y »

alexey65536 wrote:I have .icl file with 34 icons, but, for example, Lister icon still can't be changed by "IconLib=" method!
I'm already talked about it ... :wink:
User avatar
alexey65536
Junior Member
Junior Member
Posts: 65
Joined: 2006-06-16, 10:29 UTC
Location: Taganrog, RUSSIA

Post by *alexey65536 »

I started this topic but I didn't hear satisfactory answer here...:(
#199018
User avatar
ZeLen1y
Junior Member
Junior Member
Posts: 35
Joined: 2009-06-27, 09:05 UTC

Post by *ZeLen1y »

alexey65536 wrote:I started this topic but I didn't hear satisfactory answer here...:(
I'm too ... xD
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

ghisler(Author) wrote:You can also change single directory icons:
1. Set the "read only" attribute
2. put a file in the dir called desktop.ini with contents:
[.ShellClassInfo]
IconFile=C:\SOMEDIR\somefile.dll
IconIndex=0
Thanks, I didn't realize that was so easy. It even works for fixing the default [shortcut arrow] that gets shown for junctions.
xxxl
Junior Member
Junior Member
Posts: 50
Joined: 2006-10-13, 17:06 UTC

Post by *xxxl »

How does Freecommander show vista icons in panel?
Don't TC show icons like Freecommander?

http://www.freecommander.com/Images/fc1_en.png
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

TC uses SystemIcons except for the handful that it overrides.
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

I've just been bitten by this, I installed Progman13's ICLRead.wcx, which lets you browse .ICL's as archives, and it can also be configured to browse .DLL's and .EXE's as archives for the purposes of looking at/for contained icons...
Except now all my .ICL, .DLL and .EXE files are the yellow packer box :P

We need a very simple single option:
InternalPackerIcons=[0|1]

Perhaps a Poll is in order?
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
User avatar
Boofo
Power Member
Power Member
Posts: 1431
Joined: 2003-02-11, 00:29 UTC
Location: Des Moines, IA (USA)
Contact:

Post by *Boofo »

2Balderstrom,

How do you configure it to browse DLLs qand EXEs?
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

I found a fix for the icons on all of the extensions, ICL, DLL's, and EXE's :: adding 256 to its packer flag restored them.
icl=271,%APPDATA%\¤TC\PLUGINS\wcx\ICLRead\ICLRead.wcx
icl32=271,%APPDATA%\¤TC\PLUGINS\wcx\ICLRead\ICLRead.wcx
exe=257,%APPDATA%\¤TC\PLUGINS\wcx\ICLRead\ICLRead.wcx
dll=257,%APPDATA%\¤TC\PLUGINS\wcx\ICLRead\ICLRead.wcx
Which might be a way to fix the Archive icons for rar et al, but I don't have a packer plugin for normal archives configured/installed atm.

Progman's ICLView is a nice way to browse ICL's (Lister/F3) too. If you want it as such, it needs to be above Imagine|SGViewer in your settings:
[ListerPlugins]
0=%APPDATA%\¤TC\PLUGINS\wlx\ICLView\ICLView.wlx
0_detect="MULTIMEDIA & ext="ICO" | ext="ICL" | ext="ICL32" | force"
1=%AppData%\¤TC\PLUGINS\wlx\Imagine\Imagine.wlx
1_detect="MULTIMEDIA"
2=%APPDATA%\¤TC\plugins\wlx\AppLoader\AppLoader.wlx
2_detect="MULTIMEDIA"
Although maybe everyone has switched to "Universal Viewer"... I haven't gotten around to that, and likely ICLView can be configured with UV too.
User avatar
Boofo
Power Member
Power Member
Posts: 1431
Joined: 2003-02-11, 00:29 UTC
Location: Des Moines, IA (USA)
Contact:

Post by *Boofo »

Hello Balderstrom,

Here's what I have for ICLView:

Code: Select all

0=D:\Software\Total Commander\plugins\wlx\ICLView\ICLView.wlx
0_detect="MULTIMEDIA & ext="DLL" | ext="ICL" | ext="ICO" | ext="EXE" | ext="ICL32" | force"
You forgot the DLL and EXE in yours.

Also, before I changed the ICLRead to what you have (271), all I had to do was click on it to open it up and see the ICO files. Now it defaults to my ICO editor. I forget what it was at originally.
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
Post Reply