Changing folder icons on favorites list

i've recently moved my user folder to another HD on mac.
folders such as desktop, doc, downloads, pictures that i needed to change on favorites list now have the generical folder icon.
when i try to change the icon, the folder in the submenu appears correct but the folder docked in my favorites list on the left doesn't change.
is there a way to do this?
thanks

Copy the icon you want to the clipboard.
Select the file/folder you want to change and do Get Info (cmd-I).
Click the file/folder icon on the Info window. It will highlight with a blue glow.
Paste.

Similar Messages

  • Can I change folder icons on my 5s?

    Can I change folder icons on my 5s?

    What folders? If you mean the folders you can create to organise apps, then no, those icons are automatically generated from the icons of the apps inside the folder.

  • Changing folder icons issue

    I'm suddenly having a problem in snow leopard (mac os x 10.6.8) that I haven't had before in older versions. When I use copy and paste to change a folder's icon, the folder then contains an 'icon exec' file that I do not want there. If I trash it, the icon on the folder gets trashed as well. Anyone know how I can change the icon without having to now include that 'icon exec' file in the folder? Thanks.

    Just rebooted into 10.6.8 to see if its behavior was any different than 10.7.2, which I now use most of the time.
    No change - in Lion or Snow Leopard, when I added a custom icon to a folder, an invisible file was added to the folder's contents. This file is named just "icon" with no extension, and does not display the exec icon - it displays the generic blank page with turned-down-corner icon. I used FileBuddy to do the looking, since invisibles are visible to it.
    The icon I used as a source was one derived from a JPEG image. I opened the image in Preview, did a Command-A (select all) to select the entire image, then Command-C (copy) to place it on the clipboard, then did a Get Info on the folder's icon and pasted (Command-V) the image onto the icon in the upper left.
    Perhaps the difference stems from the nature of the source image you are using?

  • Change folder icons in Acrobat X Portfolios?

    Will I be able to change foder icons an an Acrobat X portfolio? Other file icons too?

    Yes and no. Adobe has an SDK for creating custom portfolios (which would include creating folder icons). Information can be found here: http://labs.adobe.com/technologies/portfoliosdk/    However, this requires additional tools to accomplish (ie Flash Builder).
    If the changes you want to make are fairly minimal (e.g. changing the color, size, etc) you could always try entering a feature request.

  • Adobe Portfolio - Changing Folder Icon

    Using Adobe Acrobat Pro 9
    Is there any way to use a customized graphic/jpg for the Folders icon?
    When I have my portfolio grouped in folders, I want to be able to visually show something about that folder (insert JPG), not just a picture of a folder...

    Here's another discussion:
    http://bbs.applescript.net/viewtopic.php?id=10591
    This discussion sets forth two approaches, and I have made both of them work in their own way. So my question is more or less answered -- more or less, because the approach that is most satisfactory is the one that you outline in that discussion, but it seems only able to set a custom icon to a new folder ("Target").
    Please enlighten me if I'm missing something, but is there a way of making the "target" folder a pre-existing folder with another custom icon? What I really want to do is to change a folder icon, not create a new folder with a custom icon.
    What's so frustrating is that I can open two folders with different custom icons and drag their invisible icon files back and forth (changing the icons), but I haven't found a way to do that with a script.
    Thanks very much for your help.
    2.7G5 AND OTHERS   Mac OS X (10.4.5)  

  • ZCM Change folder icons Startmenu

    Hi everyone,
    Is there anyway to change the default folder icon of ZCM bundle folders in the startmenu?
    This was already asked a couple of years ago, but unfortunately there were no solutions for this.
    Greetings,
    Dennis Kitzen

    Dkitzen,
    no, when I last saw this as an enhancement request, it was still
    unchanged
    Shaun Pond
    newly reminted as a Knowledge Professional

  • [Solved] I can't change folder icons in my home folder (XFCE)

    Just in case some user have disabled signatures:
    XFCE 4.10
    Thunar
    AwOken icons
    Hello,
    I am currently using the AwOken icon set, which I downloaded on deviantart.com.
    So... I'd like the typical folders
    Pictures
    Videos
    Music
    Documents
    etc.
    to use the corresponding icons from, well, acutally any icon set I am using. But when I right-click on any folder, I can't change the Icon (second tab). Am I doing it wrong or is that a bug?
    edit
    So I tested it with a lot of other default XFCE themes and themes from the AUR (Greybird, Albatross and so forth). I can't change any icon. That's too bad, I have no clue whatsoever what the problem is, I was hoping I could change the bookmarks' icons in Thunar's sidebar as well.
    Last edited by jones (2013-03-15 15:15:50)

    VCoolio wrote:install xdg-user-dirs, maybe logout and back in. Folders are configured in ~/.config/user-dirs.dirs
    Also check here
    Yup, logging out and back in is necessary.
    Wohoo, that worked. Thanks

  • Change Folder Icon in Functions Palette

    Hey, have two questions.  I'm writing an instrument driver for an instrument I have here at work, and I have the VI's working.  I have the VIs organized and inserted into a library, which is in a project including that library and an examples folder (so basically the way Labview downloaded instrument drivers are set up).  I put all this in the instr.lib folder, and the VIs show up in the functions palette just fine.  So, based on that setup, my questions are:
    1) How do I change the folder icons (not the VI Icons - already did that) in the functions palette?
    2) How do LV instrument drivers hide the "Examples" folder and simply display the VIs from the "Public" Folder?  (they don't appear to be marked private)
    Thanks!
    TG
     

    I think the secret is in having an mnu file, which defines what will appear in the palettes. You can create one by editing the palettes (under Tools>>Advanced) and there you should be able to remove items and to edit the palette icon by right clicking it. You should probably also make sure that the mnu file is saved in the same folder, so that you can have it in other PCs. Note that the palette editor has this annoying confirmation dialog which tends to hide under other windows and which you need to get to finish editing, so move it to somewhere you can find it before you start editing.
    Another option is using VIPM to install the driver, and that will also allow you to edit a palette.

  • Possible to change folder icon using app.system()?  [PC/mac]

    I need help to verify if this works smoothly.
    ... If it is even possible...
    #target bridge;
    if ( BridgeTalk.appName == "bridge" ) {
         if ( Folder.fs == "Macintosh" ) {
              iconPath = new File("/someplace/MyIcon.icns");
              var myFolder = new Folder("/someplace");
              // select my folder and tell OSX to change the icon to MyIcon.icns
              app.system("mac command lines");
         } else if ( Folder.fs == "Windows" ) {
              iconPath = new File("/someplace/MyIcon.ico");
              myFolder = new Folder("/someplace");
              // select my folder and tell OSX to change the icon to MyIcon.ico
              app.system("command code"); // for windows7
         } else {
              alert ("Unsupported file system");

    var f=new File(app.document.presentationPath  + "/desktop.ini");
    f.open('w');
    f.encoding = "UTF8";
    f.writeln("[.ShellClassInfo]");
    // I have chosen one icon of windows7, but you can design and create your own icon, export it to .ico and add it here, for ex: f.writeln("IconResource=c:\\Users\\Public\\myIcons\\myicon.ico");
    f.writeln("IconResource=%windir%\\system32\\imageres.dll,101"); // if using dll of windows, a 2nd argument is needed to set the number of the icon (there are several possible dll libraries with hundreds of icons)
    f.writeln("[ViewState]");
    f.writeln("Mode=");
    f.writeln("Vid=");
    f.writeln("FolderType=Pictures");
    f.close();
    .hidden=true;
    var cmd = "attrib +s  \"" + decodeURI(app.document.presentationPath) + "\"";
    app.system(cmd);
    // go to the parent folder to refresh and come back again:
    var back = app.document.thumbnail.uri;
    app.document.thumbnail = app.document.thumbnail.parent;
    app.document.thumbnail.refresh();
    app.document.thumbnail = new Thumbnail(back);

  • Changing folder icon colours?

    Hi,
    A few years ago I had a small application that allowed me to change the colour of folder icons. Does anybody have any idea what it might have been? I am not looking for something like Labels-x, I don't want it to be system wide.
    Thanks, Andrew.

    This litte app, Folder Text Labeler
    http://www.download.com/Folder-Text-Labeler/3000-2256_4-10469113.html
    might do the trick...
     Intel iMac,  PowerBook   Mac OS X (10.4.8)  

  • Changing Folder Icon

    I've a N82 phone, and I'm creating some folders, and needs to change their icons, will it be possible?in the folder option, no feature to change the icon.

    hi m,
    try to download new Themes with different folder icons, folder icons will be changed depending from the Themes motiff...

  • Mac OS wont let me change folder icons

    I recently tried to change folder/hard disk icons on my mac and have had no luck since the Copy/Paste tabs in the edit menu are grayed out once i open the get info box. I am logged in as a admin so i dont know why i am having this issue...
    Any ideas?
    Thanks in advance! :-D

    Hmm, strange. Just to make sure you are doing it right. You copy an image to the clipboard. You open "get info" panel for the folder. You select the small folder icon in the top left corner. You paste the image there. Is this the procedure you are using?

  • TP4 FileExplorer tree: change Folder icon when expanded/collapsed

    I am trying to create a tree similar with FileExplorer from the Demo application. I am trying to use two icons for every node: one for expanded node and another one for collapsed.
    I use a rowDisclosureListener tag
    rowDisclosureListener="#{menuBean.menuRowDisclosureEvent}to fire an expand/collapse event. In a custom method menuRowDisclosureEvent(RowDisclosureEvent disclosureEvent) I retreive the selected node and programatically change the icon. The only thing is that the tree view itself is not refreshed on the same phase cycle. The node icons are refreshed only at the next requests.
    Thanks,
    /Florin

    I have also tried to use:
    AdfFacesContext.getCurrentInstance().addPartialTarget(tree);Didn't helped

  • Trouble changing folder icon

    when i 'get info' on the source jpg i'd like to use, it doesnt show up as a mini picture, but as the 'jpg' logo. it shows up this way in the finder also before i 'get info'. some images show up as mini pics in the finder and after i 'get info' on them, but these,of course, are not ones i want to use. how can i make all the other image files show the mini pic at the top in the 'get info' window?

    If the jpeg you want to use as a folder icon is not TOO gigantic, just open it in Preview and copy. Then select the folder, do GetInfo, select the little generic icon at the top and paste. You can check to make sure the jpeg actually copied to the clipboard by going to the Finder Edit menu and near the bottom is "Show Clipboard"--if nothing shows up on the clipboard after the copy step then you may want to try resizing with an image editor or crop it in Preview. There are several little freebie programs that will create thumbnail icons for files that don't have them. I like VitaminSee. Take a look on VersionTracker, you might find one that you like better.
    Francine
    Francine
    Schwieder

  • Changing folder icons

    I know this has been brought up, but I have a slightly different problem.
    I can highlight, copy, and paste the images I want onto the folders, but all that ever shows up on the Get Info window is a generic image preview, not the icon I want to copy.
    I have 'Show icon preview' in the view options checked, but all it does is give me the icon image on the desktop, not on the Get Info window.
    When I tried to get around this by copying the icon from Preview, the folder has a black box around it. There is no black box around the icon anywhere else, only when I use it as a folder image.
    This is what I'm dealing with:
    !http://i43.photobucket.com/albums/e379/lostlildemonicangel/Picture3-1.png!
    Is there any way for me to get around this completely? Buying software is not an option.

    *How to change icons*
    To do so, highlight the icon........
    Hold down the Option Key......
    Go to File>Get Info......
    In the existing window, click the existing icon, and then choose Edit>Copy
    Next, click the icon to which you want to transfer the copied icon. Its icon now appears in the Info dialog box that’s still open on the screen.
    Click the icon in the dialog box, and this time choose Edit>Paste.
    Viola!!!!! You now have a new icon.
    Or you can download this easy to use simple shareware program called CandyBar. This easy to use piece of software is also less time consuming.

Maybe you are looking for

  • C drive crash?

    Hi There, This is Denise. I am working on my hubbies laptop while using mine for solutions. I am not a professional by any means. Here's what's happening. Windows cant access the C drive. The networking for internet wont work. I cant access trouble s

  • Adobe lightroom and photoshop

    past year I had cc for students. I change this year because I only need as student photoshop and lightroom. I pay for that but my question is. It is at the moment not possible to open my photoshop of lightroom. My adobe CC is coming up and tell me th

  • Extract slow moving

    OGG Version 11.2.1.0.6_03 OS - RHEL 5.8 We have encounter an issue where extract Lag stops moving but Checkpoint is keep increasing. Example: EXTRACT     RUNNING     ETEST    29:02:57      35:52:01   --send extract status   --> Don't know why current

  • Photoshop - Corrupts JPEG on load!

    The following image looks correct in browsers (FF or IE) and in viewers (e.g.Irfanview) but not in Photoshop! Save the JPEG and open it in Photoshop, see it yourself...Pay attention to the pink aliasing on the top-right.

  • 3rd party MIBs in Sun Management Center

    Hello: I have just installed a Sun Mangement Center 3.5 environment. Also configured some SNMP object, some as proxy monytoring and other just as SNMP ping. Now I have to configure some SNMP objects for which I have SNMPv2 MIBS and I dont know how to