Page 1 of 2

Icon not showing in CFA

Posted: 04 Sep 2022 13:04
by omid
It seems to be a problem only with Chrome

|"chrome1|chrome.ico" html;htm > chrome
|"chrome2|chrome.ico" html;htm > notepad

Re: Icon not showing in CFA

Posted: 05 Sep 2022 10:35
by admin
Cannot reproduce. :|

Re: Icon not showing in CFA

Posted: 05 Sep 2022 12:48
by omid
that is weird :(

Re: Icon not showing in CFA

Posted: 05 Sep 2022 13:08
by admin
Could it be the case? Try both chrome and Chrome.

Re: Icon not showing in CFA

Posted: 05 Sep 2022 13:21
by omid
No, I tested it, the result is the same as before

Re: Icon not showing in CFA

Posted: 05 Sep 2022 13:38
by admin
Then Chrome is not registered correctly in the 32-bit branch of the registry. (But here in Win8.1 it is.)

Re: Icon not showing in CFA

Posted: 05 Sep 2022 13:42
by admin
Try without spaces:
|"chrome1|chrome.ico" html;htm>chrome

Re: Icon not showing in CFA

Posted: 05 Sep 2022 14:06
by omid
admin wrote: 05 Sep 2022 13:42 Try without spaces:
|"chrome1|chrome.ico" html;htm>chrome
Not only the icon is missing but also the text "chrome1" is changed to "chrome"

Re: Icon not showing in CFA

Posted: 05 Sep 2022 14:18
by admin
It should not make a difference. Fixed in next beta.

Re: Icon not showing in CFA

Posted: 08 Sep 2022 09:15
by omid
admin wrote: 05 Sep 2022 14:18 It should not make a difference. Fixed in next beta.
I tried the most recent beta but still icon is missing :(

Re: Icon not showing in CFA

Posted: 08 Sep 2022 09:17
by admin
omid wrote: 08 Sep 2022 09:15
admin wrote: 05 Sep 2022 14:18 It should not make a difference. Fixed in next beta.
I tried the most recent beta but still icon is missing :(
I was referring to with/without spaces. That the icon is missing is due to a wrong to your Chrome being not correctly registered.

Re: Icon not showing in CFA

Posted: 08 Sep 2022 10:11
by omid
My mistake, I thought you were referring to text.
There is still a problem with the text display.

Re: Icon not showing in CFA

Posted: 08 Sep 2022 10:39
by admin
That's on purpose: If the file reference does not work ("chrome") then you get no custom text / icon. That should tell you that something is wrong here.

Re: Icon not showing in CFA

Posted: 08 Sep 2022 13:49
by omid
admin wrote: 08 Sep 2022 10:39 That's on purpose: If the file reference does not work ("chrome") then you get no custom text / icon. That should tell you that something is wrong here.
Thank you for your explanation

Re: Icon not showing in CFA

Posted: 09 Sep 2022 08:45
by admin
FYI, in the last beta (v23.60.0006) I added a (not officially documented) way to find out whether a nick name (aka "ProgID") like "Chrome" actually works:

Code: Select all

echo get("assoc", "Chrome", 2); 
On my system it returns "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe".