Accessing Hot Corners using AppleScript in Mavericks

Hello,
I'm trying to update a previous utility that could be used to disable/turn off hot corners using an applescript (the script was taken from https://gist.github.com/klynch/827581 and is pasted below). Trying to update it for Mavericks, I saw that the 'top left screen corner' can no longer be used to refer to hot corners. Google has uncovered a 'stack exchange' question that seems to purport that it is not possible anymore (http://apple.stackexchange.com/questions/106775/how-to-fast-set-hot-corners-in-m avericks). Is that true?
If that is indeed true, is there a work-around to my work-around? Specifically, is there a way to easily disable hot corners for when I go into a full screen application or anything like that? I'm thinking something like Caffeine, but for hot corners and not for power saving options. Thoughts?
Thanks in advance!
Disable Hot Corner:
tell application "System Events"
activate
if UI elements enabled then
tell expose preferences
set properties of the top left screen corner to {activity:none, modifiers:{}}
set properties of the top right screen corner to {activity:none, modifiers:{}}
set properties of the bottom left screen corner to {activity:none, modifiers:{}}
set properties of the bottom right screen corner to {activity:none, modifiers:{}}
end tell
else
tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.universalaccess"
display dialog "UI element scripting is not enabled. Check \"Enable access for assistive devices\""
end tell
end if
end tell
tell application "System Preferences" to quit

However, if you wish to be able to toggle between to states of the hot corners (enabled/disabled), the following script would be more appropriate:
property theSavedValues : {"Mission Control", "Desktop", "Dashboard", "Launchpad"} -- for example
tell application "System Preferences"
    activate
    set current pane to pane id "com.apple.preference.expose"
    tell application "System Events"
        tell window "Mission Control" of process "System Preferences"
            click button "Hot Corners…"
            tell sheet 1
                tell group 1
                    set theCurrentValues to value of pop up buttons
                    if theCurrentValues is {"-", "-", "-", "-"} then
                        repeat with i from 1 to 4
                            set thisValue to item i of theSavedValues
                            tell pop up button i
                                click
                                click menu item thisValue of menu 1
                            end tell
                        end repeat
                    else
                        copy theCurrentValues to theSavedValues
                        repeat with i from 1 to 4
                            tell pop up button i
                                click
                                click last menu item of menu 1
                            end tell
                        end repeat
                    end if
                end tell
                click button "OK"
            end tell
        end tell
    end tell
    quit
end tell

