Lion

Last Played Files nicht mehr anzeigen

  
  defaults write com.apple.QuickTimePlayerX NSRecentDocumentsLimit 0
  defaults delete com.apple.QuickTimePlayerX.LSSharedFileList RecentDocuments
  defaults write com.apple.QuickTimePlayerX.LSSharedFileList RecentDocuments -dict-add MaxAmount 0

  
  defaults write org.niltsh.MPlayerX NSRecentDocumentsLimit 0
  defaults delete org.niltsh.MPlayerX.LSSharedFileList RecentDocuments
  defaults write org.niltsh.MPlayerX.LSSharedFileList RecentDocuments -dict-add MaxAmount 0

Open Google Chrome

  
  open /Applications/Google\ Chrome\ Canary.app --args --allow-running-insecure-content

Remove X11

  
  launchctl unload /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
  sudo launchctl unload /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist
  sudo rm -rf /opt/X11* /Library/Launch*/org.macosforge.xquartz.* /Applications/Utilities/XQuartz.app /etc/*paths.d/*XQuartz
  sudo pkgutil --forget org.macosforge.xquartz.pkg

[ Go home ]