Tuesday, April 01, 2008
Sunday, March 30, 2008
OOO: Possible fix for the command timed out error on Leopard
With a change in the way that X11 works on Leopard, the X11 version of OpenOffice.org has been giving an error message on startup saying "command timed out". With previous versions of Mac OS X, OpenOffice.org had to make sure that X11 was running first be trying to start OpenOffice.org.
on openSoffice(aFile)"...."end openSoffice" with the following:Please comment on how this works for you.
on openSoffice(aFile)
if (atLeastOSXVersion(10, 5, 0)) then
-- if we have leopard, we don't need to manually start the X server first
set theCmd to "sh " & (quoted form of (POSIX path of getOOProgramPath() & "soffice")) & " "
do shell script theCmd & aFile & shellTerminator()
else
set theDisplay to startXServer()
if (theDisplay is equal to "error") then
return
end if
set theEnv to "DISPLAY=" & theDisplay & " ; export DISPLAY; "
set theCmd to "sh " & (quoted form of (POSIX path of getOOProgramPath() & "soffice")) & " "
do shell script theEnv & theCmd & aFile & shellTerminator()
-- logEvent("open CMD: " & theEnv & theCmd & aFile)
end if
end openSoffice
Posted by Shaun McDonald at 8:58 pm 72 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Apple, AppleScript, bug, Mac OS X, OpenOffice
Thursday, March 27, 2008
OpenOffice.org 2.4 on Mac OS X [Update: now available]
The release of OpenOffice.org 2.4 (X11 version) is a little behind the other platforms due to a lack of resources in the QA process, as many of the resources have been placed on the upcoming aqua version. It will be another few days to week before they are available on the mirrors and the Mac Port download pages will be updated at that point.
Posted by Shaun McDonald at 2:49 pm 0 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Aqua, Download, Mac OS X, OpenOffice
Wednesday, March 19, 2008
New OpenOffice.org Aqua Development Release
Head over to the OpenOffice.org Mac Porting web site for the latest development build.
- Printing now uses an aqua native print dialog
- Various bugs, crashes, performance, and cosmetic improvements
- The native file picker should work now (though there are 2 unlabeled checkboxes)
- The QuickStarter is now supported on Mac OS X
- Copy and Paste now works in the Hyperlink dialog
- Icons are no longer shown in the menus by default on Mac OS X
- Extentions can now be installed through the GUI
- Improved scrolling when using a scroll wheel
- Real version number is shown in the Mac OS X Finder's Get Info Window.
- The recent items list in the Apple menu is now populated
- Faster loading and saving of files
- New Start Centre
Posted by Shaun McDonald at 7:23 pm 5 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Aqua, Mac OS X, OpenOffice
Thursday, December 13, 2007
BBC's iPlayer now compatible with Mac OS X
After reading a macnn article. I have now found out that the BBC's Player is now supported on Mac OS X. It is great that I can now watch BBC content from within Safari. The player only has a short buffer, though you can jump to any part of the video and it will start playing from there with very little delay. You have to remember that I have an internet connection of about 7Mbit downstream and around 0.8Mbit upstream. Therefore I don't know how people on slower connections will manage.
Friday, November 30, 2007
OpenOffice.org on Mac OS X Leopard
Mac OS X 10.5 Leopard was launched by Apple Inc. about one month ago.
Posted by Shaun McDonald at 7:40 am 4 comments go to http://blog.shaunmcdonald.me.uk/
Labels: Leopard, Mac OS X, OpenOffice
Sunday, August 12, 2007
Clean re-install of Mac OS X
Today I have spent some time re-installing Mac OS X on my MacBook. It has been over a year now since I have bought the MacBook, and have only once done a clean install on it so far.
Posted by Shaun McDonald at 11:06 pm 0 comments go to http://blog.shaunmcdonald.me.uk/
Wednesday, July 25, 2007
Can launch PPC apps again
Since installing the Quicktime 7.2 and iTunes 7.3.1 updates on my MacBook, I've been unable to launch PPC applications through Rosetta. It appears that having Java 6 installed has caused the prebinding process to crash.

