Page 7 of 11
Re: New Logo/Icon
Posted: 27 Sep 2022 14:41
by klownboy
phred wrote: ↑27 Sep 2022 02:38
klownboy wrote: ↑27 Sep 2022 00:04
Hi phred, I get the same error message when I don't have a semi colon,";" after "appicon", but it works when it's there.
I've had the semicolon there each and every time I've tried.
Note that "::appicon;" works - thanks to autocart for point this out.
Hi again phred, the reason for the above is that you probably do not have this tweak set to 1. You may want to set the tweak so you don't have to use "::" to use a script in the address bar.
Code: Select all
; Tweak: set to 1 to detect script in AB without ::
ScriptSmartDetect=1
Re: New Logo/Icon
Posted: 27 Sep 2022 14:48
by klownboy
paludis wrote: ↑27 Sep 2022 09:51
So, after spending more time on this.
It turns out that the Windows icon cache is just really persistent.
One has to kill
all explorer.exe instances and then delete the cache files from "%userprofile%\AppData\Local\Microsoft\Windows\Explorer".
I've tried all the tricks mentioned in the thread multiple times with no luck. I can delete the cache files and I can kill Explorer in the task manager, but I can't delete them after killing Explorer. Can you elaborate on how you accomplished that. Did you use Windows safe mode or some other process?
Re: New Logo/Icon
Posted: 27 Sep 2022 14:51
by klownboy
Does anyone know if there's a way to use the old XY icon on the tabs in web browsers like Chrome and Edge? I know they are stored on the drive, but can they be changed?
Re: New Logo/Icon
Posted: 27 Sep 2022 15:29
by phred
klownboy wrote: ↑27 Sep 2022 14:41
Hi again phred, the reason for the above is that you probably do not have this tweak set to 1. You may want to set the tweak so you don't have to use "::" to use a script in the address bar.
Perfect. Thanks for the follow-up, klownboy. That took care of the need for ::
Re: New Logo/Icon
Posted: 27 Sep 2022 15:35
by JLoftus
paludis wrote: ↑27 Sep 2022 09:51
So, after spending more time on this.
It turns out that the Windows icon cache is just really persistent.
One has to kill
all explorer.exe instances and then delete the cache files from "%userprofile%\AppData\Local\Microsoft\Windows\Explorer".
This worked for me, thank you!
Re: New Logo/Icon
Posted: 27 Sep 2022 15:37
by JLoftus
klownboy wrote: ↑27 Sep 2022 14:48
paludis wrote: ↑27 Sep 2022 09:51
So, after spending more time on this.
It turns out that the Windows icon cache is just really persistent.
One has to kill
all explorer.exe instances and then delete the cache files from "%userprofile%\AppData\Local\Microsoft\Windows\Explorer".
I've tried all the tricks mentioned in the thread multiple times with no luck. I can delete the cache files and I can kill Explorer in the task manager, but I can't delete them after killing Explorer. Can you elaborate on how you accomplished that. Did you use Windows safe mode or some other process?
I used LockHunter to kill remaining open handles - this also required closing task manager. I used a command prompt to do "rd explorer /s" from the above working directory.
Re: New Logo/Icon
Posted: 27 Sep 2022 17:10
by klownboy
JLoftus wrote: ↑27 Sep 2022 15:37
I used LockHunter to kill remaining open handles - this also required closing task manager. I used a command prompt to do "rd explorer /s" from the above working directory.
I down loaded LockHunter and did the above, but the new icon is still there. It's being persistent.
Re: New Logo/Icon
Posted: 27 Sep 2022 18:49
by Norn
The blue box icon is better for me.

Re: New Logo/Icon
Posted: 27 Sep 2022 19:03
by paludis
Do you like the new application icon?
Vote here:
viewtopic.php?f=6&t=25250
Re: New Logo/Icon
Posted: 27 Sep 2022 19:18
by paludis
klownboy wrote: ↑27 Sep 2022 14:48
I've tried all the tricks mentioned in the thread multiple times with no luck. I can delete the cache files and I can kill Explorer in the task manager, but I can't delete them after killing Explorer. Can you elaborate on how you accomplished that. Did you use Windows safe mode or some other process?
On a second machine I also spend almost a hour trying to make it work without any luck. I ended up adjusting the taskbar pin shortcut manually to change the icon there.
Code: Select all
%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
Re: New Logo/Icon
Posted: 27 Sep 2022 19:52
by eil
I'm kinda surprised the way to change app icon was made through whole new script command.. Why not not simply make a rule, that whatever icon in Icons folder has name "XY.ico" - that will be taken as app icon everywhere?(just curious why not this simple method)
Re: New Logo/Icon
Posted: 27 Sep 2022 19:54
by admin
Control.
Re: New Logo/Icon
Posted: 27 Sep 2022 20:49
by Filehero
Code: Select all
% App Icon: Now the 20x20 and 24x24 versions are also front-only (like the 16x16)
instead of the whole box. So the title bar icons in 125% and 150% now all look like
the 16x16 one in 100%.

Thanks.
Re: New Logo/Icon
Posted: 27 Sep 2022 20:54
by eil
admin wrote: ↑27 Sep 2022 19:54Control.
Sorry for asking again - you mean scripting allows more control options, or it's about controlling switch allows only xy-native icons?
Re: New Logo/Icon
Posted: 27 Sep 2022 20:57
by admin
Icon is brand. I cannot let people use any random icons that easily.