Folder Icon using PNG

I'm trying to change the icon of a folder to a PNG that has some transparent area, but when i change the icon of the folder... it puts a white box around the image.... how do i get it to be just the PNG, and not the white box?

The background of the actual PNG is already transparent....
Photoshop:
Image as PNG
Image in Preview, showing transparency
Get Info on the Foler i want to change the icon (Before)
After:

Similar Messages

  • 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);

  • Application folder icon

    The Application folder icon used to be the default one.  But after I installed Adobe Reader, the Adobe icon appears on top of the default in the dock.  When I open the App folder and check Get Info, the icon shown there is the default one.  How do I remove the Adobe icon from appearing on top of the default Application icon?  Thanks.

    Control-click its Dock icon and change the options as desired.
    (91712)

  • Using .png images as icons?

    Is there any reason why I can use a .png image as an icon when using a program like LiteIcon, but when I go to "get info" of an application and try to copy/paste the icon, the .png image reverts to a default preview icon?

    Not sure we're on the same page here:
    1. Double click the png file, it should open in Preview
    2. Go to the Edit menu and select Copy
    3. Select a folder you want to have that image as its icon
    4. Do GetInfo on the folder, click the wee little icon at the top of the GetInfo window of the folder
    5. Do a Paste--the folder now will have the image that is open in Preview as its icon
    The pngs will NOT preserve transparency doing this--they'll just be a regular picture. Same deal with layered tiffs. In order to keep the transparency you need to either convert to the icns format then use icns2icon, or just use Pic2Icon on the png file. You don't use it change pngs to anything: just drop the png in the image well of Pic2Icon and it will add a custom thumb to the png file. Anyway, it does for me. Then you do GetInfo on the png, copy the wee little icon at the top, and paste in the GetInfo box of some other file or folder.
    Francine
    Francine
    Schwieder

  • When I create a New Folder (on the desktop or in Finder), the system uses the Generic Document Icon instead of the Generic Folder Icon. How can I change this back?

    When I create a New Folder (on the desktop or in Finder), the system uses the Generic Document Icon instead of the Generic Folder Icon. How can I change this back?
    All of a sudden I noticed that most of the folders on my computer were no longer using the folder icon, but the generic document icon. I had to manually change back the icon being used by opening Get Info for each folder and copying and pasting the generic folder icon from some folders that remained unchanged. Now whenever I create a New Folder (right click -> "New Folder"), the icon that shows up is the generic document icon (white page with top right corner turned down). And I have to manually change it so it shows up as a folder in Finder or on my desktop. I don't know why or how this switch happened. All of the folders now on my computer look ok, but I need to change the default so when I create a New Folder it uses the correct icon.
    I have also Forced Relaunch of my Finder and rebooted the system. I downloaded Candybar but am not sure what will fix anything, so I haven't proceeded.
    Anyone know how I can do this? Thanks.

    Anyone?

  • I recently moved all of my photos from one portable drive to a new and much larger one. I use LR 5 and and all of the folders now have a ? in their folder icon. The thumbnail is there but no actual photo. How do i reconnect them?

    i recently moved all of my photos from one portable drive to a new and much larger one. I use LR 5 and and all of the folders now have a ? in their folder icon. The thumbnail is there but no actual photo. How do i reconnect them?
    Jim Boehme
    [email protected]

    Duplicate post
    see the answer at your earlier post LR 5

  • How can i use text only instead of text plus the folder icon in the bookmarks toolbar; older firefox allowed this.

    I prefer using text only instead of text plus a folder icon in the bookmarks toolbar because it used less space and I can display more bookmark folders in that toolbar. Is that possible in Firefox 4.0? It was possible in the earlier versions of Firefox. If it is possible in Firefox 4.0 how do I do that? Thank you.

    First install the "Stylish:" extension then you have thousands of styles available to choose from, most consist of only a few lines, and you can modify them to suit yourself.
    * '''Stylish''' :: Add-ons for Firefox<br>https://addons.mozilla.org/firefox/addon/stylish/
    * '''Bookmarks Toolbar Fx4 Blue/Folders, Red/Bookmarks'''<br>http://userstyles.org/styles/46947/
    * '''some styles I use:'''<br>http://kb.mozillazine.org/User:Dmcritchie

  • Shortcut and Folder icons only display as PNG icon

    I am having trouble doing something simple and I can't figure it out. If I want to change a web shortcut icon or folder icon whatever I change it to only displays as a PNG icon, not the icon I want.
    I open get info on the folder or shortcut, copy the new icon over the picture in the top left and it changes to a PNG icon but never displays the actual icon! This hapens with any icon format (png, jpg) etc.. and happens on folders and shortcuts.
    Why wont this simple task work? I've repaired permissionsetc.. no joy. At the moment I have a dozen web shortcuts on my desktop all with the same icon and all the folders in my dock have the same icon whenever I try to change them

    Most likely a mucked up LaunchServices database. Launch the Terminal app in /Applications/Utilities/, copy & paste this one-liner into the window that pops up, hit the return key, quit the Terminal app when the prompt symbol returns, and restart. That should do the trick.
    */System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user*

  • Dear friends I mistakenly erased my iphone5 by Find my iphone app. Now I want to recover my pics and videos. In icloud I am not finding any icon folder which used to be there. I am using ios 7. Plz help me what to do. Thanks

    Dear friends I mistakenly erased my iphone5 by Find my iphone app. Now I want to recover my pics and videos. In icloud I am not finding any icon folder which used to be there. I am using ios 7. Plz help me what to do. Thanks

    Shakirefl wrote:
    ... I mistakenly erased my iphone5 ...
    See  How to Restore from a Backup   Here...
    http://support.apple.com/kb/ht1766

  • B-tree catalog error, missing folder icons, item in use errors - Related?

    Hi,
    I have a B&WG3 running 10.3.9 and two hard drives. I can boot from
    one drive into OS 9.2.X. The other drive is also bootable into 10.3.9, and
    is partitioned. There are 25 Gigs free on the partition containing 10.3.9.
    I went to update to 10.4 and could not (yes, it is the retail version -
    black disk). I found there are some
    problems with the b-tree catalog and a missing thread record. fsck in single-user
    mode (-f) cannot repair the catalog problem, nor does the Apple disk repair utility.
    I have not yet tried a third-party program such as disk warrior or tech tool pro.
    Am currently backing up datafiles to Lacie external firewire hard drive.
    Computer operation seems normal.
    Just after the 10.4 installation failure, indicating failing to repair the b-tree catalog (extent check seemed OK), I noticed that some folder icons went
    missing and and the directory creation dates associated with those directories are bogus (December 31, 1903). If I move the items to the trash - I get the error that the items are in use (they are not in
    use according to activity monitor and are all related Arcsoft digital camera/imaging programs). Trash cannot be emptied even when done from UNIX prompt as sudo whether typing the path name directly or by dragging the contents of the trash into the terminal window. Also I cannot
    rm -r directoryname (directories are not empty - although they take up 0kb space and no
    files are visible either from the GUI or from a terminal window). **I really don't know that
    much about how to work in UNIX**
    Are these problems related?
    10.3.9 build 7W98
    Disk repair: Keys out of order, 4, 1317
    fsck -f (highlights only)
    missing thread record (id=8249)
    [31 mKeys out of order [0m
    Rebuilding catalog b-tree
    verify repair failed error -9972
    target volume is damaged and cannot be repaired
    Thanks for any insight!
    bdennehey

    Hi,
    Just to update, I ran through a couple of iterations of repair with TechToolPro which
    seemed to fix the "keys out of order" problem, but created/left other issues. However,
    it fixed things enough to run the Apple Disk Utility. Finally things "appear" OK. Installed 10.4 without a hitch, things still seem OK.
    Did find a new mystery folder that wasn't there before and was appearing/disappearing
    after running TTP, but before running the Apple utility. After running the Apple utility,
    the folder is a constant.
    The directory name is:
    -1010759277
    containing the file
    keyedobjects.nhb
    (Yes, that's nhb, not nib). Does anyone know what it is?
    Does anyone know if it is safe to dump it?
    % ls:
    -1010759277 TheVolumeSettingsFolder mach
    Applications Users mach.sym
    Desktop DB Volumes mach_kernel
    Desktop DF automount opt
    Desktop Folder bin private
    Library cores sbin
    Network dev tmp
    System etc usr
    TheFindByContentFolder lost+found var
    Thank you!
    bdennehey

  • Sort by kind display problem - only folder icons

    Hi, I have the following problem with Finder in Lion (happened in all 10.7.0 to 10.7.3):
    When I use the "sort by kind" function in Lion, usually the categorie is displayed in a lighter text with a line underneith. Now it happens from time to time (suddenly) that the display changes and instead of the lighter text, the categories are displayed as "folders". Except they are not folders, the sorting still works and I cannot click on them. The category titles just look like folders and even have a folder icon in front of them.
    When I re-select "Sort by kind" the problem is gone for a while.
    I took a screenshot of how it is supposed to look: http://img809.imageshack.us/img809/3913/findergood.png
    And how it looks after Lion changes to the "display problem view": http://img829.imageshack.us/img829/2347/finderbad.png
    Note that in the second screenshot the very left column still behaves like expected but every layer underneith (that is to the right of it) has the display problem.
    I also encountered that when this happens, I am not able to simply drag-and-drop files in Finder anymore. Instead I have to select them first (by blicking on them) and then drag them. Usually this first click to select is not necessary. Again, after re-selecting "sort by kind" this problem is gone.
    Also, this happened on all the Macs I own that run Lion, so I'm pretty sure it is not a system specific problem.
    Is there a solution to this issue?

    Does no one have any idea on this?

  • Looking for the Mac OS 9 iDisk Public Folder icon

    I was wondering if anyone could help me out. I'm creating an icon set of Mac OS 9 icons for OS X. I've been able to locate the regular iDisk icon, as it's stored in the Mac OS 9 "System" file. But, what I can't seem to locate is the iDisk Public folder icon. I found a pic of what it looks via Google Images:
    http://i23.photobucket.com/albums/b355/eisnerguy1/iDiskPublicFolder.png
    If anyone could help me out, that'd be awesome

    Hi, Alex -
    If you are accessing iDisk while booted to OS 9, you are probably using the utility Goliath to do so.
    The icon you reference looks much like those in the set used by Goliath, which can be found in the icl8 resource in the Goltiath program.
    Tip - in OS 9, when you copy-paste an icon to a folder to give the folder a custom icon, an invisible file named "icon" is created and placed in the folder. This invisible file contains the "icl" family of resources for the custom icon. This resource is easily opened using ResEdit, and perhaps by other icon manipulation utilities, and eliminates a lot of the clutter associated with opening a program in ResEdit to get to the icl resources.
    Because of changes to the icon formats ResEdit itself no longer works well in OS 9.1 and later for alteration or modification of an icon. However, there is a utility that will allow you to create custom icons or modify existing ones -
    Iconographer - Mscape Software

  • Replacing one folder icon by a larger icon. How?

    I have recently downloaded a set of nice folder icons from the Apple site, like one set in particular and have replaced a number of my folders with it. But now I want one of the larger sizes of this set to replace a folder on my desktop and can't figure out how to do that. The larger icon opens in preview, but when I open the Info pane (cmd-i) it is represented as a png, so I can't get to it (opening the png and working from there doesn't work either). The only size that will show up as an actual folder icon in the Info pane is the default size. So, anyone here knows how to do this? I'd be grateful for any help.
    Levina

    Afraid people probably don't quite understand what you mean. The largest size icons will display is 128x128 pixels. You set the icon display size for a folder or the Desktop, by going to View-Show View Options and dragging the slider. You can't have one folder display at a larger size than the others, they will all be the same.
    You can use a png as an icon by opening it in Preview, then go to the Edit menu and select Copy. You then use the GetInfo for the folder you want to have the icon, select it at the top of the GetInfo pane, and select paste. The Finder will convert the original png to a 128x128 icon.
    Francine
    Francine
    Schwieder

  • How can I relace the Folder Icon with a more discriptive Icon

    Bookmark toolbar: When you add a folder, it uses a "folder" Icon. How I replace that "folder Icon with a more Discriptive Icon, so I don't need to add text?

    There are extensions that can replace the favicon of a bookmark, but AFAIK then there aren't extensions that can replace a folder icon.
    The only way to do that is via code in userChrome.css and specify an icon for each folder.<br />
    Place the icons in the same chrome folder as the userChrome.css file.
    The folder name is case sensitive and need to be exactly the same as specified for the bookmarks folder
    <pre><nowiki>#personal-bookmarks .bookmark-item[container][label="Folder_Name"] {
    list-style-image:url('folder-icon.png')!important;-moz-image-region:auto!important;}
    </nowiki></pre>
    Add the code to userChrome.css below the @namespace line.
    * http://kb.mozillazine.org/userChrome.css
    * http://kb.mozillazine.org/Editing_configuration
    You can use the ChromEdit Plus extension to have easier access to the customization files.
    * ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html

  • [SOLVED]Gnome icon themes - folder icons

    I think it belongs here.
    I made some folder icons for  retrofukation icons theme and tried to apply them as documents, music etc. folder icons, but did not succeed. Then I thought the theme was written wrong, and tried to apply 100% working (in that u-distro) Humanity theme, but with the same effect.
    Then I updated the system, but nothing happened.
    Then I googled for a while, but found nothing worth reading - maybe because of bad search query...
    Anyway, does anyone know how to make 'places' icons work?
    //I run a standalone wm and use lxappearance. When I downloaded and tried gnome-control-center, it did not help as well.
    P.S. The icons:
    Last edited by tartan (2010-04-22 18:44:03)

    Yes, that works just fine, thank you! xdg-user-dirs was not installed, because I did not install the whole gnome. I installed it and updated the directories (xdg-user-dirs-update) and now the icons look just like I want.
    But I have a couple of folders (like ~/Distros or ~/Source) for which I would like to set custom icons too.
    So I have ~/.icons/retrofukation/scaled/places/folder-source.png and ~/Source directory. Any chance to set an icon for it?
    Last edited by tartan (2010-04-22 18:59:43)

Maybe you are looking for

  • Cannot adjust display brightness via F-keys nor Preferences

    After updating Mavericks to 10.9.4, I cannot adjust the display brightness. Using the F1-2 keys will show the brightness icon that usually pops up. However, it's stuck and nothing happens when I press either F1 or F2 (the brightness keys). I tried go

  • Plz help, A select query for table giving foll o/p

    A table has a single column with following data Col1 170 10 140 520 20 60 70 The select query should return the data in the following format Col1 Col2 Col3 Col4 170 3 1 0 10 0 0 1 140 2 2 0 520 10 1 0 20 0 1 0 60 1 0 1 70 1 1 0

  • Mutiple currency via Pre-approved expenditure batches...

    Dear Dina, In PAE batches can we enter the expense transaction in other than functional currency...which field is enhancing such foreign currency transaction..... do rate types(corporate) work behind it for converting to functional currency... plssss

  • In applying HRMS_PF_K RUP4 patch getting following error

    1. ATTENTION: Please fix the above failed worker(s) so the manager can continue. Fixed: file ame_insertion_record2_ss_typ.xdf on worker 1 for product per username APPS. Restarted: file ame_insertion_record2_ss_typ.xdf on worker 1 for product per user

  • My C3 model does not support internet as per MTN

    Dear sir I bought my new Nokia C3-00 yesterday, and i brought my phone in sudan, here in this country i am using MTN network(mobile operator), i asked to MTN to send the GPRS settings, then MTN customer care said my Nokia C3 does not support internet