From 59c28630840b7a0d25b760ab43a5ff185a70c06c Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 22 Oct 2011 13:46:00 +0300 Subject: Remove the green checkmark icons in Dropbox. --- .osx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.osx b/.osx index 3a5faff..116281c 100755 --- a/.osx +++ b/.osx @@ -150,5 +150,10 @@ hash tmutil &> /dev/null && sudo tmutil disablelocal # Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :( #echo "0x08000100:0" > ~/.CFUserTextEncoding +# Remove the green checkmark icons in Dropbox +file=/Applications/Dropbox.app/Contents/Resources/check.icns +[ -e "$file" ] && mv -f "$file" "$file.bak" +unset file + # Kill affected applications for app in Safari Finder Dock Mail; do killall "$app"; done \ No newline at end of file -- cgit v1.2.3