Finder Window Background Colours

I have recently upgraded my old PowerBook G4 to a MacBook 2Ghz - Black.
Setting all my preferences finder window background colours, icon sizes etc for all windows is fine.
I have copied all my image files from the PowerBook to the MacBook, but when I increase the icon sizes for a particular window (selecting this window only) to view image thumbnails better the background colour changes to a bright orange or purple at the same time.
Does anyone have any idea's, I have thought about re-installing OS X again and starting from scratch, but this can't be needed with a Mac can it????????
Thanks
Chris

I can suggest two solutions:
1) You delete all .DS_Store files from the offending folders. The files are invisible so it is a bit of a chore.
Paste this Applescript in Script Editor and run it, then select your folder to remove all the invisible files I mentioned.
set mountedDisk to POSIX path of (choose folder)
tell application "Terminal"
if (count of windows) is 0 then do script ""
delay 0.1
do script "find " & quoted form of mountedDisk & ¬
" -name .DS_Store -delete" in front window
end tell
2) Make a new folder and move all your files to that folder.

Similar Messages

  • [noob question] setting window background colour?

    Hi,
    Am just getting to grips with basics of Xcode, Coacoa and IB, been looking at some easy examples and just set myself my first exercise; to build the C# Introductory Video example app
    OK, basically all I want to do is open the colour picker from a button and set the window background colour. But still with nothing more than an empty window in IB I can't find any obvious means to define it's background colour (not even statically)?
    Hope someone can help with this dead easy question... (my Coacoa programming book is still on it's way from Amazon
    Ceers,
    Rich
    PS. just looking for a nudge in the right direction, please - not a step by step description how to write my sample app, as well meant as that might be. cheers

    +Although I'm guessing from the underlying tone you're already pretty experienced and it's been a long time since you sat down yourself and first started to "look through the documentation"?!?+
    Sorry didn't mean to let the tone bleed through that much.
    But seriously I assumed there was an NSWindow function that did it, checked the documentation, found it, mocked it up in 5 minutes (alright 10 I'm still getting used to IB in Xcode 3), tested it to make sure it worked as expected and then answered your post. Not that you should have been able to do that as quickly but I could do it because I have slogged through the process for other objects I had used.
    Really this is a pretty basic Cocoa kind of operation. I have object X supplied but Cocoa (eg NSWindow, NSTextBox, etc.) and I want to do operation Y. Operation Y is almost always already there for you just waiting to be used. Learning this process of finding these things in the documentation and using them is really crucial to being a proficient Cocoa developer.
    In Xcode 2 Help > Documentation will give you the searchable API and just type in NSWindow. In Xcode 3 selecting an object - like NSWindow - will change the Help > Documentation menu to point to NSWindow directly.
    Cocoa is a very "lived in" API and it has clearly been evolved by people who really used it so it has the buttons and levers right where you want them most of the time. I assumed that NSWindow had a function to change the color simply because it would make sense that it would. And when I checked it did, but my making that assumption and being able to find the function comes from doing the heavy lifting already on other objects.
    I'm just hoping you take this as an example of how to do this and next time dig into the docs and find the function. There is no way to be good at it without doing it and getting good at it gives you access to Cocoa's rich API and will get you very far because you get all that programming other people have done for you for (almost) free.
    Good luck,
    =Tod

  • ITunes 11 how can the window background colour be changed from white to black in Grid View?

    How do I change the window background colour ,in Grid View, from the new, default, white back to the good old, more easy on the eye, black?
    Apple did this to us in iPhoto some time ago and had to add a preference for shades of grey other than white. Why didn't Apple learn from this mistake?

    It is good to know I am not alone. The first thing I did after downloading iTunes 11 was go into preferences to change the background color. But alas, the option for a dark background is gone. I also was kind of disappointed in the lack of ability to resize the artwork, but not to the extent of some other commenters here.
    I will say this though. I love the way the albums expand with custom colored backgrounds based on each album's artwork colors. This looks fantastic. Still it would be nice to accomodate those who prefer to use a dark background for the overall application's theme.
    So, Apple, I join with my fellow users in requesting the return of resizable artwork, and the option for at least a dark (or an even further customizable) background color for the overall theme of the application. Thanks!
    Godspeed,
    Nuckels

  • Re-iTunes11 change it's window background colour-.

      hi guys
      don't want to be a bore but...i just bought a 2013 iMac 27'' to replace my ''old'' late 2009 27''.
      since my eyes REALLY don't agree with iTunes11 searing white background, i uninstalled it & installed 10.7 instead with my favored dark background - as in the add ''....plop, plop, fizz, fizz....AAAHHHH, instant relief !!...''
    however having tried Mavericks & liking what i tried/how it felt, i would like to upgrade my OS but have read repeatedly that installing iTunes 10.7 creates a whole bunch of troubles like no access to  App Store, etc...
    since i like having my computers running as smoothly as the proverbial Swiss clock, i obviously rather not do that so :
    has anyone devised a workaround to change iTunes11 background colour to ANY other colour ? i like Apple & Macs but....not enough to have a splitting headache after using a piece of software i actually use everyday
    any colour other than white will do, even pink w/ polkadots
    or perhaps someone knows of an iTunes replacement music player that keeps iTunes 10.7 GUI ? all i need it for is to play music, in Artist/grid mode w/ a anything but white background
    any help/suggestions will be very welcome, many thanks to all
    Nuno

      hi guys
      don't want to be a bore but...i just bought a 2013 iMac 27'' to replace my ''old'' late 2009 27''.
      since my eyes REALLY don't agree with iTunes11 searing white background, i uninstalled it & installed 10.7 instead with my favored dark background - as in the add ''....plop, plop, fizz, fizz....AAAHHHH, instant relief !!...''
    however having tried Mavericks & liking what i tried/how it felt, i would like to upgrade my OS but have read repeatedly that installing iTunes 10.7 creates a whole bunch of troubles like no access to  App Store, etc...
    since i like having my computers running as smoothly as the proverbial Swiss clock, i obviously rather not do that so :
    has anyone devised a workaround to change iTunes11 background colour to ANY other colour ? i like Apple & Macs but....not enough to have a splitting headache after using a piece of software i actually use everyday
    any colour other than white will do, even pink w/ polkadots
    or perhaps someone knows of an iTunes replacement music player that keeps iTunes 10.7 GUI ? all i need it for is to play music, in Artist/grid mode w/ a anything but white background
    any help/suggestions will be very welcome, many thanks to all
    Nuno

  • New Browser Window - Background Colour

    I have a QT movie I want to link to from a webpage. I want it
    to open in a new window of a particular size. Using the Behaviors
    panel I can do this, though how do I specify a black (not white)
    background?
    I'm sure the code is very straightforward someone?

    If you are opening anything other than an HTML page (like a
    JPG or GIF
    image, and I assume a QT movie), you have no control over the
    browser
    defaults.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ezzz_11" <[email protected]> wrote in
    message
    news:f0l3v5$dm7$[email protected]..
    >I have a QT movie I want to link to from a webpage. I
    want it to open in a
    >new
    > window of a particular size. Using the Behaviors panel I
    can do this,
    > though
    > how do I specify a black (not white) background?
    > I'm sure the code is very straightforward someone?
    >

  • Change the background colour of windows system-wide? (non B/W)

    I have difficulty reading on a white background, but find the White on Black theme doesn't work for me either. The background colour which works best for me is #F9EEE2;. I can work for nearly twice as long in a window with that background colour.
    So I prefer apps which allow me to change the background colour of their windows (e.g. [PathFinder|http://www.cocoatech.com>, [iTerm|http://iterm.sourceforge.net>, [Journler|http://wiki.journler.com/index.php?title=Main_Page], [OmniOutliner|http://www.omnigroup.com/products/omnioutliner>, [BBEdit|http://www.barebones.com/index.shtml], [TranslateIt|http://mac.gettranslateit.com>). I'll pay for this feature.
    However, I often don't have the choice. For example, [PoEdit|http://www.poedit.net/index.php] is the only OSX-native gettext .po editor (since Snow Leopard killed Cocoa-Java and thus [LocFactoryEditor|http://www.triplespin.com/en/products/locfactoryeditor.html]) , so I have to use it. I asked the developer if he could add a preference to change the background colour of the window (PoEdit is Carbon). He replied that this sort of preference should be system-wide, shouldn't it?
    From the Linux POV, yes, it should. Do we have that sort of option in OSX Snow Leopard? Previous OSX theme apps ShapeShifter and Mystique are respectively not yet compatible with OSX, and not available any more. I had a look at [ThemePark|http://www.geekspiff.com/software/themepark> (which does support 10.6), but don't know where to start in editing resource files. So what are our options for changing window background colour system-wide? (Or is there a Carbon plugin or library the PoEdit developer could use to embed that preference for his app.?)
    Thanks for any help you can offer with this.

    I asked a similar question before...as far as I know, there is no option to change this system-wide...short of creating a new color profile or using some hidden Terminal command.

  • An applescript to change the background color for all finder windows

    I'll start off by telling you what I am trying to achieve, then show you what I've tried.
    I have a macbook with several HDD's attached. what I want is for each of those hdd to have a specific finder window background color. so no matter where I am in that hdd the background color will always be the same. so for instance if I set the background color of hdd 2 to blue then as long as I see a blue background I know that I'm within hdd 2.
    I've tried setting up an applescript to do this but can only get it to change the open finder window, and none of the subfolders have their backgrounds changed.
    here is what I have so far:
    tell application "Finder"
    tell the icon view options of the front Finder window
    set the background color to {52942, 54484, 31097}
    end tell
    end tell
    so how do I get this to apply to all subfolders without opening each one and running the script.
    thanks in advance for any and all help with this

    According to this article:
    http://docs.info.apple.com/article.html?path=AppleScript/2.1/en/as2039.html
    it seems that the various options can only be set while the window is open and in icon view.
    Rather than manually opening the window of every single folder on the hard drive, it should be possible to write a script to open every folder in sequence, make sure it is in icon view, change its background, then close its window. I have never been any good at the "actions within actions" procedure needed for folders within folders, so maybe someone else with the necessary knowledge and experience might be able to assist in this regard. Such a script would probably take a few minutes to complete while it ran through "every folder of every folder", but it sure would be quicker to have the process automated than to do it by hand - computers are really good at repetitive tasks (as long as the instructions are accurate, of course!).
    On the other hand, you might like to try the following:
    open a few windows in icon view, choose Show View Options in the View menu (I'm in System 10.4), click the radio button All Windows, click the Color radio button under Background, then choose your color. It might achieve what you are trying to do.

  • Quick Question - Find background colour of image?

    Hi guys,
    Its been years since I've used Photoshop, and I'm just trying out the Photoshop CS5 atm (a lot different from the simple PS7 that I was used to!) I've got an image that I want to find the background colour for, as I want to fill it to other images. I remember on the old versions if you erased an area the foreground colour would immediately just turn to the colour that you have deleted, but not anymore - I'm stuck!
    Any help, hope I've explained myself well!
    > Incidently, is there anyway I could purchase an old version of Photoshop? I'm a very infrequent user, and even the latest Elements software is pretty steep £50+. I'd happily pay a few pounds for Photoshop 7.
    thanks

    SongToRuin wrote:
    Hi guys,
    I remember on the old versions if you erased an area the foreground colour would immediately just turn to the colour that you have deleted, but not anymore - I'm stuck!
    I don't believe you're remembering a true difference in the Eraser Tool.
    With all versions of Photoshop, when you are working on the Background layer if you use the Eraser Tool it will paint in the color you have selected for the background swatch.
    With all the versions as well, if you're working on a true layer the Eraser Tool clears pixels to transparent.
    Now...
    If you use the Delete key, on the other hand, the operation becomes equivalent to Edit - Fill, and in the newest versions you're given a dialog with options.  There are modifier keys with which you can avoid the dialog.
    -Noel

  • Acrobat DC - window background color

    I've just installed DC and the new interface looks great, but I would like to be able to change the window background colour from white without having to go to fullscreen mode. It's grey in other versions of Acrobat.
    At the moment, it's very hard to see what the page size is when it's a white page on a white background.

    Hi, I just updated some Adobe Creative Cloud Apps today and without realising it I've installed Adobe Acrobat Pro DC and this has uninstalled the old Acrobat Pro. Suddenly I have a new interface with an extremely light grey background, as mentioned here, which makes it very hard to distinguish my document. Reading this thread it appears I'm not the only one disappointed with this. I find it hard to believe Adobe did this in the first place but I'm even more upset that it's now over a month since these posts above and still there's no option to change the background colour! Please correct this soon!

  • Mail "New Message" window retreats to background after drag and drop attachment from Finder to Mail "New Message", click, and Finder window stays in foreground even when not in focus

    Hi, I'm surprised I can't quickly find if anyone else is having this issue. For me it has been going on since Lion on my 13" MacBook Pro 2011 and it's still persisting in Mavericks, and even still now that I've "downgraded" to a 15" MacBook Pro 2010 with Mavericks.  The behavior is odd and difficult to explain concisely. Basically, when I want to add an attachment to Mail, I'll Cmd+Tab over to Finder click and drag and Cmd+Tab back to Mail, and drop the attachment. At first it looks fine, but when I click in the New Message window where I just dropped the attachment, to move the cursor, it retreats to the background and the Mail Main Window comes to the foreground. Then, if I click on that, the Finder window that I just used comes to the foreground. Sometimes if I switched to another app before going to Finder to select the drag and drop, that other app window will appear in the foreground instead. If I click on the other app window that is now in the foreground, then the Finder window that was last used will come to the foreground. The only thing that seems to fix this switch-a-roo effect is Cmd+Tab-ing back and forth a few times, or click on the window "frame" at the top to move the window around.
    The way to prevent this is to have my Mail Message window visible in the foreground side by side with the Finder window when the drag and drop occurs (this is a tedious extra step if mulitple windows are open, or to use the add attachment command in the menu within Mail. But it sure is annoying buggy behavior.
    Thanks
    Daniel

    Yep, I get exactly the same thing when using Thunderbird mail client on my 2011 iMac running Lion. I've been putting up with it for at least a year, maybe longer.
    For me it appeared to start after a Thunderbird update, so I figured that was the cause and couldn't find a solution at the time. However I've now noticed it starting to happen in Apple Motion 4 when dragging files from Finder into a DropZone in my animations. Motion remains the active program but the Finder window sits on top until I Cmd-tab out to a third open program (ie not Finder) and back to Motion again.
    This is the first indicator I've had that it's an OS X issue.
    Be great to find a solution as D&D is by far my preferred way of adding attachments to emails and similar tasks.

  • How to change fonts and background in a finder window?

    I have searched all over the system (10.5.4) and can't figure out how to change the font that displays the text in any finder window.
    I know you used to be able to change the background of any finder window too.
    I must be getting old!
    Any ideas?

    I don't think you can change the typeface (at least not with 3rd party hackies such as what Unsanity offers), but you can change the typeface size. With the Finder active click Cmd-J (View->Show View Options) and choose a different font size.
    Hope this helps

  • I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?

    I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?

    Thanks for your help - your suggestion worked beautifully.Dennis Hood
          From: 99jon <[email protected]>
    To: Dennis Hood <[email protected]>
    Sent: Thursday, 15 January 2015, 15:20
    Subject:  I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?
    I'm using Photoshop Elements 12 on Windows 8.1.  When I go into the Expert Edit Mode the toolbar available appears in one single column and misses off several tools including foreground and background colour.  How can I restore the original toolbar?
    created by 99jon in Photoshop Elements - View the full discussionTry re-setting the prefs.Go to: Edit >> Preferences >> General (Photoshop Elements menu on Mac)Click the button Reset Preferences on next Launch If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7099161#7099161 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7099161#7099161 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Photoshop Elements by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • How can i change the background colour of all folder windows at once

    how can i change the background colour of all old folder windows at once?

    There are, however, thousands of calendar apps available in the App Store. They use the same data that the built in app does. Perhaps one would better meet your needs.
    Best of luck.

  • Background Colour Change in Windows IE6

    Hi,
    Have tried to sort this through a CSS forum, but am now
    wondering if it's an application problem. I've got a web page with
    the background colour set as #FEFFDE which is a very pale peach
    kind of colour. I've created a graphic (from a photo) in Freehand
    and given it the same background colour. They blend beautifully in
    IE and Safari and Mac, but in Windows IE the background shows as a
    different colour (pale yellow), although the graphic is fine. It
    looks like the CSS is ok, but someone has pointed out thatn doing a
    screen capture in irfanview from Opera on windows, the page
    background has RGB values 254,255,222 while the background in the
    outer parts of the spiral gif image is 251,251,225. Both have been
    selected using the cross-application colour palette on my Mac which
    still shows as #FEFFDE. Help! I'm pretty new at this so may be
    missing something obvious, but would be grateful for advice.
    Kind regards,
    Steph (NZ)

    The best way to do it, if you are using a JPG would be to
    make a small
    graphic from the background of the JPG image, and use that
    graphic as a
    tiling background to fill the page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Gondwanaland" <[email protected]> wrote in
    message
    news:f4cotd$9pc$[email protected]..
    > Hi,
    > Have tried to sort this through a CSS forum, but am now
    wondering if it's
    > an
    > application problem. I've got a web page with the
    background colour set
    > as
    > #FEFFDE which is a very pale peach kind of colour. I've
    created a graphic
    > (from a photo) in Freehand and given it the same
    background colour. They
    > blend beautifully in IE and Safari and Mac, but in
    Windows IE the
    > background
    > shows as a different colour (pale yellow), although the
    graphic is fine.
    > It
    > looks like the CSS is ok, but someone has pointed out
    thatn doing a screen
    > capture in irfanview from Opera on windows, the page
    background has RGB
    > values
    > 254,255,222 while the background in the outer parts of
    the spiral gif
    > image is
    > 251,251,225. Both have been selected using the
    cross-application colour
    > palette on my Mac which still shows as #FEFFDE. Help!
    I'm pretty new at
    > this
    > so may be missing something obvious, but would be
    grateful for advice.
    > Kind regards,
    > Steph (NZ)
    >

  • 30" screen Finder windows 'burned in' to background...

    Hi,
    I have a 30" cinema display, just over 2 years old. I came back to my Mac after a 2 day absence and found that my sleep function had not worked for some reason. No problem usually but this time I now have two large finder windows seemingly permanently 'ghosted' into the background. Pretty clearly visible when viewing the desktop background, less so with other apps but always visible to some extent. Can this be reversed or is just the way it is when the sleep function doesn't kick in for any reason? thanks!

    Many thanks, I will try this and get back. I guess my search just didn't use the right keywords to get to the article you provided, it sounds like it should fix it up

Maybe you are looking for

  • ICloud Family Sharing - Can't share iCloud purchased storage

    I recently moved my wife's phone and iPad to her own AppleID and added family sharing.   Now her iCloud backup no longer shares my iCloud backup.   I have purchased more than enough iCloud backup for multiple devices but now they want me to purchase

  • An issue using the COM components supplied with SAP GUI 6.2 or 6.4

    We are having an issue using the COM components supplied with SAP GUI 6.2 or 6.4.  We used to have SAP 4.6c and now we have 5.0.  When we were on 4.6c, we used these COM components to logon and execute RFC calls and we had much success.  Now that we

  • Cross company code payment - Reallocation of discount

    I have a peculiar requirement and I am out of my wits to find a solution. I am confident that our Forum members will give me a solution to this. The scenarios is like this. There are 122 company codes and there is lot of cross company code payments.

  • Reg runtime error

    hai to all, i am trying to run PO bapi. suddenly i am getting runtime error as "Data objects in a Unicode program are not convertible" Error in ABAP application program.                                                                                T

  • Use of FutureTask

    I have a class which implements Runnable and has a separate method for returning a result (few different methods because you can get various results) .. there is also some stuff that has to be done when cancelling/interrupting the running of this. No