Why does my computer run slower with Aperture installed

I installed Aperture on my MacBook Pro and now it runs slow when the program is open. 

Nikon,
Aperture does lots of background processing after you first install it.  It is likely that Aperture is performing some of this processing as soon as you open it now.  You can get a good feeling for what it is doing if you show the Activity with {Command}-{Shift}-0.
You may have to let Aperture crunch away for hours or even overnight before it is done.

Similar Messages

  • Why does my imac run slow with mac os x v10.6.7

    Since I installed Snow Leopard, our iMac has been freezing up and running slow.  Does anyone have any idea about how to fix this?

    How full is your disk?
    Allan

  • Why does my computer run slower now with OS X Mavericks?

    I installed OS X Mavericks on my Mac, which is an older MacBook, and now it runs much slower and I have to Force Quite just about everytime I want to downloard something. Needless to say, I am frustrated!! Now when it boots up, the last web site I was on is fron and centre! I don't get my home page. What can I do to speed this thing up and make it run the way it did before this installation! I thought it was suppose to be better!

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. It does nothing but produce human-readable data about the state of your computer. However, you need to be cautious about running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only run the test in safe mode, proceed anyway.
    If you have more than one user, and the affected user is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The administrator is the user that is created automatically on a new computer when you start it for the first time. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clickinganywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; PB="/usr/libexec/PlistBuddy -c Print"; Pm () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf "$Fm" "$1" "$o"; }; Pc () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); Pm "$1"; }; Pp () { o=$($PB "$2" | awk -F'= ' \/$3'/{print $2}'); Pm "$1"; }; Ps () { o="${o##+( )}"; [[ "$o" -ne 0 ]] && printf "$Fs" "$1" "$o"; }; a=$(id | grep -w '80(admin)'); r=1; [[ "$a" ]] && { sudo true; r=$?; }; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && "$r" -ne 0 ]] && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; Pm "POST"; o=$(nvram boot-args | awk '{$1=""; print}'); Ps "boot-args"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$(printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]}) || o=; Pm "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); Pm "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); Pm "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); Pm "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); Pm "Inserted libraries"; for f in crontab fstab launchd.conf sysctl.conf; do Pc $f /etc/$f; done; Pc "hosts" <(sed '1,10d' /etc/hosts); Pc "User crontab" <(crontab -l); Pc "User launchd" ~/.launchd; o=$(find {,/u*/lo*}/e*/periodic -type f -mtime -10d); Pm "Modified periodic scripts"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); Ps "Restricted user files"; cd; o=$(find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done); Pm "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); Pm "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); Ps "Font problems"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d" | grep -vw \.DS_Store); Pm "$d"; done; o=$(ls /L*/L*/Dia*/*.p* | tail); Pm "Panic logs"; o=$(ls /L*/L*/Dia*/*.c* | tail); Pm "System crash logs"; o=$(ls L*/L*/Dia* | tail); Pm "User crash logs"; [[ "$r" -eq 0 ]] && { o=$(sudo profiles -P); Pm "Profiles"; o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); Pm "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); Pm "Login hook"; Pc "Root crontab" <(sudo crontab -l);}; o=$(syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'); Pm "Kernel messages"; } 2> /dev/null | pbcopy; exit
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the script will run anyway, but it will produce less information. In most cases, the difference is not important, so don't worry about it.
    The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "[Process completed]" to appear in the Terminal window.
    You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again. If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary. Please don't copy anything from the Terminal window.
    When you post the output, you might see in your browser the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the output on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may offer you advice based on the output of the script. They speak only for themselves and I don't necessarily agree with their views.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Why does my safari run slow with DSL?

    I recently had to change to DSL internet, and my macbook safari does not do well with it.
    I cannot seem to open more than one internet tab at a time, videos do not load, slow loading time for searching.
    Is there a way to fix this to where my safari is not so slow?
    Is it a macbook fix, or should I increase my DSL usage limit?
    My macbook is up to date.

    You will have to call the Internet Service Provider and let them test the line.
    Best.

  • TS4062 Why does you tube run slow you tubep

    Why does you tube run so slow in hd

    Actually, it is keep vid dot come, not save vid that i used, but both are legit websites that allow you to download videos from anywhere without a lot of hassle or unsafe plugins. Sorry about any confusion.

  • HT1430 Why does my iPad run slow

    Why is my iPad running slow and closes a page when I'm on it?

    Some general troubleshooting steps in order:
    Terminate the Safari Application and restart it. Click the Home button to return to App screen. Double click Home to bring up the App tray. Touch and hold the Safari icon until “-” appears. Touch the “-” to terminate Safari. Terminate all other Apps listed as well. Then restart Safari.
    Use Settings > Safari > Clear History and Clear Cookies and Data
    Restart iPad: Press and hold the Sleep/Wake button until the red slider appears. Slide your finger across the slider to turn off the device. To turn it back on, press and hold the Sleep/Wake until the Apple logo appears.
    Reset iPad: Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Ignore the "Slide to power off".
    Restore iPad: Connect to iTunes on a PC/Mac and do a restore.

  • Why is my computer running slower after upgrading to Maverick?

    So my computer seems to be running slower, doing anything at all after I installed the newest OS, Maverick.  Anyone have an idea as to why that might be?  What can I do to make it better?
    Thanks,
    Snoopynorthw
    Nevermind, I found this other discussion below.  Thanks.

    Activity Monitor - Mavericks  also Yosemite
    Activity Monitor in Mavericks has significant changes
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Slow Mac After Mavericks
    Things you can do to resolve slowdowns  see post by Kappy
    Try running this program and then copy and paste the output in a reply. The program was created by Etresoft, a frequent contributor.  Please use copy and paste as screen shots can be hard to read.
    Etrecheck – System Information
    Unless you've added RAM since you bought the computer, you could probably increase the performance by adding RAM. The 2 places I’ve seen recommended most to buy reliable RAM are below. I have purchased RAM several times from Other World Computing and have always been very satisfied with the product and service. They have on-line instructions on how to replace the RAM. OWC has also tested RAM above what Apple states is the maximum. I now have 6GB installed on a machine supposedly limited to 4 GB.
    Crucial
    Other World Computing

  • Why does every browser run slow when I am doing something moderately hardware intensive in the background?

    I have looked but I don't even really know what to call this. But I can reproduce it everytime without fail and I don't understand.
    Steps to Reporduce
    Load up Safari (or chrome, whatever it doesn't matter, those two browsers have the excat same problem)
    Do some browsing. Not much just check your email or something (doesn't matter what you do)
    Run a application that uses some CPU. (Go play a game, or run handbreak, open parallells, anything that causes a bit of load)
    Go back to the browser and try to browse. Everything is dog slow and unsuable.
    Exit the application (just showing that the app was running while slow browsing)
    Browse sites at normal speed again
    Intresting facts
    I have been dealing with this for a while. So I have discovered a few things before posting here
    There is plenty of free RAM both Inactive and Unused in Activity monitor is over 1G (I have 8G total)
    There is plenty of CPU "room". Nither core is anywhere near 100%
    The goal is under moderate load, so overloading the computer and trying is not what is happening.
    nice-ing proccesses has no effect
    I notice it most when running games, but it happens at other times too, games are just one of the few things that put any load on this mac.
    Other programs work fine. I have never noticed anyother program running slow ever when this is occuring. This includes programs that include the webkit controll, oddly. Though, to be fair, that may not be accurate as I don't experance that as often.
    I have verified disk (everything is fine)
    I have verified permissions (and repaired them, everything is fine)
    Disk and permissions don't seem to have any effect.
    Network traffic does not seem slow, I can transfer files at the same rate when the browsers are slow, or when theyre runnning fine.
    There is no odd hardware plugged in. I have 1 external USB disk that is always plugged in for timemachine and thats it (thoughI have unplugged that with no effect, and I have added other hardware with no effect)
    The websites/pages/browsers seem to run at a normal speed if you don't have them as the active window. Really hard to say if it's just perception cause I am not watching them, or if there is an actuall effect.
    The site being browsed doesn't seem to matter. Any site regaurdless of complexity seems to be effected. It could be Javascript related though that is really hard to tell, but browsing sites without any javascript or even from the local hardrive (test pages with no JS) still take a very long time to load.
    Average page load time is 15-30 seconds during which the whole browser is unresponcive.
    I am mostly talking about safari here as that is what I would really like to use, but chrome has basically the same effect. For this question I am sticking with fixing safari though.
    What I am looking for:
    A fix would be nice
    But I would settle for an explaniation that I can accept.
    I am running a MBP 17" with 8 gigs of ram and the 2.53 GHZ i5 processor. I am fully up to date with both Lion and Safari.

    Also would like to say DNS resolution is not the problem. I do not use my ISPs DNS servers. I use Google's public DNS servers and a in house caching DNS. DNS resolution is fine, outside the browser and the pages are getting "stuck" while loading not while transfering, or resolving.

  • Why does Photoshop CC running slow when using Mixer brush tool

    Why does Photoshop CC and Photoshop C6 running SOOO slowly when using Mixer brush tool??
    Only to create one stroke it takes several seconds.
    I have to wait a long time to do next stroke. I can't work with this. How do I fix this??
    I have a new computer, a Mac Book Pro with 16 GB ram, so I have plenty of ram.

    You really have to keep your brush size small with the Mixer Brush tool.  And that necessitates keeping your canvas failry small as well.
    Back a few years ago I did a whole painting with the Mixer Brush once and some of the bristle brushes - just to see if I could - and I found I had to really limit the brush size (e.g., to 50 to 75) in order to get enough responsiveness to keep painting.  In that case my canvas was 4096 x 5120.  It's not impossible to get a good, professional result, but you have to be careful about sizing things right.
    -Noel

  • Why is my computer running slow since upgrading to os x yosemite?

    I upgraded my MacBook 13" Aluminum (2008) to OS X Yosemite earlier this year, and ever since, my computer has not been as fast as it was on OS X Mountain Lion or before.  It ran fine then, but my speed has fallen harshly.  Is there a way to make my computer operate faster?

    Activity Monitor - Mavericks  also Yosemite
    Activity Monitor in Mavericks has significant changes
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Slow Mac After Mavericks
    Things you can do to resolve slowdowns  see post by Kappy
    Try running this program and then copy and paste the output in a reply. The program was created by Etresoft, a frequent contributor.  Please use copy and paste as screen shots can be hard to read.
    Etrecheck – System Information
    Unless you've added RAM since you bought the computer, you could probably increase the performance by adding RAM. The 2 places I’ve seen recommended most to buy reliable RAM are below. I have purchased RAM several times from Other World Computing and have always been very satisfied with the product and service. They have on-line instructions on how to replace the RAM. OWC has also tested RAM above what Apple states is the maximum. I now have 6GB installed on a machine supposedly limited to 4 GB.
    Crucial
    Other World Computing

  • Why does my ipod run slow

    Hello people
    I was wondering
    Why does my ipod 4g run slow if it has enough space available?

    Periodically double click the home button and close all the apps in the recently used dock. Then power off and then back on the iPod. This frees up memory. The 4G only has 256 MB of memory.

  • Why does office 2011 run slow under mountain lion?

    I was in an Apple Store and launched MS Office (Word or Powerpoint) on a new iMac they had on display.  It was very slow.  I rebooted and repeated the event from cold.  It made no difference.  Is there a problem with M.Lion and Office 2011?

    I suspect it isn't that the program is running slow it's just these programs aren't made by apple therefore could take up alot of RAM space so the more apps you have open the slower your system will be. Try downloading apple's iWork (pages, keynote and numbers) and quitting some apps. You should see a major difference. If you would like to stick with MS Office just quit your apps. I doubt it's the program.

  • Why does my ipad run slow since update

    Since updating the software, my ipad runs slow, particularly games and web

    Try a Restart. 
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
     Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple. 
    Here is a link to their contacts with most of the information below. 
    http://www.apple.com/contact/

  • Why is my computer now slower, with Firefox 4, then it was with previous version? It stops and crashes constantly. How can I go back to the previous version?

    When I am on Facebook or playing a game, it will freeze and I have to hit control alt delete, to get any response. Within a couple more seconds the same problem occurs. I did not have this problem with the previous version.

    I tried so hard with FF4 but no deal. It was considerably MUCH slower than 3.6. Every page just had a 2~3 second wait before it loaded up. This was tested on a brand new Windows 7 64-bit install machine too.
    Flash ran much more cpu intensive as well. I played many flash based games in 3.6 and my cpu usage was never always as it was with FF4 in the 90%-100% range.
    I had to get rid of it due to the slowness and the lack of older plugin support: ANYCOLOR which I must run and cannot stand the light colored menu pop ups. Also the buttons in FF4 are worse than 3.6. You can't see them when you have a persona applied.
    Staying with 3.6 until 4 speeds up or will give 4.1 a try.

  • Why is my computer running slow? What is PhotoStreamAgent and why is it eating all of my ram?

    Problem description:
    my macbook pro is running extremely slowly
    EtreCheck version: 2.1.8 (121)
    Report generated February 27, 2015 6:53:24 PM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Adware! - Remove] links for help removing adware.
    Hardware Information: ℹ️
        MacBook Pro (17-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,3
        1 2.3 GHz Intel Core i7 CPU: 4-core
        8 GB RAM
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 677
    Video Information: ℹ️
        AMD Radeon HD 6750M - VRAM: 1024 MB
            Color LCD 1600 x 1000
        Intel HD Graphics 3000 - VRAM: 512 MB
    System Software: ℹ️
        Mac OS X 10.7.5 (11G63) - Time since boot: 18:32:52
    Disk Information: ℹ️
        TOSHIBA MK7559GSXF disk0 : (750.16 GB)
            disk0s1 (disk0s1) <not mounted> : 210 MB
            Seagate Backup Plus Drive (disk0s2) / : 749.30 GB (286.34 GB free) - 235 errors
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Seagate Backup+ Mac SL 1 TB
            disk1s1 (disk1s1) <not mounted> : 210 MB
            External Seagate 2 Backup Plus Drive  (disk1s2) /Volumes/External Seagate 2 Backup Plus Drive  : 999.35 GB (711.37 GB free)
            Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple, Inc. MacBook Pro
    Configuration files: ℹ️
        /etc/hosts - Count: 42
    Adware: ℹ️
        Geneio [Adware! - Remove]
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [loaded]    com.sophos.kext.sav (9.2.0 - SDK 10.8) [Click for support]
        [loaded]    com.sophos.nke.swi (9.2.0 - SDK 10.8) [Click for support]
            /Volumes/External Seagate 2 Backup Plus Drive /Library/Parallels/Parallels Service.app
        [not loaded]    com.parallels.kext.prl_hid_hook (7.0 15107.796624) [Click for support]
        [not loaded]    com.parallels.kext.prl_hypervisor (7.0 15107.796624) [Click for support]
        [not loaded]    com.parallels.kext.prl_netbridge (7.0 15107.796624) [Click for support]
        [not loaded]    com.parallels.kext.prl_usb_connect (7.0 15107.796624) [Click for support]
        [not loaded]    com.parallels.kext.prl_vnic (7.0 15107.796624) [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [running]    com.brother.LOGINserver.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [running]    com.sophos.uiserver.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [running]    com.sophos.common.servicemanager.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
        [loaded]    com.genieo.completer.download.plist [Adware! - Remove]
        [loaded]    com.genieo.completer.ltvbit.plist [Adware! - Remove]
        [running]    com.genieo.completer.update.plist [Adware! - Remove]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        Dropbox    Application  (/Applications/Dropbox.app)
        VerizonUpdateCenter    UNKNOWN  (missing value)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
        K9-MacOptimizer    UNKNOWN  (missing value)
    Internet Plug-ins: ℹ️
        Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 [Click for support]
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
        DivX Web Player: Version: 3.2.1.977 - SDK 10.6 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        LogMeIn: Version: 1.0.970 - SDK 10.7 [Click for support]
        QuickTime Plugin: Version: 7.7.1
        LogMeInSafari32: Version: 1.0.970 - SDK 10.7 [Click for support]
        Google Earth Web Plug-in: Version: 6.0 [Click for support]
        SharePointBrowserPlugin: Version: 14.2.3 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    Safari Extensions: ℹ️
        AllMyTube
        Better Facebook
        Facebook Photo Zoom
        comicSansBeGone
        Omnibar [Adware! - Remove]
        Ebay Shopping Assistant [Adware! - Remove]
        Amazon Shopping Assistant [Adware! - Remove]
        Twitter for Safari
        Searchme [Adware! - Remove]
    3rd Party Preference Panes: ℹ️
        Flip4Mac WMV  [Click for support]
        Growl  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            18%    com.apple.photostream-agent.ImageConversionService
             3%    Google Chrome
             3%    PhotoStreamAgent
             2%    WindowServer
             0%    mds
    Top Processes by Memory: ℹ️
        713 MB    PhotoStreamAgent
        258 MB    System Preferences
        189 MB    SophosScanD
        163 MB    InterCheck
        146 MB    Google Chrome
    Virtual Memory Information: ℹ️
        3.07 GB    Free RAM
        3.37 GB    Active RAM
        941 MB    Inactive RAM
        1.20 GB    Wired RAM
        1.70 GB    Page-ins
        268 MB    Page-outs
    Diagnostics Information: ℹ️
        Feb 27, 2015, 01:41:22 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/quicklookd_2015-02-27-134122_[ redacted].crash
        Feb 26, 2015, 11:29:36 PM    Self test - passed

    Start time: 23:43:08 03/10/15
    Model Identifier: MacBookPro8,3
    System Version: Mac OS X 10.7.5 (11G63)
    Kernel Version: Darwin 11.4.2
    64-bit Kernel and Extensions: Yes
    Time since boot: 20 minutes
    SerialATA
       ST1000LM024 HN-M101MBB                 
       TOSHIBA MK7559GSXF                     
    Thunderbolt
       GoFlex Adapter Thunderbolt (Seagate)
    Diagnostic reports
       2015-02-27 quicklookd crash
       2015-02-28 mdworker crash x6
       2015-03-04 QuickLookUIHelper crash
       2015-03-04 iPhoto crash
       2015-03-04 mdworker crash x2
       2015-03-04 quicklookd crash x5
       2015-03-06 quicklookd crash x2
       2015-03-07 TextEdit hang
       2015-03-09 com.apple.qtkitserver crash
       2015-03-09 syncdefaultsd crash
       2015-03-10 Google Chrome crash x4
    Log
       Mar 10 21:52:12 disk0s2: I/O error.
       Mar 10 21:52:32 disk0s2: I/O error.
       Mar 10 22:19:13 disk0s2: I/O error.
       Mar 10 22:19:33 disk0s2: I/O error.
       Mar 10 22:19:57 disk0s2: I/O error.
       Mar 10 22:19:58 [0x0-0xe30e3].com.google.Chrome: Job appears to have crashed: Bus error: 10
       Mar 10 22:20:26 disk0s2: I/O error.
       Mar 10 22:20:46 disk0s2: I/O error.
       Mar 10 22:21:06 disk0s2: I/O error.
       Mar 10 22:21:07 [0x0-0xe50e5].com.google.Chrome: Job appears to have crashed: Bus error: 10
       Mar 10 22:24:33 disk0s2: I/O error.
       Mar 10 22:24:53 disk0s2: I/O error.
       Mar 10 22:25:13 disk0s2: I/O error.
       Mar 10 22:25:14 [0x0-0xea0ea].com.google.Chrome: Job appears to have crashed: Bus error: 10
       Mar 10 23:04:56 nfs_connect: socket error 61 for localhost:/MB9grpc3YgIfKEHpLjIOz9
       Mar 10 23:05:09 nfs server localhost:/MB9grpc3YgIfKEHpLjIOz9: can not connect, error 61
       Mar 10 23:24:02 jnl: unknown-dev: journal start/end pointers reset! (jnl 0xffffff80126cde58; s 0x186c200 e 0x186c200)
       Mar 10 23:24:04 ** Device in slot: SLOT--1 **
       Mar 10 23:24:06 FAILURE: Could not send MIG reply: 0x10000003
       Mar 10 23:24:32 jnl: disk1s2: journal start/end pointers reset! (jnl 0xffffff80126cdcc0; s 0x1779000 e 0x1779000)
       Mar 10 23:24:48 com.apple.coreservices.appleid.authentication: Exit timeout elapsed (20 seconds). Killing
       Mar 10 23:25:05 disk0s2: I/O error.
       Mar 10 23:25:31 disk0s2: I/O error.
       Mar 10 23:25:54 disk0s2: I/O error.
       Mar 10 23:26:10 [0x0-0xf00f].com.google.Chrome: Job appears to have crashed: Bus error: 10
    kexts
       com.sophos.kext.sav (9.2.0)
       com.sophos.nke.swi (9.2.0)
    Daemons
       com.adobe.SwitchBoard
       com.bombich.ccc
       com.microsoft.office.licensing.helper
       com.sophos.autoupdate
       com.sophos.common.servicemanager
       com.sophos.configuration
       com.sophos.intercheck
       com.sophos.notification
       com.sophos.scan
       com.sophos.sxld
       com.sophos.webd
    Agents
       com.adobe.CS5ServiceManager
       com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID
       com.apple.AirPortBaseStationAgent
       com.apple.CSConfigDotMacCert-EMAIL-SharedServices
       com.brother.LOGINserver
       com.divx.dms.agent
       com.divx.update.agent
       com.google.keystone.user.agent
       com.sophos.uiserver
    Extensions
       /System/Library/Extensions/SophosNetworkInterceptor.kext
       /System/Library/Extensions/SophosOnAccessInterceptor.kext
    Applications
       /Applications/Address Book.app
       - com.apple.AddressBook
       /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app
       - com.adobe.bridge4
       /Applications/Adobe Device Central CS5/Adobe Device Central CS5.app
       - com.adobe.devicecentral-3.0
       /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app
       - com.adobe.ExtensionManager
       /Applications/Adobe Illustrator CS5/Adobe Illustrator.app
       - com.adobe.illustrator
       /Applications/Adobe Illustrator CS5/Scripting.localized/Sample Scripts.localized/AppleScript.localized/Analyze Documents.localized/Analyze Documents.app
       - null
       /Applications/Adobe Illustrator CS5/Scripting.localized/Sample Scripts.localized/AppleScript.localized/Calendar.localized/Make Calendar.app
       - null
       /Applications/Adobe Illustrator CS5/Scripting.localized/Sample Scripts.localized/AppleScript.localized/Contact Sheet Demo.localized/Contact Sheets.app
       - null
       /Applications/Adobe Illustrator CS5/Scripting.localized/Sample Scripts.localized/AppleScript.localized/Export Flash Animation.localized/Export Flash Animation.app
       - null
       /Applications/Adobe Illustrator CS5/Scripting.localized/Sample Scripts.localized/AppleScript.localized/Web Gallery.localized/Web Gallery.app
       - null
       /Applications/Adobe Media Player.app
       - com.adobe.amp.UUID.1
       /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app
       - com.adobe.Photoshop
       /Applications/Adobe/Adobe Help.app
       - chc.UUID.1
       /Applications/AdwareMedic.app
       - com.thesafemac.adwaremedic
       /Applications/App Store.app
       - com.apple.appstore
       /Applications/Automator.app
       - com.apple.Automator
       /Applications/Brother/Utilities/Firmware Update Tool/BrIfax/resources/BrFirmDataProvider.app
       - com.brother.brfirmdataprovider
       /Applications/Brother/Utilities/Firmware Update Tool/BrMain/resources/BrFirmDataProvider.app
       - com.brother.brfirmdataprovider
       /Applications/Calculator.app
       - com.apple.calculator
       /Applications/Chess.app
       - com.apple.Chess
       /Applications/DVD Player.app
       - com.apple.DVDPlayer
       /Applications/Dashboard.app
       - com.apple.dashboardlauncher
       /Applications/Dictionary.app
       - com.apple.Dictionary
       /Applications/DivX Converter.app
       - com.divx.DivXConverterX
       /Applications/DivX/DivX Preferences.app
       - com.divx.divxprefs
       /Applications/DivX/Uninstall DivX for Mac.app
       - com.divxinc.uninstalldivxformac
       /Applications/Dropbox.app
       - com.getdropbox.dropbox
       /Applications/FaceTime.app
       - com.apple.FaceTime
       /Applications/Flip Player.app
       - net.telestream.Flip-Player
       /Applications/Font Book.app
       - com.apple.FontBook
       /Applications/GarageBand.app
       - com.apple.garageband
       /Applications/Google Chrome.app
       - com.google.Chrome
       /Applications/Google Earth.app
       - com.Google.GoogleEarthPlus
       /Applications/Image Capture.app
       - com.apple.Image_Capture
       /Applications/Launchpad.app
       - com.apple.launchpad.launcher
       /Applications/Mail.app
       - com.apple.mail
       /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
       - com.microsoft.language_register
       /Applications/Microsoft Office 2011/Microsoft Document Connection.app
       - com.microsoft.DocumentConnection
       /Applications/Microsoft Office 2011/Microsoft Excel.app
       - com.microsoft.Excel
       /Applications/Microsoft Office 2011/Microsoft Outlook.app
       - com.microsoft.Outlook
       /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
       - com.microsoft.Powerpoint
       /Applications/Microsoft Office 2011/Microsoft Word.app
       - com.microsoft.Word
       /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
       - com.apple.ASApplication
       /Applications/Microsoft Office 2011/Office/Equation Editor.app
       - com.microsoft.EquationEditor
       /Applications/Microsoft Office 2011/Office/Microsoft Alerts Daemon.app
       - com.microsoft.alerts.daemon
       /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
       - com.microsoft.openxml.chart.app
       /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app
       - com.microsoft.ClipGallery
       /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
       - com.microsoft.outlook.database_daemon
       /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
       - com.microsoft.outlook.database_utility
       /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
       - com.microsoft.Graph
       /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
       - com.microsoft.outlook.office_reminders
       /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
       - com.microsoft.office.setupassistant
       /Applications/Microsoft Office 2011/Office/Microsoft Query.app
       - N/A
       /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
       - com.microsoft.office.uploadcenter
       /Applications/Microsoft Office 2011/Office/My Day.app
       - com.microsoft.myday
       /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
       - com.microsoft.openxml.excel.app
       /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
       - com.microsoft.SyncServicesAgent
       /Applications/Mission Control.app
       - com.apple.exposelauncher
       /Applications/PDF to Text.app
       - com.RootRiseTechnologies.PDFtoText
       /Applications/Photo Booth.app
       - com.apple.PhotoBooth
       /Applications/Preview.app
       - com.apple.Preview
       /Applications/QuickTime Player.app
       - com.apple.QuickTimePlayerX
       /Applications/Remote Desktop Connection.app
       - com.microsoft.rdc
       /Applications/Remove Sophos Anti-Virus.app
       - com.sophos.macendpoint.Remove-Sophos-Anti-Virus
       /Applications/Safari.app
       - com.apple.Safari
       /Applications/Sophos Anti-Virus.app
       - com.sophos.macendpoint.Sophos-Anti-Virus
       /Applications/Stickies.app
       - com.apple.Stickies
       /Applications/StuffIt Expander.app
       - com.stuffit.StuffIt-Expander
       /Applications/System Preferences.app
       - com.apple.systempreferences
       /Applications/TextEdit.app
       - com.apple.TextEdit
       /Applications/Time Machine.app
       - com.apple.backup.launcher
       /Applications/Utilities/Activity Monitor.app
       - com.apple.ActivityMonitor
       /Applications/Utilities/Adobe AIR Application Installer.app
       - com.adobe.air.ApplicationInstaller
       /Applications/Utilities/Adobe AIR Uninstaller.app
       - com.adobe.air.Installer
       /Applications/Utilities/Adobe Flash Player Install Manager.app
       - com.adobe.flashplayer.installmanager
       /Applications/Utilities/Adobe Utilities-CS5.localized/ExtendScript Toolkit CS5/ExtendScript Toolkit.app
       - com.adobe.estoolkit-3.5
       /Applications/Utilities/AirPort Utility.app
       - com.apple.airport.airportutility
       /Applications/Utilities/AppleScript Editor.app
       - com.apple.ScriptEditor2
       /Applications/Utilities/Audio MIDI Setup.app
       - com.apple.audio.AudioMIDISetup
       /Applications/Utilities/Bluetooth File Exchange.app
       - com.apple.BluetoothFileExchange
       /Applications/Utilities/Boot Camp Assistant.app
       - com.apple.bootcampassistant
       /Applications/Utilities/ColorSync Utility.app
       - com.apple.ColorSyncUtility
       /Applications/Utilities/Console.app
       - com.apple.Console
       /Applications/Utilities/DigitalColor Meter.app
       - com.apple.DigitalColorMeter
       /Applications/Utilities/Disk Utility.app
       - com.apple.DiskUtility
       /Applications/Utilities/Grab.app
       - com.apple.Grab
       /Applications/Utilities/Grapher.app
       - com.apple.grapher
       /Applications/Utilities/Keychain Access.app
       - com.apple.keychainaccess
       /Applications/Utilities/Migration Assistant.app
       - com.apple.MigrateAssistant
       /Applications/Utilities/Network Utility.app
       - com.apple.NetworkUtility
       /Applications/Utilities/Podcast Capture.app
       - com.apple.PodcastCapture
       /Applications/Utilities/Podcast Publisher.app
       - com.apple.PodcastPublisher
       /Applications/Utilities/RAID Utility.app
       - com.apple.RAIDUtility
       /Applications/Utilities/System Information.app
       - com.apple.SystemProfiler
       /Applications/Utilities/Terminal.app
       - com.apple.Terminal
       /Applications/Utilities/VoiceOver Utility.app
       - com.apple.VoiceOverUtility
       /Applications/Utilities/X11.app
       - org.x.X11
       /Applications/iCal.app
       - com.apple.iCal
       /Applications/iChat.app
       - com.apple.iChat
       /Applications/iDVD.app
       - com.apple.iDVD
       /Applications/iMovie.app
       - com.apple.iMovieApp
       /Applications/iPhoto.app
       - com.apple.iPhoto
       /Applications/iTunes.app
       - com.apple.iTunes
       /Applications/iWeb.app
       - com.apple.iWeb
       /Applications/iWork '09/Keynote.app
       - com.apple.iWork.Keynote
       /Applications/iWork '09/Numbers.app
       - com.apple.iWork.Numbers
       /Applications/iWork '09/Pages.app
       - com.apple.iWork.Pages
       /Applications/modo.app
       - com.luxology.modo
       /Library/Application Support/Adobe/CS5ServiceManager/CS5ServiceManager.app
       - com.adobe.csi.CS5ServiceManager
       /Library/Application Support/Adobe/OOBE/PDApp/DWA/Setup.app
       - com.adobe.Installers.Setup
       /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/uninstall/Uninstall Product.app
       - com.Adobe.Uninstall
       /Library/Application Support/Adobe/OOBE/PDApp/LWA/AAM Registration Notifier.app
       - com.adobe.PDApp.AAMRegistrationNotifier
       /Library/Application Support/Adobe/OOBE/PDApp/UWA/AAM Updates Notifier.app
       - com.adobe.PDApp.AAMUpdatesNotifier
       /Library/Application Support/Adobe/OOBE/PDApp/UWA/LogTransport2.app
       - com.adobe.headlights.LogTransport2App
       /Library/Application Support/Adobe/OOBE/PDApp/core/Adobe Application Manager.app
       - com.adobe.PDApp
       /Library/Application Support/Adobe/SwitchBoard/SwitchBoard.app
       - com.adobe.switchboard-2.0
       /Library/Application Support/Adobe/Uninstall/{UUID}.app
       - com.Adobe.Uninstall
       /Library/Application Support/Adobe/Uninstall/{UUID}.app
       - com.Adobe.Uninstall
       /Library/Application Support/DivX/DivXMediaServer.app
       - com.divx.DivXMediaServer
       /Library/Application Support/DivX/DivXTransferWizard.app
       - com.divx.TransferWizard
       /Library/Application Support/DivX/DivXUpdate.app
       - com.divx.DivXUpdate
       /Library/Application Support/DivX/DivXUpdater.app
       - com.divx.DivXUpdater
       /Library/Application Support/LogMeIn Plugin/LogMeInPluginUninstaller.app
       - com.logmein.UninstallPlugin
       /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
       - com.microsoft.autoupdate2
       /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
       - com.microsoft.error_reporting
       /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
       - com.microsoft.netlib.shipassertprocess
       /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
       - com.microsoft.silverlight.sllauncher
       /Library/Application Support/Sophos/he/Installer.app
       - com.sophos.macendpoint.InstallationDeployer
       /Library/Application Support/iPhoto/iPhoto Library Upgrader.app
       - com.apple.iPhotoLibraryUpgrader
       /Library/Caches/com.sophos.sau/CID/Sophos Anti-Virus Home Edition.app
       - com.sophos.macendpoint.InstallationDeployer
       /Library/Caches/com.sophos.sau/warehouse/CID/Sophos Anti-Virus Home Edition.app
       - com.sophos.macendpoint.InstallationDeployer
       /Library/Documentation/Applications/iDVD/iDVD Getting Started.app
       - com.apple.iDVDGettingStarted
       /Library/Documentation/User Guides And Information.localized/Apple Hardware Test Read Me.app
       - com.apple.AppleHardwareTestReadMe
       /Library/Documentation/User Guides And Information.localized/Welcome to Snow Leopard.app
       - com.apple.WelcometoSnowLeopard
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app
       - com.adobe.air.ApplicationInstaller
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app
       - com.adobe.air.Installer
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Template.app
       - com.adobe.air.Template
       /Library/Printers/Brother/Utilities/BrSupplyTool.app
       - com.brother.utility.brsupplytool
       /Library/Printers/Brother/Utilities/BrSupport.app
       - com.brother.BrSupport
       /Library/Printers/Brother/Utilities/ControlCenter/ControlCenter.app
       - com.brother.ControlCenter
       /Library/Printers/Brother/Utilities/DeviceSelector/DeviceSelector.app
       - com.brother.deviceselector
       /Library/Printers/Brother/Utilities/Server/LOGINserver.app
       - com.brother.LOGINserver
       /Library/Printers/Brother/Utilities/Server/NETserver.app
       - com.brother.utility.NETserver
       /Library/Printers/Brother/Utilities/Server/USBserver.app
       - com.brother.utility.USBserver
       /Library/Sophos Anti-Virus/InterCheck.app
       - com.sophos.sav.ic
       /Library/Sophos Anti-Virus/SophosAntiVirus.app
       - com.sophos.SophosAntiVirus
       /Library/Sophos Anti-Virus/SophosAutoUpdate.app
       - com.sophos.autoupdate
       /Library/Sophos Anti-Virus/SophosSXLD.app
       - com.Sophos.macendpoint.SophosSXLD
       /Library/Sophos Anti-Virus/SophosScanD.app
       - com.sophos.SophosScanD
       /Library/Sophos Anti-Virus/SophosUIServer.app
       - com.sophos.ui
       /Library/Sophos Anti-Virus/Tools/SDU4OSX.app
       - com.sophos.SDU4OSX
       /Users/USER/Applications/LogMeIn Client.app
       - com.logmein.LogMeInClient
       /Users/USER/Applications/Windows 7 Applications.app
       - com.parallels.ApplicationGroupBridge.{UUID}
       /Users/USER/Desktop/CCleaner.app
       - com.piriform.ccleaner
       /Users/USER/Desktop/Carbon Copy Cloner.app
       - com.bombich.ccc
       /Users/USER/Desktop/EtreCheck.app
       - com.etresoft.EtreCheck
       /Users/USER/Desktop/Find Any File 2.app
       - org.tempel.findanyfile
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_blpcfgokakmgnkcojhhkbfbldkacnbeo/Default blpcfgokakmgnkcojhhkbfbldkacnbeo.app
       - com.google.Chrome.app.Default-blpcfgokakmgnkcojhhkbfbldkacnbeo-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_gpdjojdkbbmdfjfahjcgigfpmkopogic/Default gpdjojdkbbmdfjfahjcgigfpmkopogic.app
       - com.google.Chrome.app.Default-gpdjojdkbbmdfjfahjcgigfpmkopogic-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_nmmhkkegccagdldgiimedpiccmgmieda/Default nmmhkkegccagdldgiimedpiccmgmieda.app
       - com.google.Chrome.app.Default-nmmhkkegccagdldgiimedpiccmgmieda-internal
       /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_pjkljhegncpnkpknbcohdijeoejaedia/Default pjkljhegncpnkpknbcohdijeoejaedia.app
       - com.google.Chrome.app.Default-pjkljhegncpnkpknbcohdijeoejaedia-internal
       /Users/USER/Library/Application Support/Helper/Wondershare Helper Compact.app
       - com.wondershare.helper_compact
       /Users/sandi/Library/Application Support/LogMeIn Client/update/temp/Contents/SharedSupport/LogMeInClientDiag.app
       - null
       /Users/USER/Library/Application Support/TuneUp_Support/TuneUp_Uninstaller.app
       - null
       /Users/USER/Library/Application Support/Wondershare AllMyTube/Resource/4_5/45003/Apps/ADManager.app
       - com.wondershare.ADManager
       /Users/USER/Library/Application Support/Wondershare AllMyTube/Resource/4_5/__MACOSX/45003/Apps/ADManager.app
       - null
       /Users/USER/Library/Printers/EPSON XP-610 Series.app
       - com.apple.print.PrinterProxy
    Frameworks
       /Library/Frameworks/Adobe AIR.framework
       - com.adobe.AIR
       /Library/Frameworks/DivX Toolkit.framework
       - com.divx.divxtoolkit
       /Library/Frameworks/DivXInstallerUtilities.framework
       - com.yourcompany.DivXInstallerUtilities
       /Library/Frameworks/SAVI.framework
       - com.sophos.sav.savi
       /Library/Frameworks/SUMScanKit.framework
       - com.sophos.sum.scan.kit
       /Library/Frameworks/SophosGenericsCommon.framework
       - com.sophos.macendpoint.SophosGenericsCommon
       /Library/Frameworks/SophosGenericsCore.framework
       - com.sophos.macendpoint.SophosGenericsCore
       /Library/Frameworks/TSLicense.framework
       - net.telestream.license
       /Library/Frameworks/iLifeFaceRecognition.framework
       - com.apple.iLifeFaceRecognition
       /Library/Frameworks/iLifeKit.framework
       - com.apple.iLifeKit
       /Library/Frameworks/iLifePageLayout.framework
       - com.apple.iLifePageLayout
       /Library/Frameworks/iLifePageLayout.framework/Frameworks/ExpressCheckout.framew ork
       - com.apple.ExpressCheckout
       /Library/Frameworks/iLifePageLayout.framework/Frameworks/iLifeImageAnalysis.fra mework
       - com.apple.iLifeImageAnalysis
       /Library/Frameworks/iLifeSQLAccess.framework
       - com.apple.iLifeSQLAccess
       /Library/Frameworks/iLifeSlideshow.framework
       - com.apple.iLifeSlideshow
       /Library/Frameworks/iLifeSlideshow.framework/Frameworks/iLifeSlideshowCore.fram ework
       - com.apple.iLifeSlideshowCore
       /Library/Frameworks/iLifeSlideshow.framework/Frameworks/iLifeSlideshowExporter. framework
       - com.apple.iLifeSlideshowExporter
       /Library/Frameworks/iLifeSlideshow.framework/Frameworks/iLifeSlideshowProducer. framework
       - com.apple.iLifeSlideshowProducer
       /Library/Frameworks/iLifeSlideshow.framework/Frameworks/iLifeSlideshowRenderer. framework
       - com.apple.iLifeSlideshowRenderer
       /System/Library/PrivateFrameworks/CSLogging.framework
       - null
       /System/Library/PrivateFrameworks/PostgreSQLClient.framework
       - null
       /System/Library/PrivateFrameworks/SpnegoApache.framework
       - null
    PrefPane
       /Library/PreferencePanes/Flip4Mac WMV.prefPane
       - net.telestream.wmv.prefpane
       /Library/PreferencePanes/Growl.prefPane
       - com.growl.prefpanel
    Bundles
       /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/Versions/A/Resources/Flash Player.plugin
       - com.macromedia.FlashPlayer-10.4-10.5.plugin
       /Library/Application Support/Adobe/Plug-Ins/CS5/File Formats/Camera Raw.plugin
       - com.adobe.CameraRaw
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/AdobeCP15.plugin
       - com.adobe.adobecp
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Flash Player.plugin
       - com.macromedia.FlashPlayer-10.6.plugin
       /Library/Internet Plug-Ins (Disabled)/Flash Player.plugin
       - com.macromedia.Flash
       /Library/Internet Plug-Ins/DivX Web Player.plugin
       - com.divx.DivXWebPlayer
       /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
       - net.telestream.wmv.plugin
       /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
       - com.Google.GoogleEarthPlugin.plugin
       /Library/Internet Plug-Ins/LogMeIn.plugin
       - com.logmein.remctrlplugin
       /Library/Internet Plug-Ins/LogMeInSafari32.plugin
       - com.logmein.remctrlplugin
       /Library/Internet Plug-Ins/OVSHelper.plugin
       - com.divx.OVSHelper
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       - com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/Silverlight.plugin
       - com.microsoft.SilverlightPlugin
       /Library/Printers/Brother/PDEs/BRColorQuality08.plugin
       - com.brother.print.pde.BRColorQuality08
       /Library/Printers/Brother/PDEs/BRSendFax.plugin
       - com.brother.print.pde.BRSendFax
       /Users/USER/Library/Application Support/Google/Chrome/PepperFlash/14.0.0.145/PepperFlashPlayer.plugin
       - com.macromedia.PepperFlashPlayer.pepper
       /Users/USER/Library/Application Support/LogMeIn Client/update/temp/Contents/PlugIns/LogMeInSafari32.plugin
       - null
       /Users/USER/Library/Widgets/Time Machine Buddy.wdgt
       - com.bluedog.tmwidget.TimeMachine
    dylibs
       /Applications/Adobe Photoshop CS5/MATLAB/Required/psmatlab.dylib
       /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Libraries/mbupgx.dylib
       /Applications/Microsoft Office 2011/Office/OPF.framework/Versions/14/Resources/OPF_Common.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/Fm20.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/MicrosoftOLE2TypesLib.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RefEdit.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RichEdit.dylib
       /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/Versions/A/Resources/WebKit.dylib
       /Library/Application Support/Adobe/CS5ServiceManager/lib/CSXS-Installer-Hook.dylib
       /Library/Application Support/Adobe/CS5ServiceManager/lib/ServiceManager-Launcher.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/DWA/DWANative.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKCmdCaps.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKCmdFS.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKEngine.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/AdobePIM.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/LWA/PWANative.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_caps.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_oobelib.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_upgrade.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/UWA/UWANative.dylib
       /Library/Application Support/Adobe/OOBE/PDApp/core/AdobePIM.dylib
       /Library/Application Support/DivX/DesktopService/libDivXDownloadManager.dylib
       /Library/Application Support/DivX/Libraries/DivXUpdateCheckDll.dylib
       /Library/Application Support/DivX/Libraries/libDivXDesktopSupport.dylib
       /Library/Application Support/DivX/Libraries/libicudata.40.1.dylib
       /Library/Application Support/DivX/Libraries/libicuuc.40.1.dylib
       /Library/Application Support/DivX/QtPlugins/accessible/libqtaccessiblewidgets.dylib
       /Library/Application Support/DivX/QtPlugins/codecs/libqcncodecs.dylib
       /Library/Application Support/DivX/QtPlugins/codecs/libqjpcodecs.dylib
       /Library/Application Support/DivX/QtPlugins/codecs/libqkrcodecs.dylib
       /Library/Application Support/DivX/QtPlugins/codecs/libqtwcodecs.dylib
       /Library/Application Support/DivX/QtPlugins/iconengines/libqsvgicon.dylib
       /Library/Application Support/DivX/QtPlugins/imageformats/libqgif.dylib
       /Library/Application Support/DivX/QtPlugins/imageformats/libqico.dylib
       /Library/Application Support/DivX/QtPlugins/imageformats/libqjpeg.dylib
       /Library/Application Support/DivX/QtPlugins/imageformats/libqmng.dylib
       /Library/Application Support/DivX/QtPlugins/imageformats/libqsvg.dylib
       /Library/Application Support/DivX/QtPlugins/imageformats/libqtiff.dylib
       /Library/Application Support/DivX/QtPlugins/sqldrivers/libqsqlite.dylib
       /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
       /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCo m.dylib
       /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt .dylib
       /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr .dylib
       /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt .dylib
       /Library/Sophos Anti-Virus/Libraries/libSULObjC.dylib
       /Library/Sophos Anti-Virus/Libraries/libcrypto.dylib
       /Library/Sophos Anti-Virus/Libraries/libssl.dylib
       /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.7.771/_platform_specific/mac_x64/libwidev inecdm.dylib
    Contents of /Library/LaunchAgents/com.brother.LOGINserver.plist
       - mod date: Sep  4 22:33:04 2012
       - checksum: 1383871077
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>OnDemand</key>
        <false/>
        <key>Label</key>
        <string>com.brother.LOGINserver</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Printers/Brother/Utilities/Server/LOGINserver.app/Contents/Mac OS/LOGINserver</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.divx.dms.agent.plist
       - mod date: May 28 00:50:02 2014
       - checksum: 637650676
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.divx.dms.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXMediaServer.app/Contents/MacOS/DivXMediaServer</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.divx.update.agent.plist
       - mod date: May 19 17:24:29 2014
       - checksum: 3867571547
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.divx.update.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXUpdate.app/Contents/MacOS/DivXUpdate</string>
        <string>/silent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>10800</integer>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.sophos.uiserver.plist
       - mod date: Oct 17 14:39:38 2014
       - checksum: 40276757
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.sophos.uiserver</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Sophos Anti-Virus/SophosUIServer.app/Contents/MacOS/SophosUIServer</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.bombich.ccc.plist
       - mod date: Mar  8 18:26:27 2015
       - checksum: 3730953884
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.bombich.ccc</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.bombich.ccc</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
       ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.sophos.common.servicemanager.plist
       - mod date: Oct 17 14:39:24 2014
       - checksum: 1792128556
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>Label</key>
        <string>com.sophos.common.servicemanager</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Sophos Anti-Virus/SophosServiceManager.bundle/Contents/MacOS/SophosServiceManager</str ing>
        </array>
        <key>KeepAlive</key>
        <true/>
       </dict>
       </plist>
    Contents of /System/Library/LaunchAgents/com.apple.iCalPush.plist
       - mod date: Nov 15 20:05:59 2012
       - checksum: 2684394709
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
           <dict>
               <key>Label</key>
               <string>com.apple.iCalPush</string>
               <key>LimitLoadToSessionType</key>
               <array>
                   <string>LoginWindow</string>
                   <string>Aqua</string>
               </array>
               <key>MachServices</key>
               <dict>
                   <key>com.apple.iCalPush</key>
                   <true/>
               </dict>
               <key>ProgramArguments</key>
               <array>
                   <string>/Applications/iCal.app/Contents/Resources/iCalPush</string>
               </array>
           </dict>
       </plist>
    Contents of /System/Library/LaunchAgents/org.x.startx.plist
       - mod date: Nov 15 20:11:20 2012
       - checksum: 355348819
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>org.x.startx</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/X11/bin/startx</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>org.x:0</key>
        <dict>
        <key>SecureSocketWithKey</key>
        <string>DISPLAY</string>
        </dict>
        </dict>
        <key>ServiceIPC</key>
        <true/>
        <key>EnableTransactions</key>
        <true/>
       </dict>
       </plist>
    Contents of /System/Library/LaunchDaemons/com.apple.xprotectupdater.plist
       - mod date: Jun  6 21:00:16 2014
       - checksum: 227221230
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.apple.xprotectupdater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/libexec/XProtectUpdater</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>10</integer>
        <key>Minute</key>
        <integer>8</integer>
        </dict>
       </dict>
       </plist>
    Contents of /etc/hosts
       - ASCII English text, with CRLF, LF line terminators
       - mod date: Mar 29 18:26:35 2011
       - checksum: 1994609048
       127.0.0.1 localhost
       255.255.255.255 broadcasthost
       ::1             localhost
       fe80::1%lo0 localhost
       127.0.0.1 hl2rcv.adobe.com
       127.0.0.1 t3dns.adobe.com
       127.0.0.1 3dns-1.adobe.com
       127.0.0.1 3dns-2.adobe.com
       127.0.0.1 3dns-3.adobe.com
       127.0.0.1 3dns-4.adobe.com
       127.0.0.1 activate.adobe.com
       127.0.0.1 activate-sea.adobe.com
       127.0.0.1 activate-sjc0.adobe.com
       127.0.0.1 activate.wip.adobe.com
       127.0.0.1 activate.wip1.adobe.com
       127.0.0.1 activate.wip2.adobe.com
       127.0.0.1 activate.wip3.adobe.com
       127.0.0.1 activate.wip4.adobe.com
       127.0.0.1 adobe-dns.adobe.com
       127.0.0.1 adobe-dns-1.adobe.com                
       127.0.0.1 adobe-dns-2.adobe.com
       127.0.0.1 adobe-dns-3.adobe.com
       127.0.0.1 adobe-dns-4.adobe.com
       127.0.0.1 ood.opsource.net
       127.0.0.1 practivate.adobe
       ...and 21 more line(s)
    Contents of Library/LaunchAgents/com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID. plist
       - mod date: Mar  2 23:26:16 2015
       - checksum: 669939556
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/System/Library/Frameworks/AddressBook.framework/Resources/AddressBookS ourceSyncScheduleHelper</string>
        <string>-scheduleSync</string>
        <string>UUID</string>
        </array>
        <key>StartInterval</key>
        <integer>120000</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.apple.CSConfigDotMacCert-EMAIL-SharedServices.Agent.pl ist
       - mod date: Mar 29 11:13:48 2011
       - checksum: 2988095877
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>KeepAlive</key>
        <false/>
        <key>Label</key>
        <string>com.apple.CSConfigDotMacCert-EMAIL-SharedServices</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>LowPriorityIO</key>
        <true/>
        <key>Nice</key>
        <integer>10</integer>
        <key>ProgramArguments</key>
        <array>
        <string>/System/Library/Frameworks/CoreServices.framework/Frameworks/OSServices .framework/Versions/A/Support/CSConfigDotMacCert</string>
        <string>-l</string>
        <string>/Users/USER/Library/Logs/CSConfigDotMacCert.log</string>
        <string>-u</string>
        <string>EMAIL</string>
        <string>-t</string>
        <string>SharedServices</string>
        <string>-s</string>
        </array>
       ...and 4 more line(s)
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
       - mod date: Mar  4 06:00:35 2015
       - checksum: 2066826768
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Font issues: 33
    Firewall: On
    Listeners
       cupsd: ipp
       httpd: http
       kdc: kerberos
       launchd: afpovertcp
    Wi-Fi
       link auth: none
    User login items
       iTunesHelper
       - missing value
       Dropbox
       - /Applications/Dropbox.app
       VerizonUpdateCenter
       - missing value
       Google Chrome
       - /Applications/Google Chrome.app
       K9-MacOptimizer
       - missing value
    Safari extensions
       AllMyTube
       - com.wondershare.safari.allmytube
       Better Facebook
       - net.betterfacebook
       Twitter for Safari
       - com.twitter.safari-extension
       comicSansBeGone
       - com.sitharus.comicsansbegone
    Widgets
       Time Machine Buddy
    Restricted files: 569
    Lockfiles: 1
    Elapsed time (s): 257

Maybe you are looking for

  • Splitting 1:n and splitting to 2 interfaces

    Hello guru's I have the following scenario and requirements. I receive one message with multiple records from Sender. 1)  All records must be sent separately to Receiver (easy to do with the 1:n split) 2)  Depending on content of the record some reco

  • How to remove the worksets from the Top level navigation for the ESS role.

    Hi All, I am working on enabling and disabling certain services in the ESS worksets. we are using EP 7.0, ECC 6.0 (NW2004s). When I login as a user with ESS role, I can view the changes in the overview pages. However, the worksets are still visible i

  • Screensaver source: Picture loading issue!

    After upgrading my MacMini to Yosemite I started having this issue. The Screensaver source is loading for a while and then shows an error message on the screen telling that was not able to connect to the NAS (network drive).  so no pictures are loade

  • How to call next page?

    new to scirpts, in my script display... i want to display the same values in the next page... with same settings.. how to do this?

  • Create an exit button that (really) works

    Hello, I'm using Captivate 6. I have create a playbar with trigger zone for "previous slide" button, "next slide" button and a "home" button. Trigger zone for previous and next slide are working perfectly in the preview and from the swf i have publis