The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    wake problem

    Discussion in 'Apple and Mac OS X' started by kamkazeephi, Feb 7, 2008.

  1. kamkazeephi

    kamkazeephi Notebook Consultant

    Reputations:
    0
    Messages:
    140
    Likes Received:
    0
    Trophy Points:
    30
    alright, my macbook sleeps instantly, then when i open the lid it started and all but my dock is gone. what happen?
     
  2. Xander

    Xander Paranoid Android

    Reputations:
    1,321
    Messages:
    1,455
    Likes Received:
    0
    Trophy Points:
    55
    Does this happen every time your Mac wakes from Sleep? You may want to try Restarting your Mac. Or...

    Select "Go" from the Menu Bar in Finder, choose "Go to Folder" [or press Shift-Command-G] and type "/System/Library/CoreServices/" (without the quotation marks) then click the Go button. Finally, Double-click Dock.app.

    Or you can try a few commands in Terminal.app (/Applications/Utilities/). Copy/Paste each of the following into Terminal and press Return after each:

    Code:
    killall Finder
    Code:
    killall Dock
     
  3. kamkazeephi

    kamkazeephi Notebook Consultant

    Reputations:
    0
    Messages:
    140
    Likes Received:
    0
    Trophy Points:
    30
    it happen for the first time. what's teh codes gonna do fo rmy mac?
     
  4. Xander

    Xander Paranoid Android

    Reputations:
    1,321
    Messages:
    1,455
    Likes Received:
    0
    Trophy Points:
    55
    They will kill specific processes. And actually "killall Finder" probably won't help you with Dock.app.