Customized Folder Icons to work

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
CookieMonster

Customized Folder Icons to work

Post by CookieMonster »

You can assign customized icons to folders as the documentation states;
Custom icons can also be assigned to folders, drives, servers, and shares. For this to work the patterns must end with a backslash.
I thought that meant the following;

<folder>>Desktop\icon_file_bigger.ico\ < backslash at the end, didn't work. Then I tried adding <drive>:\ before the path, didn't work either. How do you get customized icons to work in XYplorer ?

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Customized Folder Icons to work

Post by binocular222 »

Here are mine:
"All Folder" *\>FXT_Folder_Icons_3\Folder_c_C_Default.ico
D:\Music\ /r>Music.ico
"Folders in USB" *[F-U]:\*\ /d>FXT_Folder_Icons_3\Folder_C_Green.ico
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

CookieMonster

Re: Customized Folder Icons to work

Post by CookieMonster »

Can you not customize specific folders in XYplorer with custom icons ? I create a custom file type with a name, find the icon and the folder icon doesn't change ?

RalphM
Posts: 2090
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Customized Folder Icons to work

Post by RalphM »

Make sure you got your settings right in Configuration:
Untick the highlighted one!
hc_169.jpg
To see the attached files, you need to log into the forum.
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

CookieMonster

Re: Customized Folder Icons to work

Post by CookieMonster »

I have that setting disabled. Here is a screen shot of my file association window.

Image

xman
Posts: 133
Joined: 28 Nov 2009 22:57

Re: Customized Folder Icons to work

Post by xman »

You also need to enable "Enable custom file icons" option in the above configuration screenshot. Took me quite a while to figure this out back then. :?

CookieMonster

Re: Customized Folder Icons to work

Post by CookieMonster »

I have that option enabled as well, it still isn't working. :x :x :x

xman
Posts: 133
Joined: 28 Nov 2009 22:57

Re: Customized Folder Icons to work

Post by xman »

OK, another idea. In your screenshot, the syntax is wrong - the left part with file extension(s) is missing. Here is how it should look like:
To see the attached files, you need to log into the forum.

CookieMonster

Re: Customized Folder Icons to work

Post by CookieMonster »

xman wrote:OK, another idea. In your screenshot, the syntax is wrong - the left part with file extension(s) is missing. Here is how it should look like:
Isn't that for file associations, not individual folders ?

xman
Posts: 133
Joined: 28 Nov 2009 22:57

Re: Customized Folder Icons to work

Post by xman »

Yes, my screenshot shows how to do it for files, but the point was that the icon preview is missing in your screenshot, so the syntax (or something else - like the icon file itself) is wrong.

Here is how you can set it up for a folder:

Code: Select all

C:\blablabla\hahaha\>myicon.ico
Also note that the path must end with a backslash.

CookieMonster

Re: Customized Folder Icons to work

Post by CookieMonster »

Manual states
code\>Green.ico [assign red.ico to all folders named "code"]
In my case I want to assign a custom icon to all folders with the name "acme" for example;

C:\2\acme>acme-icon.ico


It isn't working ? :evil:

xman
Posts: 133
Joined: 28 Nov 2009 22:57

Re: Customized Folder Icons to work

Post by xman »

Your syntax is incorrect. It points only to one specific instance of acme directory and, more importantly, is missing the backslash at the end. This should be the right syntax:

Code: Select all

acme\>acme-icon.ico
... and make sure, that acme-icon.ico is in <xyicons> directory and not elsewhere. The icon should appear next to your entry, like in my screenshot in one of my previous posts.

CookieMonster

Re: Customized Folder Icons to work

Post by CookieMonster »

Thank you, it works :D

CookieMonster

Re: Customized Folder Icons to work

Post by CookieMonster »

Loading icons is slow, I have cached enabled, and it's still slow, wow.

Nighted
Posts: 463
Joined: 21 Jan 2007 01:58
Location: Gitmo Nation North, Win 7/10/Linux/(x64)

Re: Customized Folder Icons to work

Post by Nighted »

CookieMonster wrote:Loading icons is slow, I have cached enabled, and it's still slow, wow.
It's instant. Even on my netbook.

The only time it there was lag was in the first beta with customizable icons and that was fixed up right away.

Are you using the latest version?
I want XY to serve soft ice cream. Please Don, make XY serve soft ice cream.

Post Reply