My MBA 2.0 just arrived here in Finland. NO 4 finger swipe.
bigrasmusdk: are you now on a second machine !?
I am using my trusted iMac
My MBA 2.0 just arrived here in Finland. NO 4 finger swipe.
bigrasmusdk: are you now on a second machine !?
Sorry, I meant have they now sent you two machines with the same problem?
Has anyone in Europe recieved a working four finger swipe??
H.
Got my second MBA today. No four finger swipe... this one is going back too. Maybe I should buy a normal MacBook instead.
I tried this, and by editing some files i managed to get the MBA to show the four finger swipe in the pref pane, but still it did not work. It is NOT a software issue, since we have the exact same SW and BUILD as the US builds.
If you're not in the U.S. it's been reported as a known issue and will be addressed in a software/firmware update. If that's the ONLY thing wrong, I'd hold on to it. Unless of course you don't want to for other reasons.
Just fixed the /System/Library/Extensions/AppleUSBMultitouch.kext on my MBA Rev B and now the four finger swipe works - just a minor problem
Just fixed the /System/Library/Extensions/AppleUSBMultitouch.kext on my MBA Rev B and now the four finger swipe works - just a minor problem
Come on tell us how, don't be too technical please !! Come on we need it
First of all, I have to say that it is dangerous if you don't know what you are doing - don't do it. It may brake your system !!!
open the Info.plist with an editor of your choice:
/System/Library/Extensions/AppleUSBMultitouch.kext/Contents/Info.plist
copy the entries:
<key>TrackpadFourFingerGestures</key>
<true/>
<key>TrackpadSecondaryClickCorners</key>
<true/>
to all WSTrackpad entries where they are missing.
After you corrected the plist you can check if everything is ok:
sudo kextload -t /System/Library/Extensions/AppleUSBMultitouch.kext
Now, the story isn't complete since there wasn't any change on my MBA after a simple reboot. So I turned the computer off and the next day it worked.
But once more, it's dangerous - be sure not to modify access rules/groups, make a backup copy before you start modifying. In the worst case it could be necessary to reinstall your system - DON'T BLAME ME !!!
Well, I am pretty noob and didn't dare but...
anybody tried it?