Button bar in TC running from USB

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
roentgen
Power Member
Power Member
Posts: 757
Joined: 2005-12-03, 19:58 UTC

Button bar in TC running from USB

Post by *roentgen »

When running TC from USB stick and the drive letter changes, the icons in the button bar are extracted again. This means that for the first start I have to wait for ~30 secs until TC becomes responsive.

This is odd especially because I use variables in button definition. Like:

Code: Select all

button19=%COMMANDER_DRIVE%\Programs\IrfanView\i_view32.exe,1
cmd19=""%COMMANDER_DRIVE%\Programs\IrfanView\i_view32.exe""
menu19=IrfanView
If I am to take a wild guess this is because of the data that gets stored inside the .br files that maybe is using absolute paths. Whatever the reason is I would really like to have this fixed :wink:
TC for Linux please!
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Re: Button bar in TC running from USB

Post by *m^2 »

roentgen wrote:When running TC from USB stick and the drive letter changes, the icons in the button bar are extracted again. This means that for the first start I have to wait for ~30 secs until TC becomes responsive.

This is odd especially because I use variables in button definition. Like:

Code: Select all

button19=%COMMANDER_DRIVE%\Programs\IrfanView\i_view32.exe,1
cmd19=""%COMMANDER_DRIVE%\Programs\IrfanView\i_view32.exe""
menu19=IrfanView
If I am to take a wild guess this is because of the data that gets stored inside the .br files that maybe is using absolute paths. Whatever the reason is I would really like to have this fixed :wink:
I can't confirm this.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48173
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Is this really on the same PC? TC should re-read the bar only if either
- the .bar file has changed, or
- the screen color depth has changed (e.g. 16 bit vs 32 bit colors)
- the configured icon size has changed
- options: with/without frame, small icons, xp style bar

If none of these have changed, then the checksum is the same as stored in the .br2 file, and the bar will not be recreated.
Author of Total Commander
https://www.ghisler.com
User avatar
roentgen
Power Member
Power Member
Posts: 757
Joined: 2005-12-03, 19:58 UTC

Post by *roentgen »

No, it isn't on the same PC.

I guess that
the screen color depth has changed (e.g. 16 bit vs 32 bit colors)
must be the most plausible reason.

Tough luck...
TC for Linux please!
Post Reply