Custom desktop picture disappears after restart

Ever since I purchased my MacBook Pro my custom desktop picture disappears after a restart. I select a photo either from the internet or my iphoto library and when I reboot the computer it goes back to the original desktop pattern, my photo is gone. Has anybody noticed the same problem on theirs and if so, have you found a solution? Its not a big deal, mostly goes under 'curious why this happens and how can I fix it' category . . .

Try running the combo update.
10.9.4 Combo Update
If that doesn't work, go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Preferences/com.apple.desktop.plist. Move the .plist to your desktop.
Restart and test. If it works okay, delete the plist from the desktop.
If the same, return the .plist to where you got it from, overwriting the newer one.
Thanks to leonie for some information contained in this.
You might need to redo the View settings after an update.

Similar Messages

  • Client desktop pictures disappear after admin share screen

    I share my screen with 15 computers in my lab. When I quit the process and clients have access again, several machines lose their custom desktop pictures. It seems to fix itself if they log out and log back in. Any ideas on what causes this?

    What version of the mac os x is the client computers running?
    if one of the effected users, on an effected computer sets their desktop picture, then logs out, and then logs back in, do they still keep the custom desktop picture? or dose it default back to the generic picture?
    On the effected computers, dose the issue happen on all user accounts? Or just specific user accounts? If you create a new local user account, dose it have the same issue?

  • 90% of pictures disappeared after new program. Time machine folders mostly empty. Downloaded my Carbonite file. Can I restore directly from this file or do I have to drag and drop 20,000 pix?

    90% of pictures disappeared after adding Maverick. My Time Machine folders were in the right order but mostly empty so useless for restore. Repair and rebuild attempts were not effective. Downloaded my Carbonite file which is now sitting on my desktop. Is there any way to use the restore command to rebuild my portfolio or do I have to drag & drop approx 20,000 pictures? Can album groupings and faces be retained?

    Do you still have the original library that was present at the time you upgraded to Mavericks?  If so apply the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    Happy Holidays

  • Local copy idisk folders added to sidebar disappear after restart

    Folders from a local idisk copy added to the finder sidebar continually disappear after restart. Any idea how to prevent this?

    a workaround:
    you can lock this file via command + i
    Library > Preferences > com.apple.sidebarlists.plist
    to keep your sidebar setting,
    then reboot
    or
    open Terminal and write:
    defaults write com.apple.finder QuitMenuItem 1 < this will add a Quit command to the Finder
    then:
    killall Finder
    Quit the Finder via Command + Q every time you mount iDisk...
    it works for me, use at your own risk

  • My desktop background disappears after waking from sleep mode

    My desktop backgroung disappears after waking from sleep mode. Just converted to Lion.

    I spoke with Tech Support this morning. Apparently this is a known issue with Lion. I found it interesting that the rep insisted on saying that "it is the way Lion functions" instead of admitting that it is a GLITCH in the programming. He even said that it happens randomly and not on all computers and not all users experience this. That ought to tell you that it's a glitch.  Anyway, there is a "workaround" which is what you do to put a bandage on a persistent wound that should really get surgically stitched:
    You either have to log out every time you leave the laptop, or you have to change Energy saver preference to set the display to go to sleep AFTER the computer is set to log out (in Security preferences).
    Here is the article that instructs us on applying the bandage::
    http://support.apple.com/kb/TS4135?viewlocale=en_US
    Suffice it to say that Apple does not plan on stitching this one up any time soon..

  • Pictures disappeared after installing Yosemite and new Iphoto. Why

    Pictures disappeared after installing Yosemite and new Iphoto. Why ?

    I also started having problems with iPhoto after installing Yosemite.  Some of the Event collections lost the picture and just has a grey square in its place.  When I click on the Event, it shows a white dotted lined square for each picture and if I click on the picture, it shows an exclamation mark.
    Check, if you also are having a folder "Old Masters" inside the iPhoto Library package, as described by  Muhamad Abdulkadir.
    Ctrl-click (or right-click) your iPhoto Library in the Pictures folder , then select "Show Package Contents".  If you are seeing a folder "Old Masters", copy this folder out of the library. Look inside - are the original image files of the problematic photos inside?
    Are any photos in your "Masters"folder?

  • When switching between user accounts, the background desktop picture disappears and goes to just a blue background. Whats up with that?

    When switching between user accounts, the background desktop picture disappears and goes to just a blue background. Whats up with that?

    All fixed! It was TeamViewer that was causing the problem.

  • Changes in Bundle.js file are disappear after restarting the UCM

    Good Day,
    I add some javascript code in bundle.js file within the following path: domain_home\ucm\cs\weblayout\resources\bundle.js .
    the changes are reflected fine on the UCM, but once the UCM Server restated the changes are gone and the file revert back as is; without my changes.
    the code that i want to add is:
    if ((typeof Range !== 'undefined') && !Range.prototype.createContextualFragment) {
    Range.prototype.createContextualFragment = function(html) {
    var frag = document.createDocumentFragment();
    var div = document.createElement('div');
    frag.appendChild(div);
    div.outerHTML = html;
    return frag;
    i want to add it because i have a javascript error like this: Object doesn't support property or method 'createContextualFragment', this erro occured when the used version of Internet Explorer is V.9. ; no javascript errors appears on Version 8. when i add this piece of javascript to the bundle.js file, it the error is gone and everything goes fine, but as i said earlier after restarting the UCM the added javascript code is gone and disappear from the bundle.js file.
    For that reason i want to ask, is there is a way to keep my code and stay as is even after restarting? Or is the file uploaded on restart from another path?
    Any Suggestions?

    This is actually quite simple to explain:
    - domain_home\ucm\cs\weblayout\resources is a directory that holds runtime version of resources
    - if you want to make your changes persistent, you will need to do it in a source directory. In 11g there are two source directories; one for standard components, and the other for custom ones. You should use the latter
    - in fact, if you create a custom component with Component Wizard, make your changes there and activate the component, you should be done. The only another thing you should pay attention to is the loadOrder parameter of your resource - it should be higher to get applied.
    For more details, see http://docs.oracle.com/cd/E23943_01/doc.1111/e10807/part4_customize_comp.htm#sthref522

  • User Account Pictures Disappear after Target Mode

    My iBook was having motherboard problems, on it's last legs, so set up Quicksilver (G4 Tower) running Tiger in Target Mode, copied needed files. After restart, all user photos (you know, the Apple Pictures - leaf, flowers, dragonfly, baseballs, etc) disappeared. Any ideas? Thanks.
    Anne

    Is this the sequence of events?
    Mac locked up, then refused to restart.
    Disk Utilities....said there were problems which it was unable to repair.
    You then did an Archive, and reinstalled the archive
    /Users/Myfamily exists but you cannot log into it.
    I'd say that the directory was corrupted at the beginning, and the problems have been carried along with the archive.
    If the disk has errors that DU said it was unable to repair, you should not have proceeded until those errors were sorted out. The disk may even be failing, we don't know.
    You could try booting into Safeboot mode as that runs the DU repair function, though that may not be enough as it previously could not repair it . Perhaps Diskwarrior may be needed.
    Starting up in Safe Mode

  • MBP Retina Desktop Wallpaper resets after restart

    Earlier this week I got my new MBP 15" Retina, and completed a clean installation of applications from my old MBP.
    This morning I had to install and update and for the first time had to restart the computer.  After restarting the origional wallpaper shows on login.
    After login and going into Desktop & Screen Saver Settings it shows the proper desktop image.
    Steps Completed:
    1) Problem only occurs on Restart or Shut Down.  A Log Off will maintain the correct wallpaper.
    2) Tried changing to Standard Desktop Picture or an iPhoto gallery photo.
    3) Unlocked '/Users/scottdavis/Library/Preferences/com.apple.desktop.plist' made wallpaper change (it changes date modified).  Restart.  Did not resolve.
    4) Tested the same process on MBP 17" Early 2008, works correctly.
    5) Running OSX 10.8.2 - completed MBP Update 2.0 (is where I had to restart)

    Hi all,
    I have had this same issue with OS X Lion and it continued on to OS X Mountain Lion as well. I have had the wallpaper switching on me to the default solid blue color whenever I restarted (every month or so) and when switching between users (every other day or so). So this issue was very frustrating having to go back in and reset the wallpaper to my preference whenever I switched to either user. I found a solution that has been working for me for several restarts and several switching of users now:
    First, I took some of your advice by locating all of my wallpapers into a 'Wallpaper' folder located in each user's 'Documents' directory. I copied to same wallpapers to each user so both user's have the same wallpapers to choose from.
    Then, I installed the latest stable version of 'OnyX' (freeware software). I used OnyX on both user accounts to run through practically all the settings to clean up the entire Mac (Mac Mini, mid 2011) including: Verify [S.M.A.R.T. Status, Structure of volume, and Preferences], Maintenance [Permissions], Cleaning [System cache, User cache, Internet cache, Fonts cache, Log cache, Misc. cache]. I generally left the default checked boxes alone and didn't change any settings and Executed the program to run as default.
    After running OnyX, I re-set my wallpapers for each user and went ahead and tested the restarting of the computer and switching back and forth between users. It was very easy to duplicate the bug previously, but now I could not get the wallpaper to switch back to the default blue as before. Everything seems stable with my wallpaper selection now.
    Hope this helps someone. Thanks everyone for your input too.
    As a side note, my Mac is running much smoother and quicker now too.  =)

  • Picture disappears after exporting to Excel and saving.

    Afternoon,
    I appologise if this question has been asked before, but I did try search past posts.
    I am using CR4E, the latest version.
    I have designed a report with a Logo in the Page Header. (JPG). If I export the report as a Excel Report (Page Based), the
    Picture is displayed as expected.
    I can open and close the Excel Report as many times as I want and the picture remains. BUT as soon as I make a change to the
    spreadsheet, and save, the Picture disappears.
    I have tried using a BMP file, but still the same, I have tried having the picture in different sections but no luck.
    If anyone has any ideas as to how I can keep the picture after saving the Excel version I would be greatly in your debt.
    Cheers
    Darren

    Morning,
    I have managed to find a work around, although I am not 100% why it works but it does.
    I was unable to find a solution to the problem using the Eclipse version of CR, but I found a version of CR2008 at the office, and
    using that, inserted a OLE Object attached to my Logo (JPG) and placed this OLE object on the report. My original Picture of the logo was left in its correct placement.
    With this OLE Object, it appears that I am not able to export the XLS file and then manipulate the spreadsheet and save as many times
    as I wish and the logo remains.
    The only issue I have with the OLE Object, and this is probably down to my lack of knowledge, is that the Object contains
    a text reference to the file name "Company_Logo.jpg" and that it. It does not display the picture or anything but the text.
    I am then unable to hide this text or change the colour of the font to "hide" it. What I have had to do is make the object as small
    as possible and place it in the bottom right corner of the report and hope no one notices it
    So as you can see my solution is not the greatest but it is working.
    Krishnan, I tried you suggestion of moving it the picture object back and forward did not help, and then your File Export Options
    idea is not possible in Eclipse Crystal Reports (not that I could find). What version of CR would you be refering to?
    Thanks for the suggestions/help.
    Cheers
    Darren

  • Desktop picture disappears, won't return

    Hi. When I plug my new MacBook into a projector (mini display to serial port convertor) and then unplug it, my desktop picture is replaced with the standard space one, and choosing my own again under Desktop/Screen Saver in Preferences makes no difference.
    It's not crucial - but it is annoying. Any tips?
    Thanks
    Aidan

    Click on the desktop and check Finder > View > Show view options.
    Sort by.. snap to grid will have the files flying around..
    Disappearing files in folders no idea except I have always been advised not too have too many items in the desktop folder.. (The desktop is actually a folder, see finder)

  • Why do my pictures disappear after I send them in an email?

    Actually, it's my hubby's problem. He has an iPhone 4S using iOS5. His job requires him to take pictures and email them back to the home office. The last few days everytime he emails the photos, they disappear from his camera roll. And the last time, the email wasn't received in his office, wasn't in his "Sent" folder and the pics were gone from his camera roll. Anyone have any ideas?
    Thanks in advance for any help!

    In Mail, Control-click on the Inbox and choose Account Info.  In the resulting dialogue, is the Inbox said to contain any messages?  If setup as IMAP in Entourage, and as you report the messages are in the Inbox (which in IMAP resides on the server) then they must still be on the server.
    What I describe above is for normal IMAP operation -- I am unfamiliar with RackSpace; can you provde a link to it description of operation?  Some implimentations present a subset of messages and can be impacted by what device or program first connects.
    I would suggest quitting Entourage, and checking to see if the message still disappears after reading in Mail.
    Ernie

  • Desktop images disappeared after upgrade to 10.4.7

    I upgraded from 10.4.4 to 10.4.7 using the Combo download available on apple.com. (Every time I tried to download the upgrade through Sofware Update, it kept timing out.) The upgrade fixed the Mac Help app, which was not working.
    After installing the upgrade, the Apple-supplied photos I had selected to use as my desktop have disappeared. It's back to the default blue screen. In the Desktop and Screen Saver System Preference pane, the choices are there but are grayed out and not selectable. The Screen Saver works just fine.
    I've considered reinstalling 10.4.4 then doing the upgrade to 10.4.7 right after, but I don't know if that will even work. I'd like to have desktop images available, but have already spent several hours trying to figure this out. Any ideas?
    G5   Mac OS X (10.4.7)   2GB RAM, Dual 2.3 Mhz

    After installing the upgrade, the Apple-supplied
    photos I had selected to use as my desktop have
    disappeared. It's back to the default blue screen. In
    the Desktop and Screen Saver System Preference pane,
    the choices are there but are grayed out and not
    selectable. The Screen Saver works just fine.
    I just checked it again, and in fact, the Desktop photos are not even grayed out. They aren't there. I click on the left pane to view "Nature" images, but the folders appear empty.
    I tried to find the actual folder files on my HD, not sure where they are.
    Any ideas?
    G5   Mac OS X (10.4.7)   G4 Quicksilver

  • Desktop items disappeared after installing Apple OS X security update

    I downloaded and installed Apple's new OS X security update (15 Sep 2008) for Power PC that became available via software update feature today.
    When I restarted the computer as advised at the end of installation, my hard drive icon and all other desktop files disappeared. Safari works. In Apple menu, the shut down feature only works when Safari is active. Force quit feature shows Safari as the only item while Finder items keeps flashing and disappearing.

    Dear BDAqua, Thank you very very much for your advice.
    First, I tried the approach of 'safe booting'. The menu items on the top kept flickering and I could not get into either the 'applications' folder or the "users" folder.
    Then, I saw your advice to pj3 on another thread about re-running the install disc that came with the computer. I did not have to run all the other steps because re-installing the system with the standard instructions took care of the problem. The hard drive and other desktop files as well as the finder re-appeared.
    Thanks again for your kindness.
    Cheers!

Maybe you are looking for

  • Command the execute sql query and does not clean up data in Table

    Hi Team I have an SP, which writes source and target data to Temp Tables and runs except query to get mismatch details I am using Exec command to execute source query that writes data to Temp Table, once I execute query using Exec, data is written an

  • Skype crashing when audio starts

    I am attempting running Skype on Windows 7 64 bit (Deskside PC) Whenever I attempt to use sound - either answering a call / making a test call / setting up audio -  Skype crashes - so I simply cannot use Skype . I have Realtek High Definition Audio i

  • Service Type is lack when I create proxy service in workshop 10gr3??

    When I create proxy service in workshop(10gr3), at the General Configuration page, the "Service Type" is lack of "Create From Existing Service", the function is deleted?

  • Macbook Help not recognizing that it's connected to the net?

    Online helps subjects don't show up even though I'm online... "the help topic you're opening requires an Internet connection. Choose Apple > System Preferences, and then click Network to check your network settings and, if necessary, connect to the I

  • FCP 7, 'Capture Now' suddenly stops working

    I have been capturing footage from several tapes for many days now, with zero problems. I started doing some more today, also with no problems, until about the 4th capture attempt. Suddenly, when I hit 'capture now' during playback, nothing at all ha