Why do my windows and icons keep moving position?

I have my windows arranged so that I know where they will open, and the icons within ordered how I like them, and a few nice images in the backgrounds of the windows. So far so good. Since the Lion upgrade, and still with 10.7.1, when I close and reopen a window, it invariably reopens in a different place on the screen, the wrong size, with all the icons rearranged and the background image removed. It's driving me crazy. These are the very basics and if Lion can't get something so simple right, I despair.
I've tried reinstalling, but it hasn't improved matters.
And don't get me started on the Lion version of Safari and it's wonderful way of displaying various fonts as boxed A's, or the amazing full screen experience that displays a screen full of linen on monitor number 2.
Lion - a step backwards in every respect. Refund please.

Automatic Downloads.
How To  >  http://support.apple.com/kb/ht4539
Troubleshoot  >  http://support.apple.com/kb/ts3688
SYNCING with iTunes
See here  >  http://support.apple.com/kb/HT1386

Similar Messages

  • Mail icon keeps moving

    All of the sudden my Mail icon keeps moving to the end of the dock. It won't stay in the spot I place it. I moved the file (com.apple.dock.plist) in the library as suggested by some other similar posts, but that doesn't seem to help. Any other thoughts?
    Thanks

    I did exactly as you described, locating the plist file and moving it from Library/Preferences to the desktop. I logged out, logged back in, and Mail started on the left side of my Dock and then promptly shot to the right. It is now to the left of a Google quick search box, an Applications Folder, a Documents folder, and a Downloads folder. I want the mail icon on the left side of my screen. How can I ensure that?

  • Macintosh HD icon keeps moving

    My hard drive icon keeps moving on my desktop without me moving it.
    Does anyone know what it's doing this?
    thank you for any help or suggestions! Greatly appreciated.

    I've found if I put any other icons too close to the hard drive icon it will move after a restart or shutdown but not after sleeping it. This will also happen if you put the hard drive icon too close to the edge of your screen.
    If I keep other icons a 1/2" away I have no trouble (distance varies depending on your screen size).
    Dale

  • Why does my Iomega and WD keep shutting down?

    why does my Iomega and WD keep shutting down?

    Was gonna reply "cause they are unremitting pieces of crap" (got two Iomega NAS boxes out for repairs as we speak), but I'll bite anyway....
    Care to provide more information as to what troubles you? The description you have provided isn't exactly rich in details, don't you think? And my telepathic thinking cap is also out of order at the time....

  • Why does video freeze unless i keep moving mouse

    why does video freeze unless i keep moving mouse

    For me I had to disable the new java add on. the one that is Java Console 6.0.24

  • Adobe acrobat tool bar, windows and icons are very big after latest update

    im having a problem with the latest update of acrobat pro, the tool bar, windows and icons are very big after latest update. how to re size it???
    https://www.dropbox.com/sh/pbd33n1q2wirpq3/AABHjSRXo-crpYGVLaOrB2FVa

    Please check the doc : Hi DPI, Retina display support | Acrobat, Reader

  • HT6413 trying to download the new update for icloud update for windows and it keeps failing do we know why??

    trying to download the icloud update for windows on my laptop and it keeps failing. please help???

    Yes, I'm having this problem also and mistakenly uninstalled iCloud 3.1 thinking that this would resolve the problem....which it didn't.  Now I'm without iCloud period and have been searching for the old version of 3.1 to reinstall to no avail, and it seems that many people are having the same problem. Does anyone have a link or download for iCloud 3.1?

  • Windows and icons are black, menu items are not showing correctly

    Hello!
    Well just doing my normal routine today browsing the Internet, watching videos on vlc, my computer suddenly started to glitch. Icons were disappearing, Safari turned black.
    So i did a restart but the problem is still there. I cant even choose the user properly because the avatars are not there it's just all dark gray. Remembering where my user avatar is, i do a click and type in my password and I do and able to get in to my system but all windows menu items and icons are black.
    Basically what I'm saying is the system seems to be working fine except for that I can't see the icons and windows properly displayed.
    I've already tried to reinstall of Mavericks hoping that it's a software thing. You guys think it's a problem with the graphic processor?
    Any help or suggestions will be appreciated thank you.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It changes nothing, and therefore will not, in itself, solve your problem.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as certain other aspects of the configuration that may have a bearing on the problem. Don’t be alarmed by the apparent complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode, if possible. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so. 
    Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable text output, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    { echo "Loaded kernel extensions:"; kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'; echo $'\n'"Loaded user agents:"; launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'; echo $'\n'"Inserted libraries:"; launchctl getenv DYLD_INSERT_LIBRARIES; echo $'\n'"User cron tasks:"; crontab -l; echo $'\n'"System launchd configuration:"; cat /e*/lau*; echo $'\n'"User launchd configuration:"; cat .lau*; echo $'\n'"Login items:"; osascript -e 'tell application "System Events" to get name of login items' | sed $'s/, /\\\n/g'; echo $'\n'"Safari extensions:"; /usr/libexec/PlistBuddy -c Print L*/Saf*/*/E*.plist | awk -F'= ' '/Bundl/{print $2}' | sed 's/\..*$//;s/-[1-9]$//'; printf "\nRestricted user files: %s\n" $(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); echo $'\n'"Extrinsic loadable bundles:"; cd; find -L /S*/L*/E* {,/}L*/{Ad,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do /usr/libexec/PlistBuddy -c 'Print :CFBundleIdentifier' "$d/Info.plist" | egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|print|SoftRAID" && echo ${d%/Contents}; done; echo $'\n'"Unsigned shared libraries:"; find /u*/{,*/}lib -type f -exec sh -c 'file -b $1 | grep -qw shared && ! codesign -v $1' {} {} \; -print; echo; ls -A {,/}L*/{La,Priv,Sta}* L*/Fonts; } 2> /dev/null | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A TextEdit window will open with the output. Post the contents of the TextEdit window (not the Terminal window) — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
    { echo "Loaded system agents:"; sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo $'\n'"Login hook:"; sudo defaults read com.apple.loginwindow LoginHook; echo $'\n'"Root cron tasks:"; sudo crontab -l; echo $'\n'"Log check:"; syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail | awk '/:/{$4=""; print}'; } 2> /dev/null | open -ef
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    You can then quit Terminal.
    To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
    Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
    Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
    Remember, Steps 1 and 2 are all copy-and-paste — no typing, except your password. Also remember to post the output as text, not as a screenshot.
    Please post the contents of the TextEdit window, not the Terminal window.

  • Why did my Screen and icon color change following OS upgrade?

    Following an OS upgrade to my iPod touch the display of screen and icon colours changed. I have been unable to revert to the earlier colour scheme. Can anyone tell me why and how to change them back?

    Did aoll the icons chan
    Are yu saying the wallpaper for the lock screen and/or home screeen changed?

  • TS1717 i am trying to down load an itunes update to windows and it keeps timing out?

    IM trying to download an Itunes update to my PC and it keeps timing out.. any help??

    Would this matter then? can you not update the 3g to the lastest software?

  • Icons Keep Moving

    Hello. I have a 23" Cinema Display that I connect to at work with my MacBook Pro. Recently, I got a second 23" Cinema Display for home. Ever since, whenever I connect my laptop to either monitor, all of my icons rearrange. They usually move to the right side of my laptop, even though I have the monitors preferences set to have the 23" as the main display. Whenever I try to move the icons, they snap back into place. And, when I click once on any icon and then click on the desktop, that icon moves to a new, seemingly random, location.
    I know there are options to organize icons by name, date, etc. and I am assuming that I selected one of those preferences. But, I do not see an option to organize by "none." How can I keep my icons from constantly relocating?
    Thanks, Greg

    The "none" option doesn't actually get rid of the "snap to grid" option (which is now something you can't turn off for the Desktop, just set the spacing for with the second slider). However, when you first change from some 'arrange by' order to "none," the current "snap to grid" setting isn't immediately enforced & the Desktop items may revert to some former locations, including (I think) those set while the OS allowed the "snap to grid" option to be turned off. I suspect this is what was happening to you.
    Had you followed setting the "none" option with even the slightest nudge on the grid spacing slider, you would have seen the icons jump to that spacing. The same would have happened with the icon size slider, since either one would have applied the view option settings immediately.
    The same would have been true if you had relaunched the Finder, logged out & back in, or restarted the Mac, which is what you did.
    The jumping around icon thing was I think the result of the Finder "noticing" that the selected icon wasn't on a current grid intersection & 'helpfully' moving it to one.
    Anyway, the main point is that should it happen again in the future, you can fix this just by nudging the grid spacing slider. You don't have to restart or log out.

  • No new updates and icons not moving?

    So I watched the video on the iPhone website and saw new features on map, safari, etc; but those features aren't on my phone? Why?
    Also, my I can't rearrange the icon on the home page. I've tried every icon (one at a time to see if at least one of them would work), holding them for a few second/until they started moving, but nothing. I even tried to turn my phone off and on, but nothing.. Could someone help me please...? Do I need to go to the mac store and exchange the phone.

    Have you 1) updated iTunes on your computer. Then 2) plugged in iPhone and if it doesn't tell you there is an update, click the button to have it check for an update.
    You need to be running 1.1.3 on the iPhone for those features.
    Go to Settings => General => About on the iPhone and you can see what you are running.

  • Icons keep moving in dock

    my icons won't stay in position, everytime i arrange them they move back to their original positions within few seconds

    I have seen this problem in 10.3, 10.4, 10.5, 10.6, and now also in 10.7. Someone in another thread said it was cleared up by turning off syncing of Dock items. However I've seen this happen on machines that don't have Dock items set to sync or not signed into .mac, MobileMe or iCloud.
    I've done mass deployments of all of the versions of OS X I listed above except for 10.7. I build a base image from a brand new Mac and then restore it onto multiple MacBooks and iMacs. I thought that the behavior happened only after the first boot after they had been imaged but I've seen it happen after installing new apps as well (mostly Microsoft Office: 2004, 2008 and 2011). And it is not at all consistant. Sometimes they would snap back seconds after they were moved and others would wait a minute or two. I always would move them back to how I wanted them and most times they stay the second time I've moved them but I've also had them snap back up to 3 times in a row before they finally stayed put.
    It just happened to me a few minutes ago on my MBP running 10.7.3. I have no hope that this will be resolved.

  • Menu bar icons keep moving/scrolling/flashing

    Not sure exactly how to describe the problem concisely.  The menu bar icons appear, then disappear, and then only two icons reappear (OpenDNS and VirusBarrier), then they disappear and the sequence starts again. 
    Computer is a Mac Mini with Snow Leopard and is up to date.  Thinking that it might be simply that I had too many icons for the real estate on my smallish monitor, I tried removing menu icons to make room by unticking their boxes in some of their system preferences and also be dragging them off the menu bar with command-drag, but problem will not go away. Rebooting did not solve the problem either. I have also repaired permissions.  Any suggestions are welcome.

    Corrupted .plist file.
    Get yourself OnyX for OS X, it will come in handy for that and other things that go bump in the night.
    http://www.titanium.free.fr/

  • Why do my projects and photos keep disappearing?

    So I've imported a bunch of photos into Aperature, and into a specific project and then I leave thre program and re-enter the project and the photos are no longer there, I just get a untitled project with no photos in it. Any ideas? I've lost over 1000 photos and have no idea where they've gone.

    So after the subscriptions disappeared yesterday, I resubscribed to Democracy Now! and Bill Moyers Journal.
    This morning, I went to check iTunes... and two of the subscriptions were gone -- AGAIN! And the episode of Democracy Now! that remained behind was now listed under real Tim with Bill Maher.
    I'm getting so frustrated with this... why am I having to re-subscribe to podcasts every day now?

Maybe you are looking for

  • Have new itunes 6.0.5 but empty will ipod erase?

    the itunes 6.0.5 is empty and if i plug in my ipod will it erase my ipod? xp   Windows XP   xp   Windows XP  

  • Question about nested functions

    This can't be done for example select min(count(*)) from... I need to calculate the minimun of a cuantity I obtain from count(*) Any ideas? Thanks

  • New Imac27 with 1TB Fusion Drive?

    I just purchased a new iMac27 with a 1TB Fusion Drive installed. How as an average user do I know what resides on the SSD portion of the drive? I understand that the Mac OSX 10.8.2 is supposed to reside there from the factory, but what else is on the

  • Oracle Business Server

    Oracle Business Intelligence Server Control is not responding ,after giving the default user id oc4jadmin and the new password. If anybody encountered the same problem , can u tell what remedy you done for that ???

  • How do I make the "text" after the checkboxes visible?

    (The Dreamweaver 8 text reads, as follows) quote: To add checkboxes to a form: 1. Click in the left column of the sixth row, type Check all of the musical styles that interest you. (including the period), and then press the Tab key to move the insert