Messages picture change won't stay

I have changed my picture in the Messages program on my Mac three times, but when I quit from Messages and restart it the picture reverts back to my Login picture.
So I changed my my picture in my login account (and it sticks) but when I start Messages back up my old login picture is still there.  And after I change my Messages picture again, it still doesn't stick when I shutdown Messages and start it back up again.
What do I need to do to make the 'picture change' in Messages STAY changed?

Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock those files and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
Back up all data before proceeding.
Step 1
If you have more than one user, and the one in question is not an administrator, then go to Step 2.
Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
Step 2 (optional)
Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
Start up in Recovery mode. When the OS X Utilities screen appears, select
          Utilities ▹ Terminal
from the menu bar. A Terminal window will open. In that window, type this:
res
Press the tab key. The partial command you typed will automatically be completed to this:
resetpassword
Press return. A Reset Password window will open. You’re not going to reset a password.
Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
Select your username from the menu labeled Select the user account if not already selected.
Under Reset Home Directory Permissions and ACLs, click the Reset button
Select
           ▹ Restart
from the menu bar.

Similar Messages

  • Want to purchase using a shopping cart - preference change won't stay

    I purchase a lot of songs from the iTunes Store, and want to use the shopping cart. I went to the Edit menu, selected Preferences, clicked on the Store tab, and clicked on the button that says "Buy using a Shopping Cart." I don't see a place to click OK or save change anywhere, so I click the red close button at the top of the box. The program will not save the change I request, instead, when I repeat the process, I find the option reset to "Buy and download using 1-Click." How do I set that change? Thanks.

    Do a clean (re)install and delete the Firefox program folder (C:\Program Files\Mozilla Firefox\).
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 10.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible.
    *Do NOT remove personal data when you uninstall the current version or you lose your bookmarks and other data because all profile folders will be removed.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    If that still gives problems then create a new profile.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    See also:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • PSE 10 Organizer layout changes won't stay

    Upgraded from PSE9 to PSE 10.  Win 7 OS.  Setting the Organizer to display in Folder view, and then adjusting the Photo bin size larger (to the left) does not "take."  It will remain as I set it as long as I remain in that session.  If I close the program and then restart, the Organizer layout has reverted to the default layout with a small Photo bin.  This was automatic in Version 9 and it saved it where I put it.  How do I fix this irritating problem please? 

    Thanks for the suggestion - it sure sounded good, but doesn't work for me.  Changed name to "oldpsa.prf", re-started PSE10, set up my workspace as I want it (essentially all I do is change the size of the Photo bin to make it larger - makes the folder display narrower), went into preferences just to hit "OK" and leave - then exited the pgm and re-started - It was back to the default workspace.  Thanks anyway - I am thinking seriously about removing all things Elements then using CCleaner and jv16PowerTools to scrub the registry just to make sure there are no remnants, then reload everything.  At this point I don't have any serious work to lose, so it might be better to do it now rather than lose good stuff down the road.  I am a new user, as you can probably tell.  If anyone has any other ideas, please send them on as I will wait a day or so before I bomb this thing.  Thanks!

  • Xmodmap changes won't stay [SOLVED]

    It keeps switching back. Here's my .bashrc:
    # Check for an interactive session
    [ -z "$PS1" ] && return
    alias ls='ls --color=auto'
    PS1='[\u@\h \W]\$ '
    xmodmap ./.xmodmap
    Here's .xmodmap:
    ! Swap Caps_Lock and Control_L
    remove Lock = Caps_Lock
    remove Control = Control_L
    keysym Control_L = Caps_Lock
    keysym Caps_Lock = Control_L
    add Lock = Caps_Lock
    add Control = Control_L
    I'm using KDE. The keys switch back and forth seemingly randomly. Haven't figured out when or why...
    EDIT: System Settings > Input Devices > Keyboard > Advanced > Ctrl key position > Swap Ctrl and Caps Lock
    I guess KDE didn't care what xmodmap or setxkbmap were doing.
    Last edited by YAOMTC (2011-03-19 05:22:17)

    I used to have issues with xmodmap (every now and then it didn't load my config properly), until I started loading it together with X (/etc/X11/xorg.conf.d/20-xkmap.conf). Since then I haven't experienced any problems. Maybe you can give it a shot, too? This is how it looks (of course, you have to use your own mapping):
    Section "InputClass"
    Identifier "xkmap keyboard settings"
    MatchIsKeyboard "yes"
    #MODEL:
    Option "XkbModel" "pc101"
    #LAYOUT:
    Option "XkbLayout" "us"
    Option "XkbOptions" "caps:escape, terminate:ctrl_alt_bksp"
    #VARIANT:-
    EndSection
    Last edited by bohoomil (2011-03-15 19:41:32)

  • When I boot up my Mac, Messages opens automatically. I quit the app, but it just re-opens itself. It won't stay off!!! I can't figure out what's wrong with it!

    For the past few months, my Mac has been acting weird. EVERY time I boot up the computer, Messages opens automaticallly (I am runing OS X 10.8.x). I quit the app, but it just re-opens a few seconds later! It just won't stay off! I've looked it up online and nothing helps. I have no idea what to do!!!

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • I currently have a DROID RAZR M and I'm 1 year into my 2 year contract.  Since the Kitkat update, the phone won't stay charged and it's very buggy.  I know this is not Verizons fault but it's also not mine. I would like to change my phone to an iPhone 5s

    I currently have a DROID RAZR M and I'm 1 year into my 2 year contract.  Since the Kitkat update, the phone won't stay charged and it's very buggy.  I know this is not Verizons fault but it's also not mine. I would like to change my phone to an iPhone 5s and keep my same plan but switch to the Edge program. Is this possible? I don't think I should have to pay an early termination fee or anything like that since my phone has become almost unusable. I know under normal circumstances you have to wait 2 yrs to upgrade but due to the update and the poor service I'm now getting I hope Verizon can make an exception. Thank you.

    How recently did you switch?  If it's less than 60 days, then Verizon simply reinstates your previous account.  The fact that you were on the EDGE plan and mailed the devices back, and they apparently are somewhere in the system, could cause complications, and it might just work out that you just go back on the same plan and they set you up with the same devices.  I'm not sure how it will go - but since you are still being billed for the devices... 

  • I have bought the wireless keyboard for my iPad.  I was working for a day but now the power light won't stay on and as such won't connect to the iPad.  I have changed the batteries but still no difference.

    I have bought the wireless keyboard for my iPad.  I was working for a day but now the power light won't stay on and as such won't connect to the iPad.  I have changed the batteries but still no difference.

    Not knowing which wireless keyboard you bought, it is difficult to be specific.  but ...
    it is quite normal for the keyboard's power light not to stay on - it is a way of conserving battery power.
    Try this:
    turn you keyboard off
    on your iPad go to Settings > Bluetooth
    if your keyboard is listed under Devices, then touch the little blue i to its right and choose Forget this Device
    now reset your iPad:  hold both the Home and Power buttons down for about 10 seconds until the Apple logo appears, let go promptly when the Apple logo appears and wait another 30 seconds for your iPad to turn itself on
    After your iPad is back on again go back to Settings > Bluetooth
    now turn your keyboard back on and see if it appeard under Now Discoverable
         if it doesn't read your keyboard guide to figure out how to put it into Discovery mode
    touch the listing for your keyboard under Now Discoverable, it should now appear under Devices
    touch the listing for you keyboard under Devices, and choose to pair with it.

  • My rental movie won`t work. I have sound but no picture on my screen (stays green). What can I do?

    My rental movie won`t work. I have sound but no picture on my screen (stays green). What can I do?

    Hello Amy
    If you were not able to watch your rental, then report it to the iTunes Store for further assistance.
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    http://support.apple.com/kb/HT1933
    Regards,
    -Norm G.

  • So my iPhone 4S started draining battery after recent update, battery got changed and it worked perfect for 3 days, all of a sudden the phone won't stay on unless connected to mains... Cannot receive any signal "searching" constantly. HELP

    So my iPhone 4S started draining battery after recent update, battery got changed and it worked perfect for 3 days, all of a sudden the phone  shut down and now won't stay on unless connected to mains... Claims its at 100% battery but thats impossible as it was at 30% before it shut down randomly.
    Cannot receive any signal "searching" constantly.
    Turns off as soon as removed from usb ... wont stay on connected to laptop!
    HELP!

    The iPhone includes a one year warranty. If an Apple store is not nearby, you can call AppleCare and handle an exchange under warranty over the phone. The exchange will be shipped to your door - someone must sign for the delivery so if no one will be at home, have it delivered where you work. You use the same box to return the existing iPhone back to Apple. Return shipping label and tape to reveal the box incuded - call the carrier with number incuded when the box is ready to be picked up. AppleCare will request a credit card in the event the existing iPhone is not returned within 10 days after the exchange under warranty is received.
    Hardware can fail - it happens, which is why there is a one year warranty.

  • Fix iTunes!!!!!  I cannot make changes to my account because I cannot sign in to iTunes since it won't stay up long enough.

    This is stupid.  Since iTunes 12 came out I cannot open the P.O.S. software on my computer (Windows 7 64-bit).  I have uninstalled the correct way, was told that my iTunes library was corrupted and to recreate it, which I did.  Then I was told to downgrade my iTunes to an older version.  Guess what?  I can't because my library was created with a newer version.  I cannot make changes to my account because I cannot sign in to iTunes since it won't stay up long enough.
    Anyone have any luck fixing this crap program??
    <Re-Titled by Host>

    As I said, some items cannot be purchased with an existing credit on an account no matter how much it is.  It can only be purchased with a charge to a credit card.

  • Messages won't stay open

    now that i have installed messenges beta, it won't stay open and keeps crashing on me....i can't keep it open long enough to uninstall it either.  what do i do?

    Hi,
    This may not seem related but go to the Address Book and check the Card with the Head and Shoulders icon (my Card) is listing your details.
    10:21 PM      Monday; March 12, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Desktop picture won't stay

    Hi- I recently had to re install my OS from my timemachine backup (from an external HD.) I had everything set up as factory new before using the backup and didn't create any new accounts. Things seem ok now but my Desktop photo (one of my own photos) won't stay- it keeps reverting back to one I had set before all the trouble. Any ideas? It's just annoying.

    Delete the
    com.apple.systempreferences.plist
    and the
    com.apple.desktop.plist
    as instructed in this User Tip and reboot the computer from the Apple menu.
    Deleting the System Preference or other .plist file

  • EMac won't stay asleep

    All of a sudden, my eMac won't stay asleep. I've turned off all the settings in Energy Saver (including the Wake options for modem/LAN). I also have no USB or Firewire connections.
    I've repaired permissions, optimized system, cleaned caches, and zapped the pram.
    I've tested on/off my LAN. I've also tried unhooking my mouse and keyboard.
    Here is the system and console log after I put it to sleep:
    System Log:
    ===== Sunday, October 8, 2006 7:10:21 PM US/Central =====
    aped[88]: Not affecting super-user process CopyTool[351]. This is just an informative message. It is not causing your problem.
    Oct 8 19:11:32 eMac kernel[0]: System Sleep
    Oct 8 19:11:32 eMac kernel[0]: System Wake
    Oct 8 19:11:32 eMac kernel[0]: Wake event 0040
    Oct 8 19:11:32 eMac kernel[0]: Sound assertion "0 != err" failed in "AppleLegacyAudio/AppleTexas2Audio/AppleTexas2Audio.cpp" at line 960 goto Exit
    Oct 8 19:11:34 eMac kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Oct 8 19:11:34 eMac mDNSResponder: Repeated transitions for interface en0 (192.168.1.100); delaying packets by 5 seconds
    Console Log:
    ===== Sunday, October 8, 2006 7:10:42 PM US/Central =====
    Oct 8 19:11:34 eMac mDNSResponder: Repeated transitions for interface en0 (192.168.1.100); delaying packets by 5 seconds
    Here is an overview of my eMac and graphics card:
    Hardware Overview:
    Machine Name: eMac
    Machine Model: PowerMac4,4
    CPU Type: PowerPC G4 (3.3)
    Number Of CPUs: 1
    CPU Speed: 1 GHz
    L2 Cache (per CPU): 256 KB
    Memory: 1 GB
    Bus Speed: 133 MHz
    Boot ROM Version: 4.6.4f1
    ATI Radeon 7500:
    Chipset Model: ATY,RV200
    Type: Display
    Bus: AGP
    VRAM (Total): 32 MB
    Vendor: ATI (0x1002)
    Device ID: 0x5157
    Revision ID: 0x0000
    ROM Revision: 113-xxxxx-116
    This problem is very annoying. I have to shutdown my computer instead of putting it to sleep. Any help would be appreciated. Thanks,
    Chuck
    C2D 20" iMac, G4 1.33 iBook, 1Ghz eMac, G3 333 iMac (Blueberry)   Mac OS X (10.4.8)   5G iPod, 2G 4GB Nano, 3G 20GB iPod, 512MB iPod Shuffle

    This is for a Mac that won't sleep.
    First, read things in Apple doc.#25801 on sleep settings.
    USB devices and hubs often cause Macs to not sleep or wake quickly from sleep (notably HP printers and scanners, HP all in ones, and Cannon scanners). Disconnect all USB except for keyboard and mouse and try. If it sleeps, add one back at a time testing after each one to find the culprit.
    If you've set your Mac to recieve faxes, it may not be able to sleep. It might also have a damaged preferences file.
    If you use your Mac for faxing, open System Preferences. click Print & Fax, click the Faxing tab, and uncheck the Recieve Faxes On This Computer box.
    If that does'nt work or you've never faxed on your Mac, go to Finder/Hard Drive /Library/Preferences/SystemConfiguration and delete the com.apple.PowerManagement.plist and com..apple.AutoWake.plist files (if your Mac asks, type your admin. password).
    If the latter file isn't present in the folder, go to user name(probably your name)/Library/Preferences, delete the com.apple.systemuiserver.plist file, and reboot your Mac.
    Hope this helps!
    P.S. One member here reported this (Michael Gleason);
    "I have had this problem with my IMac G5. It is surprisingly irritating. LaCie's Silverkeeper backup software was the cause. By default it gave itself permission to wake up the computer to check if a backup was needed. Do you have this or a similar program installed which has scheduled activities including wake-up permissions as an option?"
    Dave Hamilton provided this link, xlr8yourmac.com, to a member, which addresses failure of deep sleep with some users that updated and added new FireWire and USB cards.
    tomhorvat adds this; After few days of messing around I found out that I had desktop background (wallpaper) set to change every 1 minute.
    After unchecking "Change picture..." in system preferences (under Desktop/Screen saver), my powerbook went to sleep all by itself.
    Cheers!
    DALE

  • Games won't stay open.

    every game that i have bought from the app store won't stay open when i try and play it. I will start it and then for no reason it goes back to the iphone home page. can anyone help me out. It ***** that I buy theses games and then I can't even keep them open to play. i have even tried turning it to airplane mode to play and it does the some thing. Thanks
    David
    Message was edited by: davidcolvinjr

    Hi,
    I had the same problem and isolated it to a DRM issue. My 1st gen iPhone wouldn't play music purchased from iTunes or run apps purchased from iTunes (but music I loaded myself, ripped from CD worked fine). All other native apps worked fine (Safari, Phone, Txt, etc.).
    I tried to sync and did a reset and it did not fix the issue. I then deleted an album of music off the iPhone (one I had purchased from iTunes) and then resynced it to the iPhone. This triggered my iPhone to correct all the metadata for the purchased items (including apps), indicating they were authorized to work with the DRMd items, and then everything worked fine. This is easier than a restore or reset and seems to do the trick. My experience is that you can sync and sync and sync without resolving the issue...until you make a change and THEN sync which seems to trigger things. I also had this problem initially trying to get the Genius Playlist feature to work....once I added some music, voila, everything was there. Hope this helps.

  • HP DV7 6135 bottom cover and battery won't stay in

    For the past few months, when I picked up my laptop, sometimes the battery and/or the panel popped off. It was annoying and I even made sure the slider was in proper position but I noticed that the battery would pop out with just a gentle touch.  It gets really annoying when the battery pops out unexpectedly while I was just moving such as to change position on a chair or to walk to use the restroom.  Once the 12-cells pack missed my toe and left a half-inch deep dent in the wood floor, battery has never worked since and had to be replaced, thanks HP!
    Today the bottom panel has popped out yet again and this time a few little black pieces came down with it, and the panel won't stay in anymore. Looking under bright flash light, it seems the plastic slider that normally locked or released both the battery and the panel has several broken pegs and cracks.  Looking in Google, it seems to be a common problem with 6000 series DV7?  Is there anything I can do short of buying an used 6000 series cheap off eBay and swapping the bottom shell?  Gluing the panel is one option but not the battery as I switch between 2 if I'm away from power source a long time.
    Replacing it outright with a non-HP brand laptop is also an option but it gets costly when one factors in getting a new battery or 2 for long power on time in the field. Batteries are generally not cross-brand compatible (ie HP battery won't work in Dell model)

    I just sent you a private message. If you are not sure how to check your forum messages, this post has instructions.
    I worked on behalf of HP.

Maybe you are looking for

  • 3D Motion Tracking Error/Crash in progress [Urgent Help Please!]

    Hey there! I'm an video editor and I use 3D Motion Tracking a lot but recently every time I use it, it comes up with an error and says crash in progress, It never used to do it and I can't seem to find any solutions to fix it. Computer Specs: Manufac

  • Layer Palette Behavior When Opening AI Docs

    Whenever I open a multi-layered AI file, all of the layers and sublayers are automatically unzipped (i.e., the disclosure triangles are all downturned by default to expose every layer -- ugh). Upon opening an AI document, I would like for the layer d

  • How are I supposed to make a 3D spinning icon after Photoshop CC removed the 3D Scene Position?

    I've read about how to make a portion of my logo into a spinning icon but all of the tutorials involve using the 3D Scene Position adjustment in the timeline. However, with a recent update Adobe removed this feature. Is there another way to accomplis

  • Database Transaction - Rollback

    Hi, I am trying to insert values in 3 tables - A, B and C. if by some reason there is an exception during Table C operations. I want to roll back all the transactions. How can I do this in BPM. Regards, Lovin.V

  • Font security problem (urgent)

    Hi! I have a quite urgent problem (school project presentation comming up in a couple of days). At my school they are using illustrator CS5 and Windows 7. They dont allow any user to make changes to c: where illustrator and windows is installed. My p