How can I change the quick look icons?

Hi guys!
Can anyone, please, tell me how to change the quick look display icons?
For example
- the music ones appear like a black square with a music symbol and if you want you can select it with the cursor and the play symbol would appear, I would like to change that black square icon but I can't find the file (.png or .icns) in any location.
or another example
- the NotLoaded icon is a Soft edges square with dashes and gaps as a frame... I would like to change that to a Circle shaped icon (same frame, just circle shaped)... but I can't find them in the directory or in any system coreservices...
or yet another example:
- Some or most PDFs in Finder tend to display it's content or first page on the file's icon and they are displayed as a sheet (portrait or landscape). Again I would like to reshape them to a Circle kind of page (I already have the icon files for it)...
Please help!
I promise to give points to however helps!!!

Hey Kaozzz,
If you copy the icon file to the clipboard, then you can get info on a particular item and change that items icon.
Just click on the icon, and press Command + V and it will replace it.
To change system icons:
WARNING: MAKE A BACKUP BEFORE MODIFYING THESE FILES.
IT IS NOT RECOMMENDED TO MODIFY SYSTEM FILES UNLESS YOU KNOW WHAT YOURE DOING.
If you still want to though, here's how.
Find the folder manually by going here:
1. Open Finder.
2. Press Command + Shift + G and paste, /System/Library/CoreServices into the window that appears.
3. Locate the CoreTypes.bundle.
4. Right click (Ctrl click) the file and press Show Package Contents.
5. The path from there is Contents > Resources.
All the files will be available from there.
One of the files you were looking for is labeled NotLoaded.icns in that directory.
Hope that helped!

