Tag Archives: Apple

Mac OS X 10.5.6 Update is here

Finally, after a long wait Mac OS X 10.5.6 Update is here.

There are a lot of changes, make sure you get the update soon :-)

Update: Some users reported that their download was in the range of 190MB. I have a new MBP and my download was 377MB!

Comments { 74 }

Time Machine disables Bluetooth

I have to admit, that I haven’t used much of the build in features of MacOS X in the past, so I haven’t really hit any problems in running my setup.

So, today I thought that I give Time Machine a try. I mean, after all it sounds very impressing and I also want to travel, at least once, trough space with my Mac.

Connecting my LaCie Rugged Firewire drive was a no brainer, but as soon as I enabled Time Machine my connection to my Logitech TravelMouse Bluetooth enabled Mouse was lost! Surely, I must have hit a “disable bluetooth” button or alike somewhere, right? Or is the battery of my mouse dead? Bluetooth is still on?

Well, it turns out that on some machines, as soon as you turn on Time Machine you will loose connection to your bluetooth devices! It also turns out that I am not the only one with Time Machine problems. If you read trough this Apple Discussion topic you will see that there are some other “mean errors” involved with Time Machine.

So far for now, let’s hope that Apple will fix these issues in the upcoming 10.5.6 release (which apparently is ready to be released).

Comments { 8 }

Apple forgot the – disable Trackpad settings – for the new MacBooks and a workaround

I have to say that the new MacBook’s are really great workhorses and I like it a lot (well, have to be honest I switched from a new MacBook to a MacBook Pro for the greater screen estate).

For some, like myself, I can not really “dig” the new Trackpad. It is ok to work with, but I liked the “old” Trackpad much better. Maybe future revisions will work better and Apple might make the Trackpad “less glassy”. So for home usage, or if you have space around you, I definitely suggest to get a external mouse.

That’s exactly, how I work most of the time from home and today when my 3 1/2 year old decided he wanted to play with “daddy’s trackpad” while I had my Bluetooth mouse connected I thought “no go Junior”. To my surprise the Trackpad worked, event thought I had an external mouse connected.

No sweat. A quick trip to the System Preferences -> Keyboard & Mouse -> Trackpad settings and enable that “Disable trackpad when external mouse is connected”, right? Well, I was quite surprised to not be able to find the setting in ANY of the settings, neither in the “old” place under Keyboard & Mouse…

nor in the new Trackpad one.

To my surprise I did not find any relevant information about this on the net. Looking over at the Apple Discussion Board did not bring anything up either. Thus, either Apple is unaware of this issue (which I doubt) or no one cares (which I doubt as well). Luckely, I have another “old” MacBook Pro around and thus looked up the settings in the “.GlobalPreferences.plist” (located at UserDir/Library/Preferences).

Just as I thought the GlobalPreferences on the new MacBook Pro is missing the setting for “com.apple.mouse.ignoreTrackpadIfMousePresent” which was present in my old MacBook Pro. So, the obvious thing to do was to edit the file “.GlobalPreferences.plist” and add that setting.

Editing this file should only be done if you know what you are doing! In my case I have had no success in modifying the file with “vi”, “emacs” or “pico” as they don’t read the XML format file nicely. Thus my old and in my opinion best text editor BBEdit came to help. The great thing about it that it comes with a shell extension. Thus opening the file is a simple: “bbedit .GlobalPreferences.plist” (BBedit will give you a error message if you try to open the file otherwise!).

Once the file is open insert the lines:

<key>com.apple.mouse.ignoreTrackpadIfMousePresent</key>
<integer>1</integer>

These line should go right above the line “<key>com.apple.mouse.tapBehavior</key>”!

Now save the file and log out and you should not be able to use the Trackpad anymore when your external mouse is connected.

Comments { 389 }

MacOS X 10.5.5 is here

Apple just posted the latest MacOS X upgrade 10.5.5 on Software Update. Looks like it is not available on Apple’s download site yet. Here are the final release notes.

Comments { 39 }