Similar Messages

  • Using Hot Corners with AppleScript.

    I need to find a way to use a Hot Corner with AppleScript. Searched google for half an hour and got nothing.
    Need it to activate my top right hot corner. Or sleep the display. Either one would be greatly appreciated.

    Try the AppleScript Forums. It's where the AS users hang out.

  • Cannot show dock or use hot corners when using CGEvent to move mouse cursor

    I have the following code:
    NSPoint mouseWarpLocation = NSMakePoint(mouseX, mouseY);
    CGEventSourceRef evsrc = CGEventSourceCreate(kCGEventSourceStateCombinedSessionState);
    CGEventSourceSetLocalEventsSuppressionInterval(evsrc, 0.0);
    CGWarpMouseCursorPosition(mouseWarpLocation);
    This code allows me to move the cursor to a new set of coordinates mouseX and mouseY. It works fine and I can move the cursor around, but even if the cursor is moved to where the hidden dock is the dock does not appear. Also even if the cursor is move to one of the corners say (0, 0), the hot corner action I have set is not invoked. I am confused as to why this is so because I thought that things like hot corners use the cursor's position to see if it need to do something. Any advice is appreciated.

    The university requires all computers to have anti-virus software and recently switched to Sophos from Symantec, in July I believe. That was a new software install. Since it just works in the background and I never actually access it, I had forgotten about that. I hope that is not the problem, as I am required to have antivirus software.
    And no I have not created a new user to log in. It is erratic enough that I don't know how long would have to be on to see if the problem recreated itself. Sometimes it seems like just minutes after I start the computer up and sometimes hours. Right now it is still working since starting this morning.

  • Mavericks hot corners expose

    Is there a way even with a third party app to bring back hot corners in mavericks?
    why apple remove such a useful function i do not understand...

    Hot Corners can be found in System Preferences > Dasktop & Screensavers > Screensavers > bottom right. I have Mission Control set for top left which gives me Exposé.
    Cheers
    Pete

  • Using destination hot corners when sharing a screen

    I am a heavy user of hot corners.  I would like to use the hot corners on a desination Mac mini while view the screen (via screen sharing) on an iMac.  The screen sharing session is not full screen, and the corners are defined on the screen.
    I have searched and there doesn't seem to be an easy answer (yet).   Any assistance would be appreciated.

    The destinatation, Mac Mini, is: 10.7.5.
    The source, the iMac where I am accessing the Mac Mini via Screen Sharing: 10.8.5.

  • Finder crashes when using hot corners to activate Exposé

    I'm currently on Mavericks version 10.9.3. This doesn't happen all the time, but sometimes two or 3 times a day. While working, whenever I would use hot corners to activate Exposé, my screen would freeze and Finder would restart.
    I usually have the following apps running:
    Chrome
    Spotify
    Slack
    Mac Mail
    Safari
    Cord
    Have any of you guys experienced something similar, and how did you fix it?

    Hi Linc, thank you for the quick reply. Here's the log from the console. Finder crashed again today, after I opened Adobe Illustrator and Adobe Photoshop then triggered Exposé.
    6/26/14 2:16:25.930 PM com.apple.launchd.peruser.502[164]: (com.adobe.illustrator.143648[94020]) Check-in of Mach service failed. Already active: Cancel Port94020
    6/26/14 2:16:27.065 PM ReportCrash[94025]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    6/26/14 2:16:27.950 PM Image Capture Extension[93996]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.951 PM Image Capture Extension[93996]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.951 PM Sublime Text 2[92942]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.951 PM Sublime Text 2[92942]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.951 PM NotificationCenter[86817]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.951 PM NotificationCenter[86817]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.951 PM com.apple.dock.extra[86840]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.952 PM Spotify[93106]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.952 PM com.apple.dock.extra[86840]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.952 PM Spotify[93106]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.952 PM Finder[86798]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.952 PM Finder[86798]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.953 PM com.apple.WebKit.WebContent[93074]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.953 PM com.apple.WebKit.WebContent[93069]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.953 PM com.apple.WebKit.WebContent[87185]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.953 PM com.apple.WebKit.WebContent[93074]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.953 PM com.apple.WebKit.WebContent[93069]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.954 PM com.apple.WebKit.WebContent[87185]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.954 PM GitHub Conduit[86889]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.954 PM GitHub Conduit[86889]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.954 PM Spotify Helper[93110]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.955 PM Spotify Helper[93110]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.955 PM com.apple.WebKit.WebContent[86860]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.955 PM Spotify Helper[93117]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.955 PM AirPlayUIAgent[86863]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.955 PM com.apple.WebKit.WebContent[86860]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.955 PM Spotify Helper[93117]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.955 PM AirPlayUIAgent[86863]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.956 PM Slack[93141]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.956 PM Slack[93141]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.956 PM Spotify Helper[93111]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.956 PM Spotify Helper[93111]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.957 PM EscrowSecurityAlert[92626]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.957 PM Spotify Helper[93113]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.957 PM EscrowSecurityAlert[92626]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.957 PM Spotify Helper[93113]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.957 PM Spotify Helper[93118]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.957 PM Dock[86795]: CGError CGSGetDisplaySystemState(uint64_t, CGSDisplaySystemState **): MIG error 0xfffffecc: (ipc/mig) server died
    6/26/14 2:16:27.958 PM Spotify Helper[93118]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.958 PM com.apple.WebKit.WebContent[86860]: CGSGetNextEventRecord (Inline) connection 0x270b, 32768 bytes
    6/26/14 2:16:27.958 PM com.apple.WebKit.WebContent[93070]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.958 PM com.apple.WebKit.WebContent[86860]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:27.958 PM com.apple.WebKit.WebContent[93070]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.959 PM com.apple.WebKit.WebContent[86860]: Set a breakpoint at CGSLogError to catch errors as they are logged.
    6/26/14 2:16:27.959 PM com.apple.WebKit.WebContent[86860]: On-demand launch of the Window Server is allowed for root user only.
    6/26/14 2:16:27.959 PM com.apple.WebKit.WebContent[86860]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    6/26/14 2:16:27.959 PM com.apple.WebKit.WebContent[86860]: On-demand launch of the Window Server is allowed for root user only.
    6/26/14 2:16:27.959 PM com.apple.WebKit.WebContent[86860]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    6/26/14 2:16:27.960 PM Messages[86790]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.960 PM Mail[86789]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.960 PM Safari[86787]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.960 PM Mail[86789]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.960 PM Safari[86787]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.961 PM Messages[86790]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.962 PM AutoLaunchApp[86917]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.963 PM AutoLaunchApp[86917]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.964 PM Eye-Fi Helper[86918]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:27.964 PM Eye-Fi Helper[86918]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:27.972 PM VDCAssistant[86848]: CGSGetNextEventRecord (Inline) connection 0x640f, 32768 bytes
    6/26/14 2:16:27.973 PM VDCAssistant[86848]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:27.973 PM Eye-Fi Helper[86918]: CGSGetNextEventRecord (Inline) connection 0x66ef, 32768 bytes
    6/26/14 2:16:27.973 PM Eye-Fi Helper[86918]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.026 PM loginwindow[86761]: CGSGetNextEventRecord (Inline) connection 0x9707, 32768 bytes
    6/26/14 2:16:28.026 PM loginwindow[86761]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.026 PM loginwindow[86761]: Set a breakpoint at CGSLogError to catch errors as they are logged.
    6/26/14 2:16:28.026 PM loginwindow[86761]: On-demand launch of the Window Server is allowed for root user only.
    6/26/14 2:16:28.026 PM loginwindow[86761]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    6/26/14 2:16:28.026 PM loginwindow[86761]: On-demand launch of the Window Server is allowed for root user only.
    6/26/14 2:16:28.026 PM loginwindow[86761]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    6/26/14 2:16:28.027 PM loginwindow[86761]: HIToolbox: received notification of WindowServer event port death.
    6/26/14 2:16:28.028 PM loginwindow[86761]: port matched the WindowServer port created in BindCGSToRunLoop
    6/26/14 2:16:28.028 PM SystemUIServer[86797]: CGSGetNextEventRecord (Inline) connection 0xb107, 32768 bytes
    6/26/14 2:16:28.028 PM Finder[86798]: CGSGetNextEventRecord (Inline) connection 0xc603, 32768 bytes
    6/26/14 2:16:28.029 PM Finder[86798]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.029 PM com.apple.WebKit.WebContent[93069]: CGSGetNextEventRecord (Inline) connection 0xdf97, 32768 bytes
    6/26/14 2:16:28.030 PM Dock[86795]: CGSSetWindowTransformsAtPlacement: Failed
    6/26/14 2:16:28.030 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Failed
    6/26/14 2:16:28.030 PM com.apple.dock.extra[86840]: CGSGetNextEventRecord (Inline) connection 0x19e2f, 32768 bytes
    6/26/14 2:16:28.030 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Failed
    6/26/14 2:16:28.030 PM com.apple.WebKit.WebContent[87185]: CGSGetNextEventRecord (Inline) connection 0x1aaef, 32768 bytes
    6/26/14 2:16:28.029 PM com.apple.WebKit.WebContent[93069]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.031 PM Google Chrome[92946]: CGSGetNextEventRecord (Inline) connection 0x1d4ef, 32768 bytes
    6/26/14 2:16:28.031 PM com.apple.WebKit.WebContent[93074]: CGSGetNextEventRecord (Inline) connection 0x1e587, 32768 bytes
    6/26/14 2:16:28.031 PM com.apple.WebKit.WebContent[93070]: CGSGetNextEventRecord (Inline) connection 0x21ea7, 32768 bytes
    6/26/14 2:16:28.031 PM Adobe Photoshop CC 2014[94005]: CGSGetNextEventRecord (Inline) connection 0x23fff, 32768 bytes
    6/26/14 2:16:28.031 PM com.apple.WebKit.WebContent[93855]: CGSGetNextEventRecord (Inline) connection 0x25447, 32768 bytes
    6/26/14 2:16:28.032 PM com.apple.WebKit.WebContent[93854]: CGSGetNextEventRecord (Inline) connection 0x27893, 32768 bytes
    6/26/14 2:16:28.038 PM AdobeIPCBroker[94019]: CGSGetNextEventRecord (Inline) connection 0x2cb6f, 32768 bytes
    6/26/14 2:16:28.032 PM com.apple.WebKit.WebContent[93768]: CGSGetNextEventRecord (Inline) connection 0x29557, 32768 bytes
    6/26/14 2:16:28.051 PM AutoLaunchApp[86917]: CGSGetNextEventRecord (Inline) connection 0x1a21f, 32768 bytes
    6/26/14 2:16:28.186 PM com.apple.dock.extra[86840]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.092 PM UserEventAgent[11]: Captive: [UserAgentDied:142] User Agent @port=356591 Died
    6/26/14 2:16:28.186 PM com.apple.dock.extra[86840]: SOHelperCenter main connection interrupted
    6/26/14 2:16:28.186 PM com.apple.WebKit.WebContent[87185]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.186 PM Dock[86795]: CGSGetNextEventRecord (Inline) connection 0x13603, 32768 bytes
    6/26/14 2:16:28.187 PM com.apple.WebKit.WebContent[93074]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.187 PM Google Chrome[92946]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.187 PM com.apple.WebKit.WebContent[93070]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.187 PM AdobeIPCBroker[94019]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.187 PM com.apple.WebKit.WebContent[93855]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.187 PM com.apple.WebKit.WebContent[93854]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.186 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Failed
    6/26/14 2:16:28.187 PM com.apple.WebKit.WebContent[93768]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.187 PM AutoLaunchApp[86917]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.200 PM Dock[86795]: shutdown_server_connections: Detaching application from window server
    6/26/14 2:16:28.201 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Failed
    6/26/14 2:16:28.202 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Failed
    6/26/14 2:16:28.202 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Failed
    6/26/14 2:16:28.202 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Failed
    6/26/14 2:16:28.205 PM Dock[86795]: CGSConnection: serious error: CID 47623 is dead.
    6/26/14 2:16:28.125 PM identityservicesd[86801]: Quit - notifying about shutdown
    6/26/14 2:16:28.210 PM identityservicesd[86801]: Quit - shutting down daemon
    6/26/14 2:16:28.211 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.211 PM Dock[86795]: CGSConnection: current backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.211 PM Dock[86795]: CGSConnection: current backtrace::  1   CoreGraphics                        0x00007fff8b23c332 CGSLogBacktrace + 15
    6/26/14 2:16:28.211 PM Dock[86795]: CGSConnection: current backtrace::  2   CoreGraphics                        0x00007fff8ad98aec _ZN12_GLOBAL__N_18Registry12zombie_checkEj + 56
    6/26/14 2:16:28.211 PM Dock[86795]: CGSConnection: current backtrace::  3   CoreGraphics                        0x00007fff8ad98a55 CGSConnectionRegistryCheckConnectionID + 55
    6/26/14 2:16:28.211 PM Dock[86795]: CGSConnection: current backtrace::  4   CoreGraphics                        0x00007fff8ad989b5 CGSConnectionByID + 190
    6/26/14 2:16:28.212 PM Dock[86795]: CGSConnection: current backtrace::  5   CoreGraphics                        0x00007fff8ad99556 CGSGetConnectionPortById + 9
    6/26/14 2:16:28.212 PM Dock[86795]: CGSConnection: current backtrace::  6   CoreGraphics                        0x00007fff8ae555c6 CGSSetWindowTransformAtPlacement + 26
    6/26/14 2:16:28.212 PM Dock[86795]: CGSConnection: current backtrace::  7   Dock                                0x000000010eefbfb6 Dock + 581558
    6/26/14 2:16:28.212 PM Dock[86795]: CGSConnection: current backtrace::  8   CoreFoundation                      0x00007fff96e62432 __CFSetApplyFunction_block_invoke + 18
    6/26/14 2:16:28.212 PM Dock[86795]: CGSConnection: current backtrace::  9   CoreFoundation                      0x00007fff96e469ac CFBasicHashApply + 124
    6/26/14 2:16:28.213 PM Dock[86795]: CGSConnection: current backtrace::  10  CoreFoundation                      0x00007fff96e623ed CFSetApplyFunction + 173
    6/26/14 2:16:28.213 PM Dock[86795]: CGSConnection: current backtrace::  11  Dock                                0x000000010ee9f5d8 Dock + 202200
    6/26/14 2:16:28.213 PM Dock[86795]: CGSConnection: current backtrace::  12  libdispatch.dylib                   0x00007fff8bdef28d _dispatch_client_callout + 8
    6/26/14 2:16:28.213 PM Dock[86795]: CGSConnection: current backtrace::  13  libdispatch.dylib                   0x00007fff8bdf1885 _dispatch_source_invoke + 413
    6/26/14 2:16:28.213 PM Dock[86795]: CGSConnection: current backtrace::  14  libdispatch.dylib                   0x00007fff8bdf1617 _dispatch_queue_drain + 359
    6/26/14 2:16:28.213 PM Dock[86795]: CGSConnection: current backtrace::  15  libdispatch.dylib                   0x00007fff8bdf29c1 _dispatch_queue_invoke + 110
    6/26/14 2:16:28.213 PM Dock[86795]: CGSConnection: current backtrace::  16  libdispatch.dylib                   0x00007fff8bdf0f87 _dispatch_root_queue_drain + 75
    6/26/14 2:16:28.213 PM Dock[86795]: CGSConnection: current backtrace::  17  libdispatch.dylib                   0x00007fff8bdf2177 _dispatch_worker_thread2 + 40
    6/26/14 2:16:28.213 PM Dock[86795]: CGSConnection: current backtrace::  18  libsystem_pthread.dylib             0x00007fff969a2ef8 _pthread_wqthread + 314
    6/26/14 2:16:28.214 PM Dock[86795]: CGSConnection: current backtrace::  19  libsystem_pthread.dylib             0x00007fff969a5fb9 start_wqthread + 13
    6/26/14 2:16:28.221 PM Dock[86795]: Backtrace (at 712970):
    6/26/14 2:16:28.221 PM Dock[86795]: CGSConnection: creation backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.221 PM Dock[86795]: CGSConnection: creation backtrace::  1   CoreGraphics                        0x00007fff8ad9841c CGSConnectionRegistryAddConnectionID + 400
    6/26/14 2:16:28.221 PM Dock[86795]: CGSConnection: creation backtrace::  2   CoreGraphics                        0x00007fff8ad977bc CGSNewConnection + 1028
    6/26/14 2:16:28.221 PM Dock[86795]: CGSConnection: creation backtrace::  3   Dock                                0x000000010ee739df Dock + 23007
    6/26/14 2:16:28.221 PM Dock[86795]: CGSConnection: creation backtrace::  4   Dock                                0x000000010ee72e99 Dock + 20121
    6/26/14 2:16:28.221 PM Dock[86795]: CGSConnection: creation backtrace::  5   libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.224 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.225 PM Dock[86795]: CGSConnection: destruction backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.225 PM Dock[86795]: CGSConnection: destruction backtrace::  1   CoreGraphics                        0x00007fff8aede53f CGSConnectionRegistryRemoveConnectionID + 76
    6/26/14 2:16:28.225 PM Dock[86795]: CGSConnection: destruction backtrace::  2   CoreGraphics                        0x00007fff8b12856e CGSReleaseConnection + 117
    6/26/14 2:16:28.225 PM Dock[86795]: CGSConnection: destruction backtrace::  3   CoreGraphics                        0x00007fff8b1284d0 shutdown_server_connections + 45
    6/26/14 2:16:28.225 PM Dock[86795]: CGSConnection: destruction backtrace::  4   CoreGraphics                        0x00007fff8adc9371 CGSSnarfAndDispatchDatagrams + 459
    6/26/14 2:16:28.226 PM Dock[86795]: CGSConnection: destruction backtrace::  5   CoreGraphics                        0x00007fff8adc90ae CGSGetNextEventRecordInternal + 78
    6/26/14 2:16:28.226 PM Dock[86795]: CGSConnection: destruction backtrace::  6   CoreGraphics                        0x00007fff8ae59628 CGSGetNextEventRecord + 93
    6/26/14 2:16:28.226 PM Dock[86795]: CGSConnection: destruction backtrace::  7   Dock                                0x000000010efd5050 Dock + 1470544
    6/26/14 2:16:28.226 PM Dock[86795]: CGSConnection: destruction backtrace::  8   HIServices                          0x00007fff8be8cf5c mshPerform + 11
    6/26/14 2:16:28.226 PM Dock[86795]: CGSConnection: destruction backtrace::  9   CoreFoundation                      0x00007fff96e838d9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    6/26/14 2:16:28.227 PM Dock[86795]: CGSConnection: destruction backtrace::  10  CoreFoundation                      0x00007fff96e8384e __CFRunLoopDoSource1 + 478
    6/26/14 2:16:28.227 PM Dock[86795]: CGSConnection: destruction backtrace::  11  CoreFoundation                      0x00007fff96e74886 __CFRunLoopRun + 1830
    6/26/14 2:16:28.227 PM Dock[86795]: CGSConnection: destruction backtrace::  12  CoreFoundation                      0x00007fff96e73f25 CFRunLoopRunSpecific + 309
    6/26/14 2:16:28.227 PM Dock[86795]: CGSConnection: destruction backtrace::  13  Dock                                0x000000010ee731c3 Dock + 20931
    6/26/14 2:16:28.227 PM Dock[86795]: CGSConnection: destruction backtrace::  14  libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.227 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Invalid connection
    6/26/14 2:16:28.227 PM Dock[86795]: CGSConnection: serious error: CID 47623 is dead.
    6/26/14 2:16:28.228 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.228 PM Dock[86795]: CGSConnection: current backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.228 PM Dock[86795]: CGSConnection: current backtrace::  1   CoreGraphics                        0x00007fff8b23c332 CGSLogBacktrace + 15
    6/26/14 2:16:28.228 PM Dock[86795]: CGSConnection: current backtrace::  2   CoreGraphics                        0x00007fff8ad98aec _ZN12_GLOBAL__N_18Registry12zombie_checkEj + 56
    6/26/14 2:16:28.228 PM Dock[86795]: CGSConnection: current backtrace::  3   CoreGraphics                        0x00007fff8ad98a55 CGSConnectionRegistryCheckConnectionID + 55
    6/26/14 2:16:28.228 PM Dock[86795]: CGSConnection: current backtrace::  4   CoreGraphics                        0x00007fff8ad989b5 CGSConnectionByID + 190
    6/26/14 2:16:28.228 PM Dock[86795]: CGSConnection: current backtrace::  5   CoreGraphics                        0x00007fff8ad99556 CGSGetConnectionPortById + 9
    6/26/14 2:16:28.228 PM Dock[86795]: CGSConnection: current backtrace::  6   CoreGraphics                        0x00007fff8ae555c6 CGSSetWindowTransformAtPlacement + 26
    6/26/14 2:16:28.228 PM Dock[86795]: CGSConnection: current backtrace::  7   Dock                                0x000000010eefbfb6 Dock + 581558
    6/26/14 2:16:28.228 PM Dock[86795]: CGSConnection: current backtrace::  8   CoreFoundation                      0x00007fff96e62432 __CFSetApplyFunction_block_invoke + 18
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  9   CoreFoundation                      0x00007fff96e469ac CFBasicHashApply + 124
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  10  CoreFoundation                      0x00007fff96e623ed CFSetApplyFunction + 173
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  11  Dock                                0x000000010ee9f5d8 Dock + 202200
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  12  libdispatch.dylib                   0x00007fff8bdef28d _dispatch_client_callout + 8
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  13  libdispatch.dylib                   0x00007fff8bdf1885 _dispatch_source_invoke + 413
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  14  libdispatch.dylib                   0x00007fff8bdf1617 _dispatch_queue_drain + 359
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  15  libdispatch.dylib                   0x00007fff8bdf29c1 _dispatch_queue_invoke + 110
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  16  libdispatch.dylib                   0x00007fff8bdf0f87 _dispatch_root_queue_drain + 75
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  17  libdispatch.dylib                   0x00007fff8bdf2177 _dispatch_worker_thread2 + 40
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  18  libsystem_pthread.dylib             0x00007fff969a2ef8 _pthread_wqthread + 314
    6/26/14 2:16:28.229 PM Dock[86795]: CGSConnection: current backtrace::  19  libsystem_pthread.dylib             0x00007fff969a5fb9 start_wqthread + 13
    6/26/14 2:16:28.230 PM Dock[86795]: Backtrace (at 712970):
    6/26/14 2:16:28.230 PM Dock[86795]: CGSConnection: creation backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.230 PM Dock[86795]: CGSConnection: creation backtrace::  1   CoreGraphics                        0x00007fff8ad9841c CGSConnectionRegistryAddConnectionID + 400
    6/26/14 2:16:28.230 PM Dock[86795]: CGSConnection: creation backtrace::  2   CoreGraphics                        0x00007fff8ad977bc CGSNewConnection + 1028
    6/26/14 2:16:28.230 PM Dock[86795]: CGSConnection: creation backtrace::  3   Dock                                0x000000010ee739df Dock + 23007
    6/26/14 2:16:28.230 PM Dock[86795]: CGSConnection: creation backtrace::  4   Dock                                0x000000010ee72e99 Dock + 20121
    6/26/14 2:16:28.231 PM Dock[86795]: CGSConnection: creation backtrace::  5   libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.231 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.231 PM Dock[86795]: CGSConnection: destruction backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.231 PM Dock[86795]: CGSConnection: destruction backtrace::  1   CoreGraphics                        0x00007fff8aede53f CGSConnectionRegistryRemoveConnectionID + 76
    6/26/14 2:16:28.231 PM Dock[86795]: CGSConnection: destruction backtrace::  2   CoreGraphics                        0x00007fff8b12856e CGSReleaseConnection + 117
    6/26/14 2:16:28.231 PM Dock[86795]: CGSConnection: destruction backtrace::  3   CoreGraphics                        0x00007fff8b1284d0 shutdown_server_connections + 45
    6/26/14 2:16:28.232 PM Dock[86795]: CGSConnection: destruction backtrace::  4   CoreGraphics                        0x00007fff8adc9371 CGSSnarfAndDispatchDatagrams + 459
    6/26/14 2:16:28.232 PM Dock[86795]: CGSConnection: destruction backtrace::  5   CoreGraphics                        0x00007fff8adc90ae CGSGetNextEventRecordInternal + 78
    6/26/14 2:16:28.232 PM Dock[86795]: CGSConnection: destruction backtrace::  6   CoreGraphics                        0x00007fff8ae59628 CGSGetNextEventRecord + 93
    6/26/14 2:16:28.232 PM Dock[86795]: CGSConnection: destruction backtrace::  7   Dock                                0x000000010efd5050 Dock + 1470544
    6/26/14 2:16:28.232 PM Dock[86795]: CGSConnection: destruction backtrace::  8   HIServices                          0x00007fff8be8cf5c mshPerform + 11
    6/26/14 2:16:28.232 PM Dock[86795]: CGSConnection: destruction backtrace::  9   CoreFoundation                      0x00007fff96e838d9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    6/26/14 2:16:28.232 PM Dock[86795]: CGSConnection: destruction backtrace::  10  CoreFoundation                      0x00007fff96e8384e __CFRunLoopDoSource1 + 478
    6/26/14 2:16:28.232 PM Dock[86795]: CGSConnection: destruction backtrace::  11  CoreFoundation                      0x00007fff96e74886 __CFRunLoopRun + 1830
    6/26/14 2:16:28.232 PM Dock[86795]: CGSConnection: destruction backtrace::  12  CoreFoundation                      0x00007fff96e73f25 CFRunLoopRunSpecific + 309
    6/26/14 2:16:28.233 PM Dock[86795]: CGSConnection: destruction backtrace::  13  Dock                                0x000000010ee731c3 Dock + 20931
    6/26/14 2:16:28.233 PM Dock[86795]: CGSConnection: destruction backtrace::  14  libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.233 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Invalid connection
    6/26/14 2:16:28.233 PM Dock[86795]: CGSConnection: serious error: CID 47623 is dead.
    6/26/14 2:16:28.233 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.233 PM Dock[86795]: CGSConnection: current backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.233 PM Dock[86795]: CGSConnection: current backtrace::  1   CoreGraphics                        0x00007fff8b23c332 CGSLogBacktrace + 15
    6/26/14 2:16:28.233 PM Dock[86795]: CGSConnection: current backtrace::  2   CoreGraphics                        0x00007fff8ad98aec _ZN12_GLOBAL__N_18Registry12zombie_checkEj + 56
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  3   CoreGraphics                        0x00007fff8ad98a55 CGSConnectionRegistryCheckConnectionID + 55
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  4   CoreGraphics                        0x00007fff8ad989b5 CGSConnectionByID + 190
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  5   CoreGraphics                        0x00007fff8ad99556 CGSGetConnectionPortById + 9
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  6   CoreGraphics                        0x00007fff8ae555c6 CGSSetWindowTransformAtPlacement + 26
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  7   Dock                                0x000000010eefbfb6 Dock + 581558
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  8   CoreFoundation                      0x00007fff96e62432 __CFSetApplyFunction_block_invoke + 18
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  9   CoreFoundation                      0x00007fff96e469ac CFBasicHashApply + 124
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  10  CoreFoundation                      0x00007fff96e623ed CFSetApplyFunction + 173
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  11  Dock                                0x000000010ee9f5d8 Dock + 202200
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  12  libdispatch.dylib                   0x00007fff8bdef28d _dispatch_client_callout + 8
    6/26/14 2:16:28.234 PM Dock[86795]: CGSConnection: current backtrace::  13  libdispatch.dylib                   0x00007fff8bdf1885 _dispatch_source_invoke + 413
    6/26/14 2:16:28.235 PM Dock[86795]: CGSConnection: current backtrace::  14  libdispatch.dylib                   0x00007fff8bdf1617 _dispatch_queue_drain + 359
    6/26/14 2:16:28.235 PM Dock[86795]: CGSConnection: current backtrace::  15  libdispatch.dylib                   0x00007fff8bdf29c1 _dispatch_queue_invoke + 110
    6/26/14 2:16:28.235 PM Dock[86795]: CGSConnection: current backtrace::  16  libdispatch.dylib                   0x00007fff8bdf0f87 _dispatch_root_queue_drain + 75
    6/26/14 2:16:28.235 PM Dock[86795]: CGSConnection: current backtrace::  17  libdispatch.dylib                   0x00007fff8bdf2177 _dispatch_worker_thread2 + 40
    6/26/14 2:16:28.235 PM Dock[86795]: CGSConnection: current backtrace::  18  libsystem_pthread.dylib             0x00007fff969a2ef8 _pthread_wqthread + 314
    6/26/14 2:16:28.235 PM Dock[86795]: CGSConnection: current backtrace::  19  libsystem_pthread.dylib             0x00007fff969a5fb9 start_wqthread + 13
    6/26/14 2:16:28.235 PM Dock[86795]: Backtrace (at 712970):
    6/26/14 2:16:28.235 PM Dock[86795]: CGSConnection: creation backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.235 PM Dock[86795]: CGSConnection: creation backtrace::  1   CoreGraphics                        0x00007fff8ad9841c CGSConnectionRegistryAddConnectionID + 400
    6/26/14 2:16:28.235 PM Dock[86795]: CGSConnection: creation backtrace::  2   CoreGraphics                        0x00007fff8ad977bc CGSNewConnection + 1028
    6/26/14 2:16:28.236 PM Dock[86795]: CGSConnection: creation backtrace::  3   Dock                                0x000000010ee739df Dock + 23007
    6/26/14 2:16:28.236 PM Dock[86795]: CGSConnection: creation backtrace::  4   Dock                                0x000000010ee72e99 Dock + 20121
    6/26/14 2:16:28.236 PM Dock[86795]: CGSConnection: creation backtrace::  5   libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.122 PM imagent[86793]: Quit - notifying about shutdown
    6/26/14 2:16:28.236 PM imagent[86793]: Quit - shutting down daemon
    6/26/14 2:16:28.236 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.236 PM Dock[86795]: CGSConnection: destruction backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.236 PM Dock[86795]: CGSConnection: destruction backtrace::  1   CoreGraphics                        0x00007fff8aede53f CGSConnectionRegistryRemoveConnectionID + 76
    6/26/14 2:16:28.236 PM Dock[86795]: CGSConnection: destruction backtrace::  2   CoreGraphics                        0x00007fff8b12856e CGSReleaseConnection + 117
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  3   CoreGraphics                        0x00007fff8b1284d0 shutdown_server_connections + 45
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  4   CoreGraphics                        0x00007fff8adc9371 CGSSnarfAndDispatchDatagrams + 459
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  5   CoreGraphics                        0x00007fff8adc90ae CGSGetNextEventRecordInternal + 78
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  6   CoreGraphics                        0x00007fff8ae59628 CGSGetNextEventRecord + 93
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  7   Dock                                0x000000010efd5050 Dock + 1470544
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  8   HIServices                          0x00007fff8be8cf5c mshPerform + 11
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  9   CoreFoundation                      0x00007fff96e838d9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  10  CoreFoundation                      0x00007fff96e8384e __CFRunLoopDoSource1 + 478
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  11  CoreFoundation                      0x00007fff96e74886 __CFRunLoopRun + 1830
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  12  CoreFoundation                      0x00007fff96e73f25 CFRunLoopRunSpecific + 309
    6/26/14 2:16:28.237 PM Dock[86795]: CGSConnection: destruction backtrace::  13  Dock                                0x000000010ee731c3 Dock + 20931
    6/26/14 2:16:28.238 PM Dock[86795]: CGSConnection: destruction backtrace::  14  libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.238 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Invalid connection
    6/26/14 2:16:28.238 PM Dock[86795]: CGSConnection: serious error: CID 47623 is dead.
    6/26/14 2:16:28.238 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.238 PM Dock[86795]: CGSConnection: current backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.238 PM Dock[86795]: CGSConnection: current backtrace::  1   CoreGraphics                        0x00007fff8b23c332 CGSLogBacktrace + 15
    6/26/14 2:16:28.238 PM Dock[86795]: CGSConnection: current backtrace::  2   CoreGraphics                        0x00007fff8ad98aec _ZN12_GLOBAL__N_18Registry12zombie_checkEj + 56
    6/26/14 2:16:28.239 PM Dock[86795]: CGSConnection: current backtrace::  3   CoreGraphics                        0x00007fff8ad98a55 CGSConnectionRegistryCheckConnectionID + 55
    6/26/14 2:16:28.239 PM Dock[86795]: CGSConnection: current backtrace::  4   CoreGraphics                        0x00007fff8ad989b5 CGSConnectionByID + 190
    6/26/14 2:16:28.239 PM Dock[86795]: CGSConnection: current backtrace::  5   CoreGraphics                        0x00007fff8ad99556 CGSGetConnectionPortById + 9
    6/26/14 2:16:28.239 PM Dock[86795]: CGSConnection: current backtrace::  6   CoreGraphics                        0x00007fff8ae555c6 CGSSetWindowTransformAtPlacement + 26
    6/26/14 2:16:28.239 PM Dock[86795]: CGSConnection: current backtrace::  7   Dock                                0x000000010eefbfb6 Dock + 581558
    6/26/14 2:16:28.239 PM Dock[86795]: CGSConnection: current backtrace::  8   CoreFoundation                      0x00007fff96e62432 __CFSetApplyFunction_block_invoke + 18
    6/26/14 2:16:28.239 PM Dock[86795]: CGSConnection: current backtrace::  9   CoreFoundation                      0x00007fff96e469ac CFBasicHashApply + 124
    6/26/14 2:16:28.239 PM Dock[86795]: CGSConnection: current backtrace::  10  CoreFoundation                      0x00007fff96e623ed CFSetApplyFunction + 173
    6/26/14 2:16:28.240 PM Dock[86795]: CGSConnection: current backtrace::  11  Dock                                0x000000010ee9f5d8 Dock + 202200
    6/26/14 2:16:28.240 PM Dock[86795]: CGSConnection: current backtrace::  12  libdispatch.dylib                   0x00007fff8bdef28d _dispatch_client_callout + 8
    6/26/14 2:16:28.240 PM Dock[86795]: CGSConnection: current backtrace::  13  libdispatch.dylib                   0x00007fff8bdf1885 _dispatch_source_invoke + 413
    6/26/14 2:16:28.240 PM Dock[86795]: CGSConnection: current backtrace::  14  libdispatch.dylib                   0x00007fff8bdf1617 _dispatch_queue_drain + 359
    6/26/14 2:16:28.240 PM Dock[86795]: CGSConnection: current backtrace::  15  libdispatch.dylib                   0x00007fff8bdf29c1 _dispatch_queue_invoke + 110
    6/26/14 2:16:28.240 PM Dock[86795]: CGSConnection: current backtrace::  16  libdispatch.dylib                   0x00007fff8bdf0f87 _dispatch_root_queue_drain + 75
    6/26/14 2:16:28.241 PM Dock[86795]: CGSConnection: current backtrace::  17  libdispatch.dylib                   0x00007fff8bdf2177 _dispatch_worker_thread2 + 40
    6/26/14 2:16:28.241 PM Dock[86795]: CGSConnection: current backtrace::  18  libsystem_pthread.dylib             0x00007fff969a2ef8 _pthread_wqthread + 314
    6/26/14 2:16:28.241 PM Dock[86795]: CGSConnection: current backtrace::  19  libsystem_pthread.dylib             0x00007fff969a5fb9 start_wqthread + 13
    6/26/14 2:16:28.241 PM Dock[86795]: Backtrace (at 712970):
    6/26/14 2:16:28.241 PM Dock[86795]: CGSConnection: creation backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.241 PM Dock[86795]: CGSConnection: creation backtrace::  1   CoreGraphics                        0x00007fff8ad9841c CGSConnectionRegistryAddConnectionID + 400
    6/26/14 2:16:28.242 PM Dock[86795]: CGSConnection: creation backtrace::  2   CoreGraphics                        0x00007fff8ad977bc CGSNewConnection + 1028
    6/26/14 2:16:28.242 PM Dock[86795]: CGSConnection: creation backtrace::  3   Dock                                0x000000010ee739df Dock + 23007
    6/26/14 2:16:28.242 PM Dock[86795]: CGSConnection: creation backtrace::  4   Dock                                0x000000010ee72e99 Dock + 20121
    6/26/14 2:16:28.242 PM Dock[86795]: CGSConnection: creation backtrace::  5   libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.243 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.243 PM Dock[86795]: CGSConnection: destruction backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.243 PM Dock[86795]: CGSConnection: destruction backtrace::  1   CoreGraphics                        0x00007fff8aede53f CGSConnectionRegistryRemoveConnectionID + 76
    6/26/14 2:16:28.243 PM Dock[86795]: CGSConnection: destruction backtrace::  2   CoreGraphics                        0x00007fff8b12856e CGSReleaseConnection + 117
    6/26/14 2:16:28.243 PM Dock[86795]: CGSConnection: destruction backtrace::  3   CoreGraphics                        0x00007fff8b1284d0 shutdown_server_connections + 45
    6/26/14 2:16:28.243 PM Dock[86795]: CGSConnection: destruction backtrace::  4   CoreGraphics                        0x00007fff8adc9371 CGSSnarfAndDispatchDatagrams + 459
    6/26/14 2:16:28.243 PM Dock[86795]: CGSConnection: destruction backtrace::  5   CoreGraphics                        0x00007fff8adc90ae CGSGetNextEventRecordInternal + 78
    6/26/14 2:16:28.243 PM Dock[86795]: CGSConnection: destruction backtrace::  6   CoreGraphics                        0x00007fff8ae59628 CGSGetNextEventRecord + 93
    6/26/14 2:16:28.243 PM Dock[86795]: CGSConnection: destruction backtrace::  7   Dock                                0x000000010efd5050 Dock + 1470544
    6/26/14 2:16:28.243 PM Dock[86795]: CGSConnection: destruction backtrace::  8   HIServices                          0x00007fff8be8cf5c mshPerform + 11
    6/26/14 2:16:28.244 PM Dock[86795]: CGSConnection: destruction backtrace::  9   CoreFoundation                      0x00007fff96e838d9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    6/26/14 2:16:28.244 PM Dock[86795]: CGSConnection: destruction backtrace::  10  CoreFoundation                      0x00007fff96e8384e __CFRunLoopDoSource1 + 478
    6/26/14 2:16:28.244 PM Dock[86795]: CGSConnection: destruction backtrace::  11  CoreFoundation                      0x00007fff96e74886 __CFRunLoopRun + 1830
    6/26/14 2:16:28.244 PM Dock[86795]: CGSConnection: destruction backtrace::  12  CoreFoundation                      0x00007fff96e73f25 CFRunLoopRunSpecific + 309
    6/26/14 2:16:28.244 PM Dock[86795]: CGSConnection: destruction backtrace::  13  Dock                                0x000000010ee731c3 Dock + 20931
    6/26/14 2:16:28.244 PM Dock[86795]: CGSConnection: destruction backtrace::  14  libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.244 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Invalid connection
    6/26/14 2:16:28.244 PM Dock[86795]: CGSConnection: serious error: CID 47623 is dead.
    6/26/14 2:16:28.245 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.245 PM Dock[86795]: CGSConnection: current backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.245 PM Dock[86795]: CGSConnection: current backtrace::  1   CoreGraphics                        0x00007fff8b23c332 CGSLogBacktrace + 15
    6/26/14 2:16:28.245 PM Dock[86795]: CGSConnection: current backtrace::  2   CoreGraphics                        0x00007fff8ad98aec _ZN12_GLOBAL__N_18Registry12zombie_checkEj + 56
    6/26/14 2:16:28.245 PM Dock[86795]: CGSConnection: current backtrace::  3   CoreGraphics                        0x00007fff8ad98a55 CGSConnectionRegistryCheckConnectionID + 55
    6/26/14 2:16:28.245 PM Dock[86795]: CGSConnection: current backtrace::  4   CoreGraphics                        0x00007fff8ad989b5 CGSConnectionByID + 190
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  5   CoreGraphics                        0x00007fff8ad99556 CGSGetConnectionPortById + 9
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  6   CoreGraphics                        0x00007fff8ae555c6 CGSSetWindowTransformAtPlacement + 26
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  7   Dock                                0x000000010eefbfb6 Dock + 581558
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  8   CoreFoundation                      0x00007fff96e62432 __CFSetApplyFunction_block_invoke + 18
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  9   CoreFoundation                      0x00007fff96e469ac CFBasicHashApply + 124
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  10  CoreFoundation                      0x00007fff96e623ed CFSetApplyFunction + 173
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  11  Dock                                0x000000010ee9f5d8 Dock + 202200
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  12  libdispatch.dylib                   0x00007fff8bdef28d _dispatch_client_callout + 8
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  13  libdispatch.dylib                   0x00007fff8bdf1885 _dispatch_source_invoke + 413
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  14  libdispatch.dylib                   0x00007fff8bdf1617 _dispatch_queue_drain + 359
    6/26/14 2:16:28.246 PM Dock[86795]: CGSConnection: current backtrace::  15  libdispatch.dylib                   0x00007fff8bdf29c1 _dispatch_queue_invoke + 110
    6/26/14 2:16:28.247 PM Dock[86795]: CGSConnection: current backtrace::  16  libdispatch.dylib                   0x00007fff8bdf0f87 _dispatch_root_queue_drain + 75
    6/26/14 2:16:28.247 PM Dock[86795]: CGSConnection: current backtrace::  17  libdispatch.dylib                   0x00007fff8bdf2177 _dispatch_worker_thread2 + 40
    6/26/14 2:16:28.247 PM Dock[86795]: CGSConnection: current backtrace::  18  libsystem_pthread.dylib             0x00007fff969a2ef8 _pthread_wqthread + 314
    6/26/14 2:16:28.247 PM Dock[86795]: CGSConnection: current backtrace::  19  libsystem_pthread.dylib             0x00007fff969a5fb9 start_wqthread + 13
    6/26/14 2:16:28.247 PM Dock[86795]: Backtrace (at 712970):
    6/26/14 2:16:28.247 PM Dock[86795]: CGSConnection: creation backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.248 PM Dock[86795]: CGSConnection: creation backtrace::  1   CoreGraphics                        0x00007fff8ad9841c CGSConnectionRegistryAddConnectionID + 400
    6/26/14 2:16:28.248 PM Dock[86795]: CGSConnection: creation backtrace::  2   CoreGraphics                        0x00007fff8ad977bc CGSNewConnection + 1028
    6/26/14 2:16:28.248 PM Dock[86795]: CGSConnection: creation backtrace::  3   Dock                                0x000000010ee739df Dock + 23007
    6/26/14 2:16:28.248 PM Dock[86795]: CGSConnection: creation backtrace::  4   Dock                                0x000000010ee72e99 Dock + 20121
    6/26/14 2:16:28.248 PM Dock[86795]: CGSConnection: creation backtrace::  5   libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.248 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.249 PM Dock[86795]: CGSConnection: destruction backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.249 PM Dock[86795]: CGSConnection: destruction backtrace::  1   CoreGraphics                        0x00007fff8aede53f CGSConnectionRegistryRemoveConnectionID + 76
    6/26/14 2:16:28.249 PM Dock[86795]: CGSConnection: destruction backtrace::  2   CoreGraphics                        0x00007fff8b12856e CGSReleaseConnection + 117
    6/26/14 2:16:28.249 PM Dock[86795]: CGSConnection: destruction backtrace::  3   CoreGraphics                        0x00007fff8b1284d0 shutdown_server_connections + 45
    6/26/14 2:16:28.249 PM Dock[86795]: CGSConnection: destruction backtrace::  4   CoreGraphics                        0x00007fff8adc9371 CGSSnarfAndDispatchDatagrams + 459
    6/26/14 2:16:28.249 PM Dock[86795]: CGSConnection: destruction backtrace::  5   CoreGraphics                        0x00007fff8adc90ae CGSGetNextEventRecordInternal + 78
    6/26/14 2:16:28.249 PM Dock[86795]: CGSConnection: destruction backtrace::  6   CoreGraphics                        0x00007fff8ae59628 CGSGetNextEventRecord + 93
    6/26/14 2:16:28.249 PM Dock[86795]: CGSConnection: destruction backtrace::  7   Dock                                0x000000010efd5050 Dock + 1470544
    6/26/14 2:16:28.249 PM Dock[86795]: CGSConnection: destruction backtrace::  8   HIServices                          0x00007fff8be8cf5c mshPerform + 11
    6/26/14 2:16:28.250 PM Dock[86795]: CGSConnection: destruction backtrace::  9   CoreFoundation                      0x00007fff96e838d9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    6/26/14 2:16:28.250 PM Dock[86795]: CGSConnection: destruction backtrace::  10  CoreFoundation                      0x00007fff96e8384e __CFRunLoopDoSource1 + 478
    6/26/14 2:16:28.250 PM Dock[86795]: CGSConnection: destruction backtrace::  11  CoreFoundation                      0x00007fff96e74886 __CFRunLoopRun + 1830
    6/26/14 2:16:28.250 PM Dock[86795]: CGSConnection: destruction backtrace::  12  CoreFoundation                      0x00007fff96e73f25 CFRunLoopRunSpecific + 309
    6/26/14 2:16:28.250 PM Dock[86795]: CGSConnection: destruction backtrace::  13  Dock                                0x000000010ee731c3 Dock + 20931
    6/26/14 2:16:28.250 PM Dock[86795]: CGSConnection: destruction backtrace::  14  libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.250 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Invalid connection
    6/26/14 2:16:28.250 PM Dock[86795]: CGSConnection: serious error: CID 47623 is dead.
    6/26/14 2:16:28.251 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.251 PM Dock[86795]: CGSConnection: current backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.251 PM Dock[86795]: CGSConnection: current backtrace::  1   CoreGraphics                        0x00007fff8b23c332 CGSLogBacktrace + 15
    6/26/14 2:16:28.251 PM Dock[86795]: CGSConnection: current backtrace::  2   CoreGraphics                        0x00007fff8ad98aec _ZN12_GLOBAL__N_18Registry12zombie_checkEj + 56
    6/26/14 2:16:28.251 PM Dock[86795]: CGSConnection: current backtrace::  3   CoreGraphics                        0x00007fff8ad98a55 CGSConnectionRegistryCheckConnectionID + 55
    6/26/14 2:16:28.251 PM Dock[86795]: CGSConnection: current backtrace::  4   CoreGraphics                        0x00007fff8ad989b5 CGSConnectionByID + 190
    6/26/14 2:16:28.251 PM Dock[86795]: CGSConnection: current backtrace::  5   CoreGraphics                        0x00007fff8ad99556 CGSGetConnectionPortById + 9
    6/26/14 2:16:28.251 PM Dock[86795]: CGSConnection: current backtrace::  6   CoreGraphics                        0x00007fff8ae555c6 CGSSetWindowTransformAtPlacement + 26
    6/26/14 2:16:28.251 PM Dock[86795]: CGSConnection: current backtrace::  7   Dock                                0x000000010eefbfb6 Dock + 581558
    6/26/14 2:16:28.251 PM Dock[86795]: CGSConnection: current backtrace::  8   CoreFoundation                      0x00007fff96e62432 __CFSetApplyFunction_block_invoke + 18
    6/26/14 2:16:28.252 PM Dock[86795]: CGSConnection: current backtrace::  9   CoreFoundation                      0x00007fff96e469ac CFBasicHashApply + 124
    6/26/14 2:16:28.252 PM Dock[86795]: CGSConnection: current backtrace::  10  CoreFoundation                      0x00007fff96e623ed CFSetApplyFunction + 173
    6/26/14 2:16:28.252 PM Dock[86795]: CGSConnection: current backtrace::  11  Dock                                0x000000010ee9f5d8 Dock + 202200
    6/26/14 2:16:28.253 PM Dock[86795]: CGSConnection: current backtrace::  12  libdispatch.dylib                   0x00007fff8bdef28d _dispatch_client_callout + 8
    6/26/14 2:16:28.253 PM Dock[86795]: CGSConnection: current backtrace::  13  libdispatch.dylib                   0x00007fff8bdf1885 _dispatch_source_invoke + 413
    6/26/14 2:16:28.253 PM Dock[86795]: CGSConnection: current backtrace::  14  libdispatch.dylib                   0x00007fff8bdf1617 _dispatch_queue_drain + 359
    6/26/14 2:16:28.253 PM Dock[86795]: CGSConnection: current backtrace::  15  libdispatch.dylib                   0x00007fff8bdf29c1 _dispatch_queue_invoke + 110
    6/26/14 2:16:28.253 PM Dock[86795]: CGSConnection: current backtrace::  16  libdispatch.dylib                   0x00007fff8bdf0f87 _dispatch_root_queue_drain + 75
    6/26/14 2:16:28.253 PM Dock[86795]: CGSConnection: current backtrace::  17  libdispatch.dylib                   0x00007fff8bdf2177 _dispatch_worker_thread2 + 40
    6/26/14 2:16:28.254 PM Dock[86795]: CGSConnection: current backtrace::  18  libsystem_pthread.dylib             0x00007fff969a2ef8 _pthread_wqthread + 314
    6/26/14 2:16:28.254 PM Dock[86795]: CGSConnection: current backtrace::  19  libsystem_pthread.dylib             0x00007fff969a5fb9 start_wqthread + 13
    6/26/14 2:16:28.254 PM Dock[86795]: Backtrace (at 712970):
    6/26/14 2:16:28.254 PM Dock[86795]: CGSConnection: creation backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.254 PM Dock[86795]: CGSConnection: creation backtrace::  1   CoreGraphics                        0x00007fff8ad9841c CGSConnectionRegistryAddConnectionID + 400
    6/26/14 2:16:28.254 PM Dock[86795]: CGSConnection: creation backtrace::  2   CoreGraphics                        0x00007fff8ad977bc CGSNewConnection + 1028
    6/26/14 2:16:28.254 PM Dock[86795]: CGSConnection: creation backtrace::  3   Dock                                0x000000010ee739df Dock + 23007
    6/26/14 2:16:28.255 PM Dock[86795]: CGSConnection: creation backtrace::  4   Dock                                0x000000010ee72e99 Dock + 20121
    6/26/14 2:16:28.255 PM Dock[86795]: CGSConnection: creation backtrace::  5   libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.255 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.255 PM Dock[86795]: CGSConnection: destruction backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.255 PM Dock[86795]: CGSConnection: destruction backtrace::  1   CoreGraphics                        0x00007fff8aede53f CGSConnectionRegistryRemoveConnectionID + 76
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  2   CoreGraphics                        0x00007fff8b12856e CGSReleaseConnection + 117
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  3   CoreGraphics                        0x00007fff8b1284d0 shutdown_server_connections + 45
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  4   CoreGraphics                        0x00007fff8adc9371 CGSSnarfAndDispatchDatagrams + 459
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  5   CoreGraphics                        0x00007fff8adc90ae CGSGetNextEventRecordInternal + 78
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  6   CoreGraphics                        0x00007fff8ae59628 CGSGetNextEventRecord + 93
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  7   Dock                                0x000000010efd5050 Dock + 1470544
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  8   HIServices                          0x00007fff8be8cf5c mshPerform + 11
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  9   CoreFoundation                      0x00007fff96e838d9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  10  CoreFoundation                      0x00007fff96e8384e __CFRunLoopDoSource1 + 478
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  11  CoreFoundation                      0x00007fff96e74886 __CFRunLoopRun + 1830
    6/26/14 2:16:28.256 PM Dock[86795]: CGSConnection: destruction backtrace::  12  CoreFoundation                      0x00007fff96e73f25 CFRunLoopRunSpecific + 309
    6/26/14 2:16:28.257 PM Dock[86795]: CGSConnection: destruction backtrace::  13  Dock                                0x000000010ee731c3 Dock + 20931
    6/26/14 2:16:28.257 PM Dock[86795]: CGSConnection: destruction backtrace::  14  libdyld.dylib                       0x00007fff960b95fd start + 1
    6/26/14 2:16:28.257 PM Dock[86795]: CGSSetWindowTransformAtPlacement: Invalid connection
    6/26/14 2:16:28.257 PM Dock[86795]: CGSConnection: serious error: CID 47623 is dead.
    6/26/14 2:16:28.257 PM Dock[86795]: Backtrace (at 748596):
    6/26/14 2:16:28.257 PM Dock[86795]: CGSConnection: current backtrace::  0   CoreGraphics                        0x00007fff8ad98739 CGSBacktraceCreate + 59
    6/26/14 2:16:28.258 PM Dock[86795]: CGSConnection: current backtrace::  1   CoreGraphics                        0x00007fff8b23c332 CGSLogBacktrace + 15
    6/26/14 2:16:28.258 PM Dock[86795]: CGSConnection: current backtrace::  2   CoreGraphics                        0x00007fff8ad98aec _ZN12_GLOBAL__N_18Registry12zombie_checkEj + 56
    6/26/14 2:16:28.258 PM Dock[86795]: CGSConnection: current backtrace::  3   CoreGraphics                        0x00007fff8ad98a55 CGSConnectionRegistryCheckConnectionID + 55
    6/26/14 2:16:28.258 PM Dock[86795]: CGSConnection: current backtrace::  4   CoreGraphics                        0x00007fff8ad989b5 CGSConnectionByID + 190
    6/26/14 2:16:28.258 PM Dock[86795]: CGSConnection: current backtrace::  5   CoreGraphics                        0x00007fff8ad99556 CGSGetConnectionPortById + 9
    6/26/14 2:16:28.258 PM Dock[86795]: CGSConnection: current backtrace::  6   CoreGraphics                        0x00007fff8ae555c6 CGSSetWindowTransformAtPlacement + 26
    6/26/14 2:16:28.258 PM Dock[86795]: CGSConnection: current backtrace::  7   Dock                                0x000000010eefbfb6 Dock + 581558
    6/26/14 2:16:28.258 PM Dock[86795]: CGSConnection: current backtrace::  8   CoreFoundation                      0x00007fff96e62432 __CFSetApplyFunction_block_invoke + 18
    6/26/14 2:16:2

  • Using my MacBook with a "docking station" setup issues with hot corners

    I have a 13" white 1.83GHz Core Duo MacBook. Came with 512MB of RAM, upgraded that to 2GB from OWC. then my HDD started to die, so while replacing that I went from the 60GB to a 120GB SATA 1.5 5400RPM HDD. This is my main system, I use it for both work and home. At work I use the laptop display, keyboard, and touchpad. But at home, I use a 19" wide via Mini DVI to VGA, one of those new bluetooth apple keyboards (just got it, one of the best keyboards I have ever touched), and a USB wired Microsoft mouse.
    The issues I have been having are as follows: I get home, plug in the power, video, and mouse. then click a key on the keyboard and it will wake up. But half the time my hot corners don't work, and I am unable to see other PCs on my network. I reboot and these issues are fixed. Then I leave from home, and try to wake up the Book at work, half the time it wont wake up, and when it does, same issues, hot corners don't work, magnify doesn't work. Can't see other PCs until I reboot. I have a short drive, and I prefer to just put it to sleep.
    One other issue. I play World of Warcraft on this system, and in the last couple of weeks, it will produce system lag. to the point where it gets really hard to keep playing. Other people I know have identical systems that play it just fine. Any ideas?

    Yes, the use case you describe is possible.
    If you buy the Lenovo fingerprint keyboard, then you are buying something that has been tested with ThinkPads and we provide a driver for Win8/Win8.1
    If you buy some other fingerprint keyboard, we can't guarantee whether it will work or not.  At least, make sure there's a Win8/Win8.1 driver for it.

  • Can I use Hot Corners to make the display sleep immediately?

    I have Hot Corners set up so that the screen-saver kicks in as soon as I move the mouse to the top-right corner. However, I'd really like to be able to make the display sleep immediately, rather than show the screen-saver first... can I do that? There doesn't seem to be a Hot Corners option for "Display sleep".

    Hi Garth
    That can be set using expose.
    Open up preferences /dashboard & expose.
    Click on one of the buttons to set your option to start screen saver by choosing the corner you wish to use.
    Message was edited by: Glenn Leblanc
    Sorry, misread your message the first time. Can't be done with hot corners.

  • Cannot access my photos at WD using iPhoto after Mavericks!

    Cannot access my photos at WD using iPhoto after Mavericks!

    Did it.
    iPhoto opens nicely but without the photos:-(
    However I can reach the them by: WD > iPhoto Library and then right click Show Package Content > Originals
    All the photos are there and reachable manually.
    I am guessing that there should be a software patch/update by either Apple or WD to bridge the photo portfolio at the external disk and the iPhoto.
    Thanks your efforts.

  • My MacBook Pro restarts (grey screen) when using hot corners.

    I just updated to 10.8 from 10.6, and now, whenever I use Hot Corners, it goes to grey screen then restarts.
    Any advice?

    Now it is happening when I open Photo Booth.  Here is the report to Apple:
    Interval Since Last Panic Report:  71136 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    32055E57-734D-0D0D-CBFF-DA1382947CDC
    Fri Mar  1 10:08:03 2013
    panic(cpu 2 caller 0xffffff7f93a19b25): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff80b28ef000 0x0a5480a2, D0, P2/4
    Backtrace (CPU 2), Frame : Return Address
    0xffffff808f0cb260 : 0xffffff801321d626
    0xffffff808f0cb2d0 : 0xffffff7f93a19b25
    0xffffff808f0cb360 : 0xffffff7f93b134b3
    0xffffff808f0cb3c0 : 0xffffff7f93b13527
    0xffffff808f0cb430 : 0xffffff7f93e28853
    0xffffff808f0cb570 : 0xffffff7f93b39659
    0xffffff808f0cb5a0 : 0xffffff7f93a238da
    0xffffff808f0cb650 : 0xffffff7f93a1efac
    0xffffff808f0cb840 : 0xffffff7f93a20ade
    0xffffff808f0cb920 : 0xffffff7f94c11ad5
    0xffffff808f0cb960 : 0xffffff7f94c27507
    0xffffff808f0cb980 : 0xffffff7f94c46353
    0xffffff808f0cb9c0 : 0xffffff7f94c463b1
    0xffffff808f0cba00 : 0xffffff7f94c2cc43
    0xffffff808f0cba50 : 0xffffff7f94be70fc
    0xffffff808f0cbae0 : 0xffffff7f94be2efa
    0xffffff808f0cbb10 : 0xffffff7f94be0aab
    0xffffff808f0cbb40 : 0xffffff80136650c3
    0xffffff808f0cbbc0 : 0xffffff8013667153
    0xffffff808f0cbc20 : 0xffffff8013664b8f
    0xffffff808f0cbd70 : 0xffffff80132981e1
    0xffffff808f0cbe80 : 0xffffff8013220aed
    0xffffff808f0cbeb0 : 0xffffff8013210448
    0xffffff808f0cbf00 : 0xffffff801321961b
    0xffffff808f0cbf70 : 0xffffff80132a5b16
    0xffffff808f0cbfb0 : 0xffffff80132ced53
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(8.0)[A4C53A36-22B6-3075-82B9-9DE612A9C015]@0xffffff7f939b2 000->0xffffff7f93cb4fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.2)[B1B77B26-7984-302F-BA8E-544DD3D75E73]@0xffff ff7f93778000
                dependency: com.apple.iokit.IONDRVSupport(2.3.5)[86DDB71C-A73A-3EBE-AC44-0BC9A38B9A44]@0xff ffff7f9399e000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.5)[803496D0-ADAD-3ADB-B071-8A0A197DA53D]@0 xffffff7f9395b000
             com.apple.nvidia.nv50hal(8.0)[9F3D09B5-3158-3D9E-BDA3-E71576AAD3B7]@0xffffff7f9 3cc2000->0xffffff7f93fe4fff
                dependency: com.apple.NVDAResman(8.0.0)[A4C53A36-22B6-3075-82B9-9DE612A9C015]@0xffffff7f939 b2000
                dependency: com.apple.iokit.IOPCIFamily(2.7.2)[B1B77B26-7984-302F-BA8E-544DD3D75E73]@0xffff ff7f93778000
             com.apple.GeForce(8.0)[2E56ED9A-D848-3795-9E52-56BABDC9000C]@0xffffff7f94bc8000 ->0xffffff7f94c8afff
                dependency: com.apple.NVDAResman(8.0.0)[A4C53A36-22B6-3075-82B9-9DE612A9C015]@0xffffff7f939 b2000
                dependency: com.apple.iokit.IONDRVSupport(2.3.5)[86DDB71C-A73A-3EBE-AC44-0BC9A38B9A44]@0xff ffff7f9399e000
                dependency: com.apple.iokit.IOPCIFamily(2.7.2)[B1B77B26-7984-302F-BA8E-544DD3D75E73]@0xffff ff7f93778000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.5)[803496D0-ADAD-3ADB-B071-8A0A197DA53D]@0 xffffff7f9395b000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12C60
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x0000000013000000
    Kernel text base: 0xffffff8013200000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 27109689313040
    last loaded kext at 24144518198561: com.apple.driver.AppleUSBAudio    2.9.0f6 (addr 0xffffff7f9574f000, size 262144)
    last unloaded kext at 26701165971225: com.apple.driver.AppleUSBAudio    2.9.0f6 (addr 0xffffff7f9574f000, size 262144)
    loaded kexts:
    com.Cycling74.driver.Soundflower    1.6.2
    at.obdev.nke.LittleSnitch    3908
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager    4.0.9f33
    com.apple.driver.AudioAUUC    1.60
    com.apple.driver.AGPM    100.12.69
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AppleHDA    2.3.1f2
    com.apple.driver.AppleMikeyDriver    2.3.1f2
    com.apple.GeForce    8.0.0
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport    4.0.9f33
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.driver.ApplePolicyControl    3.2.11
    com.apple.driver.SMCMotionSensor    3.0.2d6
    com.apple.driver.AppleUpstreamUserClient    3.5.10
    com.apple.driver.AppleIntelHDGraphics    8.0.0
    com.apple.driver.AppleSMCPDRC    1.0.0
    com.apple.driver.AppleLPC    1.6.0
    com.apple.driver.AppleSMCLMU    2.0.2d0
    com.apple.driver.AppleIntelHDGraphicsFB    8.0.0
    com.apple.driver.ACPI_SMC_PlatformPlugin    1.0.0
    com.apple.driver.AppleMuxControl    3.2.11
    com.apple.driver.AppleMCCSControl    1.0.33
    com.apple.driver.AppleUSBTCButtons    235.4
    com.apple.driver.AppleIRController    320.15
    com.apple.driver.AppleUSBTCKeyboard    235.4
    com.apple.driver.AppleUSBCardReader    3.1.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    34
    com.apple.iokit.SCSITaskUserClient    3.5.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.2.2
    com.apple.driver.AppleFWOHCI    4.9.6
    com.apple.driver.AirPort.Brcm4331    602.15.22
    com.apple.driver.AppleAHCIPort    2.4.1
    com.apple.driver.AppleUSBHub    5.2.5
    com.apple.iokit.AppleBCM5701Ethernet    3.2.5b3
    com.apple.driver.AppleUSBEHCI    5.4.0
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleACPIButtons    1.6
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.6
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    196.0.0
    com.apple.nke.applicationfirewall    4.0.39
    com.apple.security.quarantine    2
    com.apple.driver.AppleIntelCPUPowerManagement    196.0.0
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOSerialFamily    10.0.6
    com.apple.driver.DspFuncLib    2.3.1f2
    com.apple.iokit.IOAudioFamily    1.8.9fc10
    com.apple.kext.OSvKernDSPLib    1.6
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport    4.0.9f33
    com.apple.iokit.IOSurface    86.0.3
    com.apple.iokit.IOBluetoothFamily    4.0.9f33
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.nvidia.nv50hal    8.0.0
    com.apple.NVDAResman    8.0.0
    com.apple.driver.AppleHDAController    2.3.1f2
    com.apple.iokit.IOHDAFamily    2.3.1f2
    com.apple.driver.AppleSMC    3.1.4d2
    com.apple.driver.IOPlatformPluginLegacy    1.0.0
    com.apple.driver.IOPlatformPluginFamily    5.2.0d16
    com.apple.driver.AppleGraphicsControl    3.2.11
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.iokit.IONDRVSupport    2.3.5
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOGraphicsFamily    2.3.5
    com.apple.driver.AppleUSBMultitouch    235.7
    com.apple.iokit.IOUSBHIDDriver    5.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.5.1
    com.apple.iokit.IOUSBMassStorageClass    3.5.0
    com.apple.driver.AppleUSBMergeNub    5.2.5
    com.apple.driver.AppleUSBComposite    5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.5.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOAHCISerialATAPI    2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.5.1
    com.apple.iokit.IOFireWireFamily    4.5.5
    com.apple.iokit.IO80211Family    500.15
    com.apple.iokit.IOAHCIFamily    2.2.1
    com.apple.iokit.IOUSBUserClient    5.2.5
    com.apple.iokit.IOEthernetAVBController    1.0.2b1
    com.apple.iokit.IONetworkingFamily    3.0
    com.apple.iokit.IOUSBFamily    5.4.0
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.8.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    220
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    344
    com.apple.iokit.IOStorageFamily    1.8
    com.apple.driver.AppleKeyStore    28.21
    com.apple.driver.AppleACPIPlatform    1.6
    com.apple.iokit.IOPCIFamily    2.7.2
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto    1.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.8 GHz, 4 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x384A53463235363634485A2D314731443120
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x384A53463235363634485A2D314731443120
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 11 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3

  • Hot Corners not working after using Call of Duty 4

    So I have noticed that Hot Corners are not working after i use COD4.
    I know that the game uses different resolution and somehow interupts the hot corner software. Buty why and how I dont know.
    I very often close COD4 by using Cmd+Q (or something like that)... But it doesnt matter if I quit it the "real" way. Hot corners still stops working after I use it.
    Hot corners works again if I reboot my iMac and also if I have used COD4 then go to System Preferences and Hot Corneres and make one change there.. then it magically works again.
    Does anyone have any definate solution for this.
    PS: I have an iMac 3.06 GHz Intel Core 2 Duo. 4GB 1067 MHz RAM and Lion 10.7.3.
    I also have a Macbook Pro with the same problem.... and both computers running Lion OSX and are always updated....
    Peace
    /Bobo

    Does your 8600M GT have 128 or 256MB VRAM? Both versions shipped with that model MBP. The game sysreqs says that, while 128 is minimum, 256 is preferred. We all know what "minimum" means in software advertising.
    Have you downloaded the SL Graphics updater?
    http://support.apple.com/kb/DL1083
    It's supposed to fix certain games but it's worth a shot.
    I'm surprised that the temp doesn't change. Even running the COD2 demo on my Late 2007 2.2G with 2G RAM and the 128MB version of the 8600, temps go up to 160-170F. That was under 10.5. Just upgraded to 10.6 Sunday, so I guess I should check COD2 again, because SL seems to run cooler on my MBP.

  • Displaying all application windows through Hot Corners is no longer working.

    I have my MacBook Pro and my iMac setup to display APPLICATION WINDOWS through the upper right HOT CORNER.   It is no longer working on my iMac.  Instead, the system only displays the top/recent used window.  The display separates and shows the most recent window floating, but, no longer does it arrange windows of each application on the desktop.  There are no other options, it's either set in HOT CORNERS or not.   What changed?   It still works on my MacBook.  Version update = 10.10.2 (14C1514)

    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. 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 documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; 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, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup 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.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Hot corners, sleep option

    ive had my mac for a few years and and some times look at the available apple downloads page and cant seem to find anything to extend the options on expose hot corners, when i drag the mouse to the bottom left corner id like the mac to sleep (theres an option for the screen to sleep) has anyone found a program that can help with this
    (wasent sure where to post this, no expose forum?)

    That is very easy to do with an AppleScript and a little app called CornerClick.
    Download and install CornerClick. It is a preference pane and can be installed for one user in ~/Library/PreferencePanes, or made available for all users by putting it in Mac HD/Library/PreferencePanes. Just double click CornerClick after you have downloaded it and it will install itself where you wish by answering the onscreen users question. Be sure to go to Sys Prefs/CornerClick/Settings and enable CornerClick.
    Next create this tiny AppleScript with AppleScript Editor. You will find the Editor in Apps/Utilities. Cut & paste the following into the Editor and then save it as a Script. You can save it in Mac HD/Library/Scripts or in ~/Library/Scripts. I named it Sleep.
    tell application "System Events" to sleep
    After you have saved the Script go to Sys Prefs/CornerClick/Actions. Select the corner that you wish to use. Click + to create a new action for that corner. Select the trigger for the action from the dropdown menu below and any modifier key you wish to use. Choose Run AppleScript from the dropdown menu as the action to perform and then browse to the location where you have stored your script by pressing the Choose button. Close Sys Prefs because now you are finished and your new sleep action should be available by executing the trigger in the corner that you chose.
    Dah•veed

  • Dock, Expose, Hot Corners etc. don't work anymore! Solutions?

    Two days ago I decided to restart my Macbook. When the screen popped up it gave me the option of "Reopen windows when logging back in". I never noticed this before switching from Snow Leopard to Lion but maybe it's always been there. Anyways, as you know it is checked by default so I unchecked it just out of curiosity and restarted my system.
    When the system came back on, my desktop background had vanished, hot corners will not work, dock does not show up, and when I try to change any of these preferences they do not take. (i.e.-changing orientation of the dock from bottom to left, it simply won't let me select left) I can only open applications from spotlight, and when I mouse over an item now it turns the font white, which never happened before since I did not have it set like that. In addition, google chrome and safari both crash quite frequently since these mess-ups, and so I have resorted to doing all of my work from Firefox.
    I've read in these forums as well as other place on the web about this problem happening, but I have tried all of the remedies to no avail. In the past, the problem for users was a lot of the time caused by the use of a wireless mouse. However, I have never used a wireless mouse so this can't be the problem. I also went in to disk utilities and ran a repair, thinking maybe something might click but nothing did. I have restarted/shut down many times just to see if the problem has fixed itself, which it hasn't yet. I've gone into Activity Monitor and relaunched Finder several times, and also noticed that Report Crash is working super hard on the system for some reason. (Maybe because of many of my programs freezing and crashing?)  I also deleted many recent downloads, since I had one or two unfinished downloads and this had been the problem for one user inparticular...I did a "Secure Empty Trash" from the finder menu for these items. I also ran CleanMyMac and uninstalled a couple of applications that I don't use just for good measure...still NOTHING.
    I'm in no way an expert with computers, I just own a macbook and it's having problems. If you guys could lend your expertise as a last ditch effort that'd be great. I'd prefer not to take it to GeekSquad, Apple Store, or a repair shop because I'm a college student and I'm literally broke at the moment, so any remedies or ideas would take weight off of my chest.
    Thanks in advance-Jameson

    Also, this black bar shows up towards the bottom of the screen on the left side when it's on the apple loading screen. Not sure what it is...and yes I have also run system updates.

  • Screen Sharing and Hot Corners/expose bug?

    I tried searching but I came up with nothing. I have an iMac and a Macbook. On the iMac I have hot corners set up to use expose. On the bottom left I have it show the desktop and on the bottom right I have it show all windows. Now when I use my macbook to screenshare with my iMac and try to drag a file on the iMac, it activates one of the hot corners even though my mouse cursor is no where near either of the corners. If I deactivate the hot corners, I can drag just fine but I don't want to have to do that every time I use screen sharing. So this is making screen sharing pretty useless. Anyone else have this problem? I just submitted a bug report too.

    I have the same problem. Very annoying.

Maybe you are looking for

  • Restrictions on the size of blog entry

    When I publish a blog entry 200 words about it is appeared properly. But if I write a great article, I see only a blank space on the blog page. But on the front page of the blog in summary form, everything is fine. Does anyone know what is the proble

  • How can I get my Aperture library back from the Photos application?

    As stated above, How can I get my Aperture library back from the Photos application?  I'm not a fan of Photos right now and haven't used iPhoto in years, so that wasn't a loss... I didn't realize when I gave Photo's access to my Aperture library, I w

  • Version 2.1.06.73 fails miserably

    Hello, I've just downloaded the latest 2.1.06.73 SQL Developer (the version 'which includes the JDK1.6._11') - 32bit windows version, running on Windows 7. When I start up I get a message saying 'java version 1.5.0_05 not supported'. When I look in t

  • Default Parameter Not Working

    Hello, I have an SSRS report with a multi value parameter assigned to it. I have also assigned a default value so that when the report is run, the report will initially open based on the default values. However, the report still prompts the user to c

  • Probelm regarding timing when insert a record

    hello all, i want to insert a time with date in my one of my column how can i do that can i use sysdate or to_date(sysdate) right now it shows me 12.0. in my timing . any help appriciated .