Similar Messages

  • How can I change the ENTIRE look of Firefox?

    How can I change the ENTIRE look of Firefox? I.e. I want to change all icons that appear in the browser - the loading "gif" the firefox...well... fox of fire in the "about" page, etc. Also what text shows up, for example on the "about:robots" page, and when hovering over a button, etc.
    I could do something like that with an earlier version of Firefox, and I found the quotes from the "about:robots" page in the "omni.ja" archive, extracted, changed them and replaced in the original archive, along with other icons, however they do not seem to be implemented. :/
    I do not mean changing the desktop or .exe icons, already did that.

    You can make a theme, https://developer.mozilla.org/en-US/docs/Themes

  • How can i change the Director App Icon for Windows?

    How can i change the icon for my App for Windows? Director can do this from the Publish Settings. The Custom icon for app doesn't work. I select a .ico file for windows and Director can't attach this to the app.
    There is anothe way to do that simple like in Mac with the Contest folder?
    Regards
    Gino Delgado

    You can also try my RiEditor here: http://www.director-online.com/dougwiki/index.php?title=Resource_and_Icon_Editor
    However, to answer your original question directly, I suspect there's something wrong with your .ico file as the feature in the publish settings works just fine, last I tried.

  • How can we change the default folder icon

    hi, is there anyway we can change the default folder icons of OS X?

    A quick search in these forums for folder icon brings up many hits, including this one: http://discussions.apple.com/thread.jspa?messageID=3792805

  • How can I change the tabs look to 3D,and Width

    My tabs were 3D and were better visible. I did the reset to repair the slowness and now the tads look flat. Also how do I change the width?

    I just noticed when I click a tab the icon will return so this problem is solved, now back to my first question how to get back the 3D appearance.

  • How can I change the cursor look an my mac

    Can I change my cursor look an a mac

    Do you want to change the look for aesthetic reasons, or to make the cursor easier to see?
    As X423424X indicates, you can use System Preferences to change the size.
    You can also install a utility such as MouseLocator to aid in making your cursor easier to find
    Mouse Locator (free download)
    <http://www.macupdate.com/app/mac/17513/mouse-locator>
    There are other similar utilities that perform a similar service.

  • How can i change the JButton look?

    I like to create a new button class "LinkButton".
    So that the buttons gets a link look.
    But i can not set the button "background" disable.
    ++++++++++++++++++++++++++++++++
    package GUI;
    import javax.swing.*;
    public class LinkButton extends JButton {
         public LinkButton (String Title){
              super (Title);
              setBackground(null);
              setBorder(null);
              setLayout(null);
              setFont(null);
              setForeground(null);
              setDefaultCapable(false);
              setBorderPainted(false);
              setDisabledIcon(null);
              setDisabledSelectedIcon(null);
              setFocusPainted(false);
              setIcon(null);
         }

    setContentAreaFilled (false);Method inherited from AbstractButton.
    The exact behavior of calling this function varies on a component-by-component and L&F-by-L&F basis.
    db
    edit And why does the API refer to this as a function especially as it returns void?
    Edited by: Darryl.Burke

  • How can i change the particular node color in Jtree?

    I have constructed the tree.i dont know how to set the color for the particular node then how can i change the particular node icon depends on some conditions like if we will give the input whether it is available in jtree that node icon only changed.Anyone please help me as soon as possible.

    hi,
    i saw that tutorial.from that book i dont get the particular node cell renderer.i got a cell renderer for tree only.i attached my code in this mail.pls see and help me if u will do
    mport pack.Prop;
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Component;
    import java.awt.Container;
    import java.awt.Font;
    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.util.Properties;
    import java.util.Set;
    import java.util.StringTokenizer;
    import java.util.Vector;
    import javax.swing.Icon;
    import javax.swing.ImageIcon;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JScrollPane;
    import javax.swing.JTree;
    import javax.swing.UIManager;
    import javax.swing.text.Position;
    import javax.swing.tree.DefaultMutableTreeNode;
    import javax.swing.tree.DefaultTreeCellRenderer;
    import javax.swing.tree.DefaultTreeModel;
    import javax.swing.tree.MutableTreeNode;
    import javax.swing.tree.TreeCellRenderer;
    import javax.swing.tree.TreePath;
    public class ReadProperty3 extends JFrame{
    String str,key;
    static JTree tree;
    static Vector v;
    StringTokenizer st;
    static DefaultMutableTreeNode root;
    DefaultMutableTreeNode t;     
    public Object[] o;
    public static void main(String[] args) throws IOException {
    ReadProperty3 r = new ReadProperty3();
    Prop p=new Prop();
    JFrame f=new JFrame();
    p.show();
    Object[] o=v.toArray();
    int startRow = 0;
    String prefix =p.s;
    TreePath path = tree.getNextMatch(prefix, startRow, Position.Bias.Forward);
    //if(prefix.equals(root.getChildAt(0).toString()))
    if(prefix.equals("2000"))
         System.out.println("Node 2000 found");
         else if(prefix.equals("3000"))
              System.out.println("Node 3000 found");
         else if(prefix.equals("4000"))
              System.out.println("Node 4000 found");
         else
              System.out.println("Node not found");
         for(int i=0;i<v.size();i++)
              //((DefaultTreeModel)tree.getModel()).reload();
              DefaultTreeCellRenderer ren=(DefaultTreeCellRenderer)tree.getCellRenderer();
              Icon openIcon = new ImageIcon("C:/apache-tomcat-5.5.12/webapps/jsp-examples/images/execute.gif");
              Icon closedIcon = new ImageIcon("C:/apache-tomcat-5.5.12/webapps/jsp-examples/images/execute.gif");
              Icon leafIcon = new ImageIcon("C:/apache-tomcat-5.5.12/webapps/jsp-examples/images/read.gif");
              if(o[0].equals(p.s))
                   ren.setBackgroundSelectionColor(Color.MAGENTA);
                   ren.setBackgroundNonSelectionColor(Color.YELLOW);
                   //ren.setTextSelectionColor(Color.YELLOW);
                   //ren.setTextNonSelectionColor(Color.BLUE);
                   ren.setClosedIcon(closedIcon);
                   ren.setFont(new Font("Impact",Font.ITALIC,14));
              else if(o[1].equals(p.s))
                   ren.setLeafIcon(leafIcon);
                   ren.setFont(new Font("Impact",Font.ITALIC,10));
                   UIManager.put("Tree.leafIcon", leafIcon);
              else if(o[2].equals(p.s))
                   ren.setOpenIcon(openIcon);
                   ren.setFont(new Font("Dialog",Font.BOLD,9));
    public ReadProperty3(){
         super("JTree With Properties");
         try{
    int c = 0;
    while(c == 0){
    c = 1;
    BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));
    System.out.print("Enter file name which has properties extension :");
    str = bf.readLine();
    File f = new File(str + ".properties");
    if(f.exists()){
    Properties pro = new Properties();
    FileInputStream in = new FileInputStream(f);
    pro.load(in);
    System.out.println("Key: " + pro.keySet());
    System.out.print("Enter Key : ");
    key = bf.readLine();
    String p = pro.getProperty(key);
    st = new StringTokenizer(p,"=,");
    root=new DefaultMutableTreeNode(key);
    v=new Vector();
    while(st.hasMoreTokens())
         String val=st.nextToken();
         v.add(val);
         o=v.toArray();
         System.out.println(val);
         t=new DefaultMutableTreeNode(val);
         root.add(t);
         tree=new JTree(root);
         tree.setEditable(true);
         JScrollPane jp=new JScrollPane(tree);
         // tree.setCellRenderer(new CellRenderer());
         Container content=getContentPane();
         content.add(jp,BorderLayout.CENTER);
    setSize(250,275);
    setVisible(true);
    addWindowListener(new ExitListener());
    else{
    c = 0;
    System.out.println("File not found!");
    catch(IOException e){
    System.out.println(e.getMessage());
    }

  • How can we change the 'coffee cup' symbol

    sir/madam
    could you please tell me ,how can I change the coffee cup icon
    appeard at the left corner of the window to my own icon or image.

    public void JFrame.setIconImage(Image image)

  • How Can You Change the Look and Feel of Charts in OBIEE 11g

    How Can You Change the Look and Feel of Charts in OBIEE 11g?
    Edited by: user11973122 on Jul 18, 2012 12:13 AM

    Check these files
    OFM_HOME\Oracle_BI1\bifoundation\web\msgdb\s_blafp\viewui\chart\dvt-graph-skin.xml
    OFM_HOME\Oracle_BI1\bifoundation\web\msgdb\views\dvtchart\obips.dvtchart.xml
    OFM_HOME\Oracle_BI1\bifoundation\web\display\chartfontmapping.xml
    Pls mark correct or helpful if helps

  • HT5622 I just upgraded to a new MacBook and my wife is inheriting my old MacBook Air. How can I change the her MacBook Air to now be fundamentally hers? That is, so the House Icon under Users folder is her name and not mine? Also the default AppleID for p

    I just upgraded to a new MacBook and my wife is inheriting my old MacBook Air. How can I change the her MacBook Air to now be fundamentally hers? That is, so the House Icon under Users folder is her name and not mine? Also the default AppleID for purchase stubbernly remains my own.

    You do not mention it, but I will assume you are running OS 10.9.1.
    Go to: Apple menu / System Preferences / Users & Groups. Click the padlock and enter your password.
    Click the + (plus sign) and set up a new account for your wife. You have to enter a bunch of info. And then create the correct Login Options. Automatic login does not require a password from the selected user.
    When that is done, verify the account works by restarting the computer and login as your wife.
    Make sure that any applications in your own Users folder that will be needed are moved to the Applications folder in your wife's Users folder.
    Now go back to Users and Groups, click the padlock and authenticate, select your own account, and hit the - (minus sign). This step cannot be reversed, so you might want to wait a few days before doing it.
    When your wife is logged in, the App Store will know.

  • How can i change the icon in the top left of a jdialog

    how can i change the icon in the top left of a jdialog.
    thnkx in advance

    You cannot directly. If you have a jFrame (e.g.) with your own icon you can use one of the JDialog costructors using (Component owner, ... ). Then the dialog will display the same icon.

  • How can I change the Chinese characters back to English appear on the bottom icons after clicking the App Store icon on the iPad?  It was in English before I upgrade to iOS5.

    How can I change the Chinese characters back to English appear on the bottom icons after clicking the App Store icon on the iPad?  It was in English before I upgrade to iOS5.

    Is the address on your account based in France ? The language of the stores should reflect the language of the country where your account is based, which isn't necessarily the same language as you've set on the device.
    If your account isn't based in a French spealing country, then try logging out of the account (via Settings > Store) and then log back in (and also make sure that your address is correct and complete), and see if the language of the iTunes and App Store the reflect the language of the country where your account is based.

  • I have a macbook pro 17".  How can I change the way things look?  The page only takes about half of the screen and the fonts are fairly small.  I am sure there is an easy adjustment.  Please clue me in.  Thanks

    I have a macbook pro 17".  I love the big screen, but how can I change the display?  The content takes about half of the screen and the fonts are very small.  I am sure it is an easy fix, so please clue me in.  Thanks

    Look at your >System Preferences>Displays

  • How can i change the ringtone for different contacts.  "edit contacts" won't let me`??

    how can i change the ringtones for different contacts on the razor.  "edit contacts" wont allow me to

    Here is the Instructions your Looking For:  Down towards the Bottom of the Instructions shows how to set Ringtones for each Contact.
    How do I download and use ringtones on my DROID  Razr & RAZR MAXX?
    Quick links
    Set any of your songs on your SDcard as a phone ringtone
    Choose Phone ringtones through settings menu
    Customize the text message ringtone
    Assign a ringtone to a specific contact
    Download ringtones from Play Store      
    1. Set any of your songs on your SDcard as a phone ringtone:
    Touch Apps > My music
    While the music is playing, touch the phone Menu Key > More > Use as ringtone 
    The ringtone is set as your default incoming call ringtone and copied to your Phone ringtone list.       
    Note: The above instructions are for the My music player and not for other players such as Play music.      2. Choose Phone ringtones through settings menu:
    Press the Menu key
    Touch Settings
    Touch Sound
    Touch Phone ringtone  (If option is greyed out, make sure handset volume is not set to Silent Mode)
    Select a Phone ringtone from the list. Press OK to set. (Music files you have set as Incoming Call ringtone from your SDcard will be included in this list along with downloaded and preloaded ringtones.
    3. Customize the text message ringtone
    From the homescreen or from within the applications tray, touch Text messaging
    Press the Menu key (On the left with 4 squares)
    Touch Messaging Settings
    Touch Select ringtones (if option is greyed out, make sure Notifications is turned on / actived)
    Touch on any Notification ringtone to select and hear a sample.
    Press OK to set as notification ringtone
    CLICK HERE for instructions on creating your own custom ringtone for Text Messages
    4. Assign a ringtone to a specific contact:
    Press Contacts icon on homescreen or tap on Contacts application from the Applications Tray
    Touch and select the specific contact
    Press the menu key
    Touch Options
    Touch V (down)  icon next to Ringtone
    Choose a Phone ringtone from the list and tap OK to set.
    Note: To assign a music/song from your memory card as a ringtone, first follow step1 above and follow step 4 again. 5. Download ringtones from the Play Store
    From the applications menu, touch Play Store
    Touch search  to search for ringtones.
    Answers others found helpful
    How do I setup and use Bluetooth on my DROID RAZR MAXX?
    How do I transfer files to/from my DROID RAZR MAXX?
    How do I set up and use the Smart Actions application using the DROID RAZR MAXX?
    How do I use the DROID RAZR MAXX for video chat?
    How do I force my DROID RAZR MAXX to reboot or restart?

Maybe you are looking for

  • Hey Im in need of some help, I was using my Internet on my MacBook pro

    Hey guys I need some help I was using my internet on my MacBook pro & I closed my laptop because my grandma was at the door and when I opened my laptop back up it asked for my password so I typed it in & it won't take it! Idk what to do please help!!

  • Error Handling in BPEL & ESB - Rejection Handlers

    Hi guys I have been trying to evaluate various ways for handling errors/exceptions in BPEL and ESB in Oracle SOA Suite 10.1.3.4 (Basic installation). What i have found is that in ESB, errors can be handled at two levels: ESB routing service errors us

  • Weird iTunes connection problem.

    Hi. Lately i haven't been able to connect to the Apple iTunes store. It just suddenly occured like a month ago, and it's kinda ******** with the release of iOS and stuff. Let me post a log, which will explain why this is a little weird. Microsoft Win

  • General Ledger Report

    Hi Friends, When I am trying to run General Ledger reports , no data are being fetched by the report. Please help : I want to generate a Ledger Account report for all the Natural Accounts, showing the opening, closing and detailed account transaction

  • After installing iOS7the App Store is saving all of the updates.

    How do I clean the clutter.  In the previous IOS 6 they would auto delete after downloading.  Now they don't.  Thanks.