OpenOffice 3.0 is now out for the Mac. Finder opens files that end in “.doc” with TextEdit by default, and “Open with…” doesn’t seem to stick. What to do?
- In the finder, find a file that ends in “.doc”,
- Click once to select it
- Choose File > Get Info...
- Find the “Open with:” section, and click the triangle to show the contents of that section.
- Choose OpenOffice
- Click “Change All…”
You’ll probably want to do this with .ppt, .xls, and .csv, too.
It was an odd choice to put the system-default web browser in a Safari preference pane and make other file types second-class citizens. Why not be consistent and make a System Preference pane for default applications?
Related posts:
- HOWTO enable the query log on MySQL on Mac OS X
Tailing the MySQL query log in real time can be a lifesaver for any developer, and it’s pretty easy to do: Make a file for the mysqld process to write...... - Set up JAVA_HOME to track Java Preferences.app on Mac OS X
Mac OS X’s Java Preferences.app has a pane for switching between versions of the JDK, but I just found out from a coworker (thanks, Mike!) that you can make your...... - Tips with iWork Pages
If you’re writing a book, new chapters need to start on the top of the next right page. To do this in openoffice, you Insert > Break, choose “Page”, then...... - How to bounce an application with Applescript
Say, for whatever reason, you want to bounce iphoto once an hour. You can do that with AppleScript and cron. Copy this into ~/bin/bounce-iphoto: #!/usr/bin/osascript on appIsRunning(appName) tell application "System......