Automating a system preference when a program launches.

Hi there. This is my first time posting.
This is a small issue. I'm curious to know if this type of thing is possible, and how I'd go about doing it!
When I launch a certain program (various games, certain audio applications) sometime I need to enable the "use all F1 F2 etc keys as standard function keys" option. However, when I am not using these applications, I would prefer it to be off.
Is there a way to automate this function on and off? For example:
If i Open (program X)
This system preference is engaged.
When I close (program X)
This system preference is disengaged.
Sorry if that sequence makes me sound like an idiot - I have no knowlege of automating tasks/script/code.
Thanks in advance! And if there's a better place I should be looking for this info, please let me know. Thanks again!
-J

Hi guys, and again, thank you.
I got it working as well as I can figure. I used a combination of Applescript and Automator. This is what it looks like:
The applescript you see in the middle was taken from a similar apple forum. I have NO idea why I needed it. For whatever reason, the "Watch Me Do" function you see at the bottom of my automation simply doesn't work like it's supposed to without that applescript.
Then I saved the whole thing as an "application" and now I launch it from my dock the same way I'd launch anything else. It's awesome.
Now if I only I could figure out how to toggle it back once the program quits....
-J

Similar Messages

  • Using Automator to change System Preference when opening an app

    Hello everyone,
    I have been using a Mac for a good 8 years now and I'm a happy user. I recently found out about Automator ('hey what is this little robot for?') and what it can do, yet I lack the knowledge of finding out what I must do to make a script to perform the following thing:
    When I launch an app (FL Studio), I want the box checked next to 'Use F1 and F2 as standard function keys' in the Keyboard preferences pane in the System Preferences app.
    When I close the same app (FL Studio), I want the box unchecked next to 'Use F1 and F2 as standard function keys' in the Keyboard preference pane in the System Preferences app.
    I have found several other topics about this subject, however, those were about scripts when logging in to your computer, and not upon opening/closing an app. Please note that I am seeking for the setting to be changed when the app is opened and closed.
    I hope you can help,
    Sander

    This kind of question comes up a lot - how to run a script when an application launches/quits.
    The short answer is that it's not easy to do directly, unless the application itself supports launching scripts on startup/quit (hint: few do).
    Fortunately, a little difference in thinking can give you the same effect.
    Rather than trying to have your script trigger AFTER the app launches, rethink your process to a script that FIRST changes the preference, THEN launches the app. You get the same result but about 14 billion times easier to implement.
    In this case, write a script to set the function key preference, then launch FL Studio. The script can then hang around to wait for the app to quit and reset the pref.
    Furthermore, don't try to do this the human way (open System preferences, select Keyboard, check the box). You can set the preference directly via the defaults command line utility:
    on run
      do shell script "defaults write .GlobalPreferences com.apple.keyboard.fnState 1"
      tell application "FL Studio" to activate
    end run
    Resetting the preference is a little trickier since you need to detect when FL Studio has quit. You can do this with an idle() handler in your script that hangs around, periodically checking if the app is still running and then taking action:
    on idle
      tell application "System Events"
      if (name of every application process) contains "FL Studio" then
      -- app is still running, so come back and check later:
      return 10
      else
      do shell script "defaults write .GlobalPreferences com.apple.keyboard.fnState 0"
      tell me to quit
      end if
      end tell
    end idle
    Putting these together in a Stay Open script should do much of what you want.

  • Unable to authenticate myself to make changes in System Preferences or install programs

    Hello everyone I am just freaking out because I don't want/can't reinstall the system!!
    I just recently started having the problem that every time that I wanna install something, when it should ask me for my password to authenticate my admin account, the window never shows up and the program shows up as "Not responding". The same problem occurs when I try to click on the padlock in the System Preferences to try to make a change it changes from "click the lock to make changes" into "authenticating" but the window never shows up (images below).
    I am the only user with Admin rights in my Mac OS 10.10.2; MacBook Pro (13-inch, Early 2011), 2.7 GHz Intel Core i7, 10 GB 1333 MHz DDR3, Intel HD Graphics 3000 512 MB.
    I have tried:
    - I restarted - no good.
    - Repair the permissions - no good.
    - Also tried repairing the keychain access - no good.
    - In Terminal I tried: sudo killall -9 securityd; sudo pkill -HUP securityd; ssudo killall -HUP securityd - no good (and said that only Apple apps can do that).
    I checked in the console and this comes up:
    Marker - 28 Feb 2015, 4:34:54 PM
    Feb 28 16:35:01 MacBook-Pro.local SecurityAgent[1815]: Critical failure: the LastResort font is unavailable.
    Feb 28 16:35:01 --- last message repeated 123 times ---
    Feb 28 16:35:01 MacBook-Pro.local SecurityAgent[1815]: -baselineOffsetFromBottom returned a number that is not integral in pixels.  The developer should always make sure it's pixel-integral. Break on void _NSNonPixelIntegralBaselineOffset() to debug.  This will be logged only once.  This may break in the future.
    Feb 28 16:35:01 MacBook-Pro.local SecurityAgent[1815]: *** Assertion failure in -[NSISLinearExpression incrementConstant:], /SourceCache/Foundation/Foundation-1152.14/Layout.subproj/IncrementalSimplex/NS ISLinearExpression.m:620
    Feb 28 16:35:01 MacBook-Pro.local SecurityAgent[1815]: An uncaught exception was raised
    Feb 28 16:35:01 MacBook-Pro.local SecurityAgent[1815]: Invalid parameter not satisfying: isfinite(c)
    Feb 28 16:35:01 MacBook-Pro.local SecurityAgent[1815]: (
      0   CoreFoundation                      0x00007fff8bb9066c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8b20d76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8bb9044a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff86f7a3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   Foundation                          0x00007fff86ed65e9 -[NSISLinearExpression incrementConstant:] + 163
      5   AppKit                              0x00007fff8c9f11d9 -[NSView(NSConstraintBasedLayout) nsli_lowerAttribute:intoExpression:withCoefficient:forConstraint:] + 914
      6   Foundation                          0x00007fff86ed59a3 lower_1_attribute + 158
      7   Foundation                          0x00007fff86ed54b6 -[NSLayoutConstraint _lowerIntoExpression:reportingConstantIsRounded:] + 102
      8   Foundation                          0x00007fff86ecaf06 -[NSLayoutConstraint _addToEngine:integralizationAdjustment:mutuallyExclusiveConstraints:] + 95
      9   AppKit                              0x00007fff8c9f1e4e __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke_2 + 470
      10  Foundation                          0x00007fff86ed923e -[NSISEngine withBehaviors:performModifications:] + 155
      11  AppKit                              0x00007fff8c96a13a -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 70
      12  AppKit                              0x00007fff8c9f1c58 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke + 482
      13  AppKit                              0x00007fff8c96d0ef -[NSView(NSConstraintBasedLayout) _setLayoutEngine:] + 233
      14  AppKit                              0x00007fff8c9f1d50 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke_2 + 216
      15  Foundation                          0x00007fff86ed923e -[NSISEngine withBehaviors:performModifications:] + 155
      16  AppKit                              0x00007fff8c96a13a -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 70
      17  AppKit                              0x00007fff8c9f1c58 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke + 482
      18  AppKit                              0x00007fff8c96d0ef -[NSView(NSConstraintBasedLayout) _setLayoutEngine:] + 233
      19  AppKit                              0x00007fff8c9f1d50 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke_2 + 216
      20  Foundation                          0x00007fff86ed923e -[NSISEngine withBehaviors:performModifications:] + 155
      21  AppKit                              0x00007fff8c96a13a -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 70
      22  AppKit                              0x00007fff8c9f1c58 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke + 482
      23  AppKit                              0x00007fff8c96d0ef -[NSView(NSConstraintBasedLayout) _setLayoutEngine:] + 233
      24  AppKit                              0x00007fff8c9f75ef make_and_host_engine + 249
      25  AppKit                              0x00007fff8c9f734f -[NSView(NSConstraintBasedLayout) _didChangeHostsAutolayoutEngineTo:] + 165
      26  AppKit                              0x00007fff8c9a708f -[NSView(NSConstraintBasedLayout) _engageAutolayout] + 81
      27  AppKit                              0x00007fff8c9a70ac -[NSView(NSConstraintBasedLayout) _engageAutolayout] + 110
      28  AppKit                              0x00007fff8c973732 -[NSView(NSConstraintBasedLayout) _layoutEngine_windowDidChange] + 92
      29  AppKit                              0x00007fff8d05bcde __21-[NSView _setWindow:]_block_invoke666 + 67
      30  AppKit                              0x00007fff8c96b61d -[NSView _setWindow:] + 1616
      31  AppKit                              0x00007fff8c968f83 -[NSView addSubview:] + 463
      32  AppKit                              0x00007fff8c97a5c1 -[NSFrameView addSubview:] + 45
      33  AppKit                              0x00007fff8d018a21 -[NSThemeFrame addSubview:] + 400
      34  AppKit                              0x00007fff8ca0468f -[NSView addSubview:positioned:relativeTo:] + 208
      35  AppKit                              0x00007fff8d018880 -[NSThemeFrame _addKnownSubview:positioned:relativeTo:] + 60
      36  AppKit                              0x00007fff8c9872b2 -[NSWindow setContentView:] + 633
      37  AppKit                              0x00007fff8c96e23a -[NSWindowTemplate nibInstantiate] + 876
      38  AppKit                              0x00007fff8c942e8b -[NSIBObjectData instantiateObject:] + 309
      39  AppKit                              0x00007fff8ce272d1 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
      40  AppKit                              0x00007fff8c937605 loadNib + 384
      41  AppKit                              0x00007fff8cea85ab +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
      42  AppKit                              0x00007fff8c936cd5 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
      43  AppKit                              0x00007fff8c936aa1 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
      44  SecurityAgent                       0x000000010d1fdcd8 builtinPluginCreate + 33150
      45  SecurityAgent                       0x000000010d1f24cf SecurityAgent + 17615
      46  SecurityAgent                       0x000000010d1f628b builtinPluginCreate + 1841
      47  SecurityAgent                       0x000000010d1fa27f builtinPluginCreate + 18213
      48  SecurityAgent                       0x000000010d1f5e02 builtinPluginCreate + 680
      49  SecurityAgent                       0x000000010d1fa06d builtinPluginCreate + 17683
      50  SecurityAgent                       0x000000010d1f109b SecurityAgent + 12443
      51  SecurityAgent                       0x000000010d1f0373 SecurityAgent + 9075
      52  libdispatch.dylib                   0x00007fff8fb75c13 _dispatch_client_callout + 8
      53  libdispatch.dylib                   0x00007fff8fb8304e _dispatch_barrier_sync_f_slow_invoke + 412
      54  libdispatch.dylib                   0x00007fff8fb75c13 _dispatch_client_callout + 8
      55  libdispatch.dylib                   0x00007fff8fb81cbf _dispatch_main_queue_callback_4CF + 861
      56  CoreFoundation                      0x00007fff8bae3c79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
      57  CoreFoundation                      0x00007fff8baa030f __CFRunLoopRun + 2159
      58  CoreFoundation                      0x00007fff8ba9f858 CFRunLoopRunSpecific + 296
      59  HIToolbox                           0x00007fff88d90aef RunCurrentEventLoopInMode + 235
      60  HIToolbox                           0x00007fff88d9076e ReceiveNextEventCommon + 179
      61  HIToolbox                           0x00007fff88d906ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
      62  AppKit                              0x00007fff8c953f81 _DPSNextEvent + 964
      63  AppKit                              0x00007fff8c953730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
      64  AppKit                              0x00007fff8c947593 -[NSApplication run] + 594
      65  AppKit                              0x00007fff8c932a14 NSApplicationMain + 1832
      66  SecurityAgent                       0x000000010d200967 main + 232
      67  libdyld.dylib                       0x00007fff86e625c9 start + 1
      68  ???                                 0x0000000000000002 0x0 + 2
    Feb 28 16:35:01 MacBook-Pro.local SecurityAgent[1815]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: isfinite(c)'
      *** First throw call stack:
      0   CoreFoundation                      0x00007fff8bb9066c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8b20d76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8bb9044a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff86f7a3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   Foundation                          0x00007fff86ed65e9 -[NSISLinearExpression incrementConstant:] + 163
      5   AppKit                              0x00007fff8c9f11d9 -[NSView(NSConstraintBasedLayout) nsli_lowerAttribute:intoExpression:withCoefficient:forConstraint:] + 914
      6   Foundation                          0x00007fff86ed59a3 lower_1_attribute + 158
      7   Foundation                          0x00007fff86ed54b6 -[NSLayoutConstraint _lowerIntoExpression:reportingConstantIsRounded:] + 102
      8   Foundation                          0x00007fff86ecaf06 -[NSLayoutConstraint _addToEngine:integralizationAdjustment:mutuallyExclusiveConstraints:] + 95
      9   AppKit                              0x00007fff8c9f1e4e __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke_2 + 470
      10  Foundation                          0x00007fff86ed923e -[NSISEngine withBehaviors:performModifications:] + 155
      11  AppKit                              0x00007fff8c96a13a -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 70
      12  AppKit                              0x00007fff8c9f1c58 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke + 482
      13  AppKit                              0x00007fff8c96d0ef -[NSView(NSConstraintBasedLayout) _setLayoutEngine:] + 233
      14  AppKit                              0x00007fff8c9f1d50 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke_2 + 216
      15  Foundation                          0x00007fff86ed923e -[NSISEngine withBehaviors:performModifications:] + 155
      16  AppKit                              0x00007fff8c96a13a -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 70
      17  AppKit                              0x00007fff8c9f1c58 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke + 482
      18  AppKit                              0x00007fff8c96d0ef -[NSView(NSConstraintBasedLayout) _setLayoutEngine:] + 233
      19  AppKit                              0x00007fff8c9f1d50 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke_2 + 216
      20  Foundation                          0x00007fff86ed923e -[NSISEngine withBehaviors:performModifications:] + 155
      21  AppKit                              0x00007fff8c96a13a -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 70
      22  AppKit                              0x00007fff8c9f1c58 __52-[NSView(NSConstraintBasedLayout) _setLayoutEngine:]_block_invoke + 482
      23  AppKit                              0x00007fff8c96d0ef -[NSView(NSConstraintBasedLayout) _setLayoutEngine:] + 233
      24  AppKit                              0x00007fff8c9f75ef make_and_host_engine + 249
      25  AppKit                              0x00007fff8c9f734f -[NSView(NSConstraintBasedLayout) _didChangeHostsAutolayoutEngineTo:] + 165
      26  AppKit                              0x00007fff8c9a708f -[NSView(NSConstraintBasedLayout) _engageAutolayout] + 81
      27  AppKit                              0x00007fff8c9a70ac -[NSView(NSConstraintBasedLayout) _engageAutolayout] + 110
      28  AppKit                              0x00007fff8c973732 -[NSView(NSConstraintBasedLayout) _layoutEngine_windowDidChange] + 92
      29  AppKit                              0x00007fff8d05bcde __21-[NSView _setWindow:]_block_invoke666 + 67
      30  AppKit                              0x00007fff8c96b61d -[NSView _setWindow:] + 1616
      31  AppKit                              0x00007fff8c968f83 -[NSView addSubview:] + 463
      32  AppKit                              0x00007fff8c97a5c1 -[NSFrameView addSubview:] + 45
      33  AppKit                              0x00007fff8d018a21 -[NSThemeFrame addSubview:] + 400
      34  AppKit                              0x00007fff8ca0468f -[NSView addSubview:positioned:relativeTo:] + 208
      35  AppKit                              0x00007fff8d018880 -[NSThemeFrame _addKnownSubview:positioned:relativeTo:] + 60
      36  AppKit                              0x00007fff8c9872b2 -[NSWindow setContentView:] + 633
      37  AppKit                              0x00007fff8c96e23a -[NSWindowTemplate nibInstantiate] + 876
      38  AppKit                              0x00007fff8c942e8b -[NSIBObjectData instantiateObject:] + 309
      39  AppKit                              0x00007fff8ce272d1 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
      40  AppKit                              0x00007fff8c937605 loadNib + 384
      41  AppKit                              0x00007fff8cea85ab +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
      42  AppKit                              0x00007fff8c936cd5 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
      43  AppKit                              0x00007fff8c936aa1 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
      44  SecurityAgent                       0x000000010d1fdcd8 builtinPluginCreate + 33150
      45  SecurityAgent                       0x000000010d1f24cf SecurityAgent + 17615
      46  SecurityAgent                       0x000000010d1f628b builtinPluginCreate + 1841
      47  SecurityAgent                       0x000000010d1fa27f builtinPluginCreate + 18213
      48  SecurityAgent                       0x000000010d1f5e02 builtinPluginCreate + 680
      49  SecurityAgent                       0x000000010d1fa06d builtinPluginCreate + 17683
      50  SecurityAgent                       0x000000010d1f109b SecurityAgent + 12443
      51  SecurityAgent                       0x000000010d1f0373 SecurityAgent + 9075
      52  libdispatch.dylib                   0x00007fff8fb75c13 _dispatch_client_callout + 8
      53  libdispatch.dylib                   0x00007fff8fb8304e _dispatch_barrier_sync_f_slow_invoke + 412
      54  libdispatch.dylib                   0x00007fff8fb75c13 _dispatch_client_callout + 8
      55  libdispatch.dylib                   0x00007fff8fb81cbf _dispatch_main_queue_callback_4CF + 861
      56  CoreFoundation                      0x00007fff8bae3c79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
      57  CoreFoundation                      0x00007fff8baa030f __CFRunLoopRun + 2159
      58  CoreFoundation                      0x00007fff8ba9f858 CFRunLoopRunSpecific + 296
      59  HIToolbox                           0x00007fff88d90aef RunCurrentEventLoopInMode + 235
      60  HIToolbox                           0x00007fff88d9076e ReceiveNextEventCommon + 179
      61  HIToolbox                           0x00007fff88d906ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
      62  AppKit                              0x00007fff8c953f81 _DPSNextEvent + 964
      63  AppKit                              0x00007fff8c953730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
      64  AppKit                              0x00007fff8c947593 -[NSApplication run] + 594
      65  AppKit                              0x00007fff8c932a14 NSApplicationMain + 1832
      66  SecurityAgent                       0x000000010d200967 main + 232
      67  libdyld.dylib                       0x00007fff86e625c9 start + 1
      68  ???                                 0x0000000000000002 0x0 + 2
    Feb 28 16:35:01 MacBook-Pro.local diagnosticd[89]: error evaluating process info - pid: 1815, punique: 1815
    Feb 28 16:35:01 MacBook-Pro com.apple.xpc.launchd[1] (com.apple.security.agentMain.00000000-0000-0000-0000-0000000186A5[1815]): Service exited due to signal: Abort trap: 6
    Feb 28 16:35:01 MacBook-Pro com.apple.xpc.launchd[1] (com.apple.security.agentMain.00000000-0000-0000-0000-0000000186A5): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    Feb 28 16:35:01 MacBook-Pro.local ReportCrash[1795]: Saved crash report for SecurityAgent[1815] version 9.0 (55225.10.1) to /Library/Logs/DiagnosticReports/SecurityAgent_2015-02-28-163501_MacBook-Pro.cra sh
    Feb 28 16:35:01 MacBook-Pro.local ReportCrash[1795]: Removing excessive log: file:///Library/Logs/DiagnosticReports/SecurityAgent_2015-02-28-163131_MacBook- Pro.crash
    Feb 28 16:35:07 MacBook-Pro.local networkd[150]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)" UserInfo=0x7fb638535d50 {kCFGetAddrInfoFailureKey=8}

    Hi my ginger,
    Thanks for the reply, I did what you recommended and reinstall with Command+R and you were right all my files survived!
    Unfortunately the situation persist I keep having the same problem and I cannot  authenticate! Still the window to enter my password doesn't show and the lock stays saying "authenticating" even after I reinstalled! :-( what could it be? !

  • Why does System Preferences keep trying to launch?

    Hi all,
    Every now and then System Preferences starts to bounce in the doc (even when I have done nothing to launch it). It then fails to load and stops bouncing.
    After this if I try to launch it myself from the doc it does nothing. If I launch it from the apple menu it does laod and a second System Preferences app appears in the doc.
    It's all very strange - anyone know why it might be doing this?
    Cheers
    James

    No, I don't know why it's doing it, but my first instinct would be to remove the bouncy icon from the dock, open sys prefs from the Apple menu and right click on the new dock icon, choose options>keep in dock.
    And see if that cures it or not.

  • Strange behavior in System Preferences when trying to change backgrounds

    Running 10.5.1 on my MacBook Pro without a hitch until today. Installed Aperture 1.5 and updated it to 1.5.6 last night and it too works fine.
    However, today when I went to change my background image in System Preferences I encountered some strange voodoo. I originally under the Desktop applet in System Preferences I had the default images and folders supplied with the operating system, and one images folder I maintain under my Documents folder for my personal backgrounds.
    Now I am no longer able to view my personal backgrounds folder in the System Preferences Desktop applet to select one of my images as a background. Instead I have, literally, two occurrences of the Aperture Projects folder listed under the default operating system background image options.
    Initially I found I cannot discard either instance of the Aperture folder, nor can I re-add my personal images folder (states the folder is already in the list as an option). Naturally I figured something might be amiss with permissions. So I rebooted and ran the Disk Utility which checked my drive to find no pertinent errors. No change in symptom.
    Next I renamed my personal images folder. This produced a change in symptom.
    Now I only observed one occurrence of the Aperture Projects Folder in the System Preferences applet. However, when I went to add my newly renamed personal images folder the second occurrence of the Aperture Projects folder appeared and would not let me access anything therein.
    Could certainly be a problem specific to Aperture, but thought it worth posting here in case anybody else wants to try to troubleshoot or has the same voodoo. Plus, the problem did not occur in 10.4.X running Aperture - so I think it is pretty specific to 10.5.1.
    Not a show stopper, but certainly weird. Hopefully not indicative of any additional problems lurking under the covers.
    TIA for any input or responses.

    Confirmed bug in Aperture on 10.5.1 - adding an iphoto library solves the issue in case anybody hits this post and suffers the same malady.
    http://discussions.apple.com/thread.jspa?messageID=5847357&#5847357

  • Want to keep system preferences when updating OS

    Hi, I need to update from OS X 10.5.8 Leopard to OS X 10.6 Snow Leopard on my MB Pro. (2.4GHz Intel Core 2 Duo, 2GB SDRAM)  Before I begin, can anyone tell me if there is a good way to keep my system preferences and applications preferences without having to "start over" after the system upgrade? Will I have to reinstall every piece of software? Thanks in advance for any help.

    How to Install OS X Updates Successfully
    A. Repair the Hard Drive and Permissions:
    Boot from your current OS X Installer disc. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally. 
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    B. Make a Bootable Backup Using Restore Option of Disk Utility:
    Open Disk Utility from the Utilities folder.
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.
    C. Important: Please read before installing:
    If you have a FireWire hard drive connected, disconnect it before installing the update unless you will boot from this drive and install the update on it. Reconnect it and turn it back on after installation is complete and you've restarted.
    You may experience unexpected results if you have installed third-party system software modifications, or if you have modified the operating system through other means. (This does not apply to normal application software installation.)
    The installation process should not be interrupted. If a power outage or other interruption occurs during installation, use the standalone installer (see below) from Apple Downloads to update.  While the installation is in progress do not use the computer.
    D. To upgrade:
    Purchase the Snow Leopard Retail DVD.
    Boot From The OS X Installer Disc:
    Insert OS X Installer Disc into the optical drive.
    Restart the computer.
    Immediately after the chime press and hold down the "C" key.
    Release the key when the spinning gear below the dark gray Apple logo appears.
    Wait for installer to finish loading.
    E. If updating:
    Download and install update(s) 
    Use Software Update, or
    Download standalone updater(s).
    Updating does not erase anything except operating system files.

  • Cant Open System Preferences, when i double click the icon it opnes up and then after a second it disappears

    Hi new as a mac user...ok so how come i cant open my "System Preferences" and my "hard disk icon" is missing from my desktop? and im seeing question marks on my icons, namely the "download" icon and the "documents" icon? i need help :/
    i tried opening the system preferences from the uper left corner of my desktop but to no avail. and i cant really reinstall the OS because macbook air doesnt have a disk drive and my MBA is early 2008 so it doesnt have the USB thingy that the latest MBA has.
    i was thinking maybe because i changed a couple of things in the "sharing preferences" i have no idea i need help any suggestions?

    I'm also using Windows 7 on a Lenovo U310 laptop.

  • How do i remove messages from my notification centre?  If I remove it in system preferences when I reboot it is back.

    Hello,
    I have gone through the process described on many websites, where as you go to system preferences>notifications and grab and move the Share Button for Messages from "In Notification Center" to "Not In Notification Center" but everytime I restart or reboot after the Share Button for Messages is back in the "In Notification Center" area.  How do I stop this?
    dofromon

    Hello Jan,
    You are right there are no settings for Notification Center but if for instance you do not want Reminder updates to be shown through Notification Center then you need to de-select it from iCloud Preferences. I am unsure about Yosemite but I know in Mavericks they are linked. Check your other posting to the question v1ct0r had and there I have put a more elaborate answer. Notification Centre does not Remember Settings
    dofromon

  • Issues with spotlight, system preferences, and other programs

    I am having some incredibly frustrating issues since I autoupdated last week. Since using autoupdate, My spotlight will not work (I type in information and it deletes the characters moments after i type it, and my system preferences will not open; it merely closes after 2-3 seconds. I saw on the spotlight board that to fix the spotlight, you must index the spotlight to make it work after an update, but I cannot do that because system preferences will not work. Dows anybody have any input???
    Thanks!

    I'm not sure if this helps, but here is my log in my console. I tried deleting thd files you mentioned, however it is still malfunctioning. Any other ideas???
    Thank!
    -Jc
    Mac OS X Version 10.4.4 (Build 8G32)
    2006-01-30 22:40:10 -0700
    2006-01-30 22:40:18.466 SystemUIServer[163] lang is:en
    Jan 30 22:40:23 jonathon-gables-ibook-g4 diskarbitrationd[30]: SystemUIServer [163]:17411 not responding.
    Jan 30 22:40:26 jonathon-gables-ibook-g4 crashdump[180]: mds crashed
    Jan 30 22:40:27 jonathon-gables-ibook-g4 crashdump[180]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:40:47 jonathon-gables-ibook-g4 mds[185]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:40:49 jonathon-gables-ibook-g4 crashdump[188]: System Preferences crashed
    Jan 30 22:40:50 jonathon-gables-ibook-g4 crashdump[188]: crash report written to: /Users/Jon/Library/Logs/CrashReporter/System Preferences.crash.log
    Jan 30 22:40:53 jonathon-gables-ibook-g4 crashdump[192]: mds crashed
    Jan 30 22:40:53 jonathon-gables-ibook-g4 crashdump[192]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:00 jonathon-gables-ibook-g4 crashdump[198]: mds crashed
    Jan 30 22:41:00 jonathon-gables-ibook-g4 mds[199]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:41:01 jonathon-gables-ibook-g4 crashdump[198]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:02 jonathon-gables-ibook-g4 crashdump[203]: mds crashed
    Jan 30 22:41:03 jonathon-gables-ibook-g4 crashdump[203]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:16 jonathon-gables-ibook-g4 configd[28]: SecKeychainFindGenericPassword err= -25308 ( =0xffff9d24, secErrStr=User interaction is not allowed. ) (current= ACTIONTEC)
    Jan 30 22:41:17 jonathon-gables-ibook-g4 mds[211]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:41:17 jonathon-gables-ibook-g4 crashdump[210]: mds crashed
    Jan 30 22:41:17 jonathon-gables-ibook-g4 crashdump[210]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:28 jonathon-gables-ibook-g4 crashdump[232]: mds crashed
    163: Can't create query: 0x10000003
    2006-01-30 22:41:28.698 SystemUIServer[163] /SourceCache/BullSearch-121.34/Matador-121.34/SearchItem/Models/_MDQueryAdaptor .m -[_MDQueryAdaptor _createMDQuery] Can't execute query '(* = "itunes*"wcd || kMDItemTextContent = "itunes*"cd) && _kMDItemIgnore != *'
    Jan 30 22:41:29 jonathon-gables-ibook-g4 crashdump[232]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:30 jonathon-gables-ibook-g4 mds[239]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:41:30 jonathon-gables-ibook-g4 crashdump[238]: mds crashed
    Jan 30 22:41:30 jonathon-gables-ibook-g4 crashdump[238]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:33 jonathon-gables-ibook-g4 ntpdate[228]: no server suitable for synchronization found
    Jan 30 22:41:49 jonathon-gables-ibook-g4 crashdump[282]: mds crashed
    Jan 30 22:41:50 jonathon-gables-ibook-g4 crashdump[282]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:51 jonathon-gables-ibook-g4 mds[288]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:41:51 jonathon-gables-ibook-g4 crashdump[287]: mds crashed
    Jan 30 22:41:52 jonathon-gables-ibook-g4 crashdump[287]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:52 jonathon-gables-ibook-g4 crashdump[293]: mds crashed
    Jan 30 22:41:53 jonathon-gables-ibook-g4 crashdump[293]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:54 jonathon-gables-ibook-g4 crashdump[299]: mds crashed
    Jan 30 22:41:55 jonathon-gables-ibook-g4 crashdump[299]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:56 jonathon-gables-ibook-g4 mds[306]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:41:56 jonathon-gables-ibook-g4 crashdump[305]: mds crashed
    Jan 30 22:41:57 jonathon-gables-ibook-g4 crashdump[305]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:41:58 jonathon-gables-ibook-g4 crashdump[311]: mds crashed
    Jan 30 22:41:59 jonathon-gables-ibook-g4 crashdump[311]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:00 jonathon-gables-ibook-g4 crashdump[317]: mds crashed
    Jan 30 22:42:00 jonathon-gables-ibook-g4 mds[318]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:42:00 jonathon-gables-ibook-g4 crashdump[317]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:01 jonathon-gables-ibook-g4 crashdump[323]: mds crashed
    Jan 30 22:42:02 jonathon-gables-ibook-g4 crashdump[323]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:03 jonathon-gables-ibook-g4 crashdump[329]: mds crashed
    Jan 30 22:42:04 jonathon-gables-ibook-g4 crashdump[329]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:05 jonathon-gables-ibook-g4 mds[336]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:42:05 jonathon-gables-ibook-g4 crashdump[335]: mds crashed
    Jan 30 22:42:05 jonathon-gables-ibook-g4 crashdump[335]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:11 jonathon-gables-ibook-g4 crashdump[341]: mds crashed
    Jan 30 22:42:12 jonathon-gables-ibook-g4 crashdump[341]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:13 jonathon-gables-ibook-g4 crashdump[347]: mds crashed
    Jan 30 22:42:14 jonathon-gables-ibook-g4 crashdump[347]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:15 jonathon-gables-ibook-g4 crashdump[353]: mds crashed
    Jan 30 22:42:15 jonathon-gables-ibook-g4 mds[354]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:42:16 jonathon-gables-ibook-g4 crashdump[353]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:17 jonathon-gables-ibook-g4 crashdump[359]: mds crashed
    Jan 30 22:42:18 jonathon-gables-ibook-g4 crashdump[359]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:19 jonathon-gables-ibook-g4 crashdump[365]: mds crashed
    Jan 30 22:42:21 jonathon-gables-ibook-g4 crashdump[365]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:22 jonathon-gables-ibook-g4 mds[372]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:42:22 jonathon-gables-ibook-g4 crashdump[371]: mds crashed
    Jan 30 22:42:23 jonathon-gables-ibook-g4 crashdump[371]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:24 jonathon-gables-ibook-g4 crashdump[377]: mds crashed
    Jan 30 22:42:24 jonathon-gables-ibook-g4 crashdump[377]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:26 jonathon-gables-ibook-g4 mds[384]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:42:26 jonathon-gables-ibook-g4 crashdump[383]: mds crashed
    Jan 30 22:42:26 jonathon-gables-ibook-g4 crashdump[383]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:28 jonathon-gables-ibook-g4 crashdump[389]: mds crashed
    Jan 30 22:42:28 jonathon-gables-ibook-g4 crashdump[389]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:29 jonathon-gables-ibook-g4 crashdump[395]: mds crashed
    Jan 30 22:42:30 jonathon-gables-ibook-g4 crashdump[395]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:31 jonathon-gables-ibook-g4 mds[402]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:42:31 jonathon-gables-ibook-g4 crashdump[401]: mds crashed
    Jan 30 22:42:32 jonathon-gables-ibook-g4 crashdump[401]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:34 jonathon-gables-ibook-g4 crashdump[407]: mds crashed
    Jan 30 22:42:34 jonathon-gables-ibook-g4 crashdump[407]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:35 jonathon-gables-ibook-g4 crashdump[413]: mds crashed
    Jan 30 22:42:36 jonathon-gables-ibook-g4 crashdump[413]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:38 jonathon-gables-ibook-g4 mds[420]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:42:38 jonathon-gables-ibook-g4 crashdump[419]: mds crashed
    Jan 30 22:42:38 jonathon-gables-ibook-g4 crashdump[419]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:40 jonathon-gables-ibook-g4 crashdump[425]: mds crashed
    Jan 30 22:42:41 jonathon-gables-ibook-g4 crashdump[425]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:41 jonathon-gables-ibook-g4 crashdump[431]: mds crashed
    Jan 30 22:42:42 jonathon-gables-ibook-g4 crashdump[431]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:43 jonathon-gables-ibook-g4 mds[438]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:42:43 jonathon-gables-ibook-g4 crashdump[437]: mds crashed
    Jan 30 22:42:44 jonathon-gables-ibook-g4 crashdump[437]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:45 jonathon-gables-ibook-g4 crashdump[443]: mds crashed
    Jan 30 22:42:46 jonathon-gables-ibook-g4 crashdump[443]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:47 jonathon-gables-ibook-g4 mds[450]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:42:47 jonathon-gables-ibook-g4 crashdump[449]: mds crashed
    Jan 30 22:42:48 jonathon-gables-ibook-g4 crashdump[449]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:49 jonathon-gables-ibook-g4 crashdump[455]: mds crashed
    Jan 30 22:42:49 jonathon-gables-ibook-g4 crashdump[455]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:42:51 jonathon-gables-ibook-g4 crashdump[461]: mds crashed
    Jan 30 22:42:51 jonathon-gables-ibook-g4 mds[462]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:42:52 jonathon-gables-ibook-g4 crashdump[461]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:03 jonathon-gables-ibook-g4 crashdump[468]: mds crashed
    Jan 30 22:43:04 jonathon-gables-ibook-g4 crashdump[468]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:04 jonathon-gables-ibook-g4 mdimportserver[467]: sniffer can't check in... 1102
    Jan 30 22:43:05 jonathon-gables-ibook-g4 crashdump[474]: mds crashed
    Jan 30 22:43:06 jonathon-gables-ibook-g4 crashdump[474]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:08 jonathon-gables-ibook-g4 mds[481]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:43:08 jonathon-gables-ibook-g4 crashdump[480]: mds crashed
    Jan 30 22:43:09 jonathon-gables-ibook-g4 crashdump[480]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:10 jonathon-gables-ibook-g4 crashdump[486]: mds crashed
    Jan 30 22:43:10 jonathon-gables-ibook-g4 crashdump[486]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:12 jonathon-gables-ibook-g4 mds[493]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:43:12 jonathon-gables-ibook-g4 crashdump[492]: mds crashed
    Jan 30 22:43:12 jonathon-gables-ibook-g4 crashdump[492]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:13 jonathon-gables-ibook-g4 crashdump[498]: mds crashed
    Jan 30 22:43:14 jonathon-gables-ibook-g4 crashdump[498]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:15 jonathon-gables-ibook-g4 mds[505]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:43:15 jonathon-gables-ibook-g4 crashdump[504]: mds crashed
    Jan 30 22:43:15 jonathon-gables-ibook-g4 crashdump[504]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:17 jonathon-gables-ibook-g4 crashdump[509]: mds crashed
    Jan 30 22:43:17 jonathon-gables-ibook-g4 crashdump[509]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:18 jonathon-gables-ibook-g4 crashdump[515]: mds crashed
    Jan 30 22:43:19 jonathon-gables-ibook-g4 crashdump[515]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:21 jonathon-gables-ibook-g4 crashdump[521]: mds crashed
    Jan 30 22:43:21 jonathon-gables-ibook-g4 mds[522]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:43:22 jonathon-gables-ibook-g4 crashdump[521]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:23 jonathon-gables-ibook-g4 crashdump[527]: mds crashed
    Jan 30 22:43:23 jonathon-gables-ibook-g4 crashdump[527]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:24 jonathon-gables-ibook-g4 crashdump[533]: mds crashed
    Jan 30 22:43:25 jonathon-gables-ibook-g4 crashdump[533]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:26 jonathon-gables-ibook-g4 mds[540]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:43:26 jonathon-gables-ibook-g4 crashdump[539]: mds crashed
    Jan 30 22:43:26 jonathon-gables-ibook-g4 crashdump[539]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:27 jonathon-gables-ibook-g4 crashdump[545]: mds crashed
    Jan 30 22:43:28 jonathon-gables-ibook-g4 crashdump[545]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:29 jonathon-gables-ibook-g4 crashdump[551]: mds crashed
    Jan 30 22:43:30 jonathon-gables-ibook-g4 crashdump[551]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:31 jonathon-gables-ibook-g4 mds[558]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:43:31 jonathon-gables-ibook-g4 crashdump[557]: mds crashed
    Jan 30 22:43:31 jonathon-gables-ibook-g4 crashdump[557]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:32 jonathon-gables-ibook-g4 crashdump[563]: mds crashed
    Jan 30 22:43:33 jonathon-gables-ibook-g4 crashdump[563]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:34 jonathon-gables-ibook-g4 mds[570]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:43:34 jonathon-gables-ibook-g4 crashdump[569]: mds crashed
    Jan 30 22:43:34 jonathon-gables-ibook-g4 crashdump[569]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:45 jonathon-gables-ibook-g4 crashdump[576]: mds crashed
    Jan 30 22:43:47 jonathon-gables-ibook-g4 crashdump[576]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:48 jonathon-gables-ibook-g4 crashdump[581]: mds crashed
    Jan 30 22:43:48 jonathon-gables-ibook-g4 mds[582]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:43:49 jonathon-gables-ibook-g4 crashdump[581]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:43:59 jonathon-gables-ibook-g4 crashdump[588]: mds crashed
    Jan 30 22:44:00 jonathon-gables-ibook-g4 crashdump[588]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:00 jonathon-gables-ibook-g4 mdimportserver[587]: sniffer can't check in... 1102
    Jan 30 22:44:01 jonathon-gables-ibook-g4 crashdump[594]: mds crashed
    Jan 30 22:44:02 jonathon-gables-ibook-g4 crashdump[594]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:03 jonathon-gables-ibook-g4 mds[601]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:44:03 jonathon-gables-ibook-g4 crashdump[600]: mds crashed
    Jan 30 22:44:03 jonathon-gables-ibook-g4 crashdump[600]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:04 jonathon-gables-ibook-g4 crashdump[606]: mds crashed
    Jan 30 22:44:05 jonathon-gables-ibook-g4 crashdump[606]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:06 jonathon-gables-ibook-g4 crashdump[612]: mds crashed
    Jan 30 22:44:06 jonathon-gables-ibook-g4 mds[614]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:44:07 jonathon-gables-ibook-g4 crashdump[612]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:18 jonathon-gables-ibook-g4 crashdump[620]: mds crashed
    Jan 30 22:44:19 jonathon-gables-ibook-g4 crashdump[620]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:19 jonathon-gables-ibook-g4 mdimportserver[619]: sniffer can't check in... 1102
    Jan 30 22:44:20 jonathon-gables-ibook-g4 mds[627]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:44:20 jonathon-gables-ibook-g4 crashdump[626]: mds crashed
    Jan 30 22:44:20 jonathon-gables-ibook-g4 crashdump[626]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:21 jonathon-gables-ibook-g4 crashdump[632]: mds crashed
    Jan 30 22:44:22 jonathon-gables-ibook-g4 crashdump[632]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:23 jonathon-gables-ibook-g4 crashdump[638]: mds crashed
    Jan 30 22:44:23 jonathon-gables-ibook-g4 mds[639]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:44:23 jonathon-gables-ibook-g4 crashdump[638]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:24 jonathon-gables-ibook-g4 crashdump[644]: mds crashed
    Jan 30 22:44:25 jonathon-gables-ibook-g4 crashdump[644]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:26 jonathon-gables-ibook-g4 mds[651]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:44:26 jonathon-gables-ibook-g4 crashdump[650]: mds crashed
    Jan 30 22:44:26 jonathon-gables-ibook-g4 crashdump[650]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:37 jonathon-gables-ibook-g4 crashdump[657]: mds crashed
    Jan 30 22:44:37 jonathon-gables-ibook-g4 crashdump[657]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:38 jonathon-gables-ibook-g4 crashdump[663]: mds crashed
    Jan 30 22:44:39 jonathon-gables-ibook-g4 crashdump[663]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log
    Jan 30 22:44:40 jonathon-gables-ibook-g4 mds[670]: Excessive crashes on /.Spotlight-V100.
    Jan 30 22:44:40 jonathon-gables-ibook-g4 crashdump[669]: mds crashed
    Jan 30 22:44:40 jonathon-gables-ibook-g4 crashdump[669]: crash report written to: /Library/Logs/CrashReporter/mds.crash.log

  • Pavilion dv6 headphones stop working when certain programs launched

    My pavilion dv6 (product number: A5F76AV; OS: Windows 7 Ultimate 64-bit) is brand new, just arrived yesterday. On startup, the headphones work fine when watching videos online and for any other system audio, but when I launch a game (through steam) I no longer get audio through the headphones (system reverts back to playing audio through the onboard speakers). Once this happens, no audio comes through the headphones regardless of the source, although the volume coming from the onboard speakers changes somewhat when the headphones are plugged in and unplugged.
    I've tried manually downloading and installing the audio driver for my computer by going through the HP support website, but doing so did not help. I would be extremely grateful for any help that can be offered.
    Thank you.

    bump...

  • "Unable to access User Principal information from the System" error when trying to launch Kerberos Config. Mgr. on Win7 laptop

    I am not able to launch the Kerberos Configuration Manager due to the above error.
    Any thoughts?
    Thank you.
    Credit Cop

    Hi,
    Are you trying to connect to the remote machine?
    There are a few limitations of Kerberos Configuration Manager tool.
    The tool will only work in a single domain scenario.  So, if you have the service installed in Domain A, but want to use a Service Account from Domain B, we won’t be able to discover and correct the issue appropriately.
    Here is thread with the same error message:
    http://social.msdn.microsoft.com/Forums/en-US/cd68c751-abe2-433a-a1ea-1951be24f46b/kerberos-configuration-manager-for-sql-server-access-of-system-information-failed?forum=sqltools
    Reference:
    http://blogs.msdn.com/b/psssql/archive/2013/11/22/kerberos-configuration-manager-updated-for-reporting-services.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • How do i quit system preferences when its frozen

    i tried to download icloud now it wont let me quit the application

    You will need to re-install OS X using your Snow Leopard DVDs and then can restore your data from your backup. If you do not feel comfortable doing this plan on a trip to your local Apple Store or AASP and they can assist you.

  • System Preferences & Software Update won't launch from Apple Menu

    I could really use some help with this, I've tried google searches etc and nothing has worked out.
    I recently upgraded from 10.4.11 to 10.5.8 and then changed back to 10.4.11
    When it was installed (from a Universal retail not the DVD that came with the mac) I copied all the folders from "Previous System" and replaced the newly made ones.
    At some point I was using System Preferences when it vanished with the usual message "Closed unexpectedly, reopen, close etc". Since then neither System Preferences nor Software Update will launch from the apple menu. System Preferences will, however, open from the dock.
    When they are clicked on the hard drive makes some noise and then stops and nothing appears.
    Does anyone have any ideas? Thanks in advance.

    Hi catloo, and a warm welcome to the forums!
    This is the Tiger/10.4 forums & you might get a better answer on the 10.5 forums.
    It's quite acceptable to start a new topic of your own, feel free to start a new topic to attract more helpers to your particular situation, here's a link if as is often the case, it's hard to find out where to do it...
    http://discussions.apple.com/post!default.jspa?forumID=1221

  • System Preferences is automatically launching

    My system preferences application is automatically launching. I don't see any consistent circumstances preceding the launces, but it happens a couple dozen times a day at least. Does anyone have any ideas? Thanks.

    Hi MacHappiest,
    The simplest approach to try first would be to go to /Users/~(yourHome)/Library/Preferences/com.apple.systempreferences.plist and drag it to the desktop. You may have to re-set some of your system preferences.
    -mj
    [email protected]

  • HT200100 Just upgraded to 7.4 and system preferences won't launch. Any suggestions?

    I've just upgraded to Lion 7.4 and the individual system preferences panes won't launch. Any suggestions?

    I am having the same issue. Users folder also seems to be locked.

Maybe you are looking for