Blog Archives

Office not working on Lion?



If you are having trouble opening any Microsoft Office apps — Word, Excel, Powerpoint — on your new OS X Lion installation the problem is most likely that you have Office for Mac: 2004. One of the main shifts from Snow Leopard to Lion is that the latter does not support what is known as PowerPc apps, and significantly that includes the 2004 edition of MS Office.

If you want to stick with Lion you have three options:
 
1. Upgrade to Office 2008 or 2011
The simplest solution, but of course it adds to the cost of the Lion upgrade.
 
2. Download the free Office suite LibreOffice
LibreOffice is not only free, open source software, but it will both import and export to all Office formats. The interface may look a bit dated, but the functionality is just as sophisticated and arguably even more powerful in some respects than Office.
 
3. Buy Apple’s equivalent software from the App Store
Apple offers ‘Numbers’ (for spreadsheets), ‘Pages’ (for word processing) and ‘Keynote’ (for powerpoint) as their own alternatives to Microsoft’s signature software package. These will all import your old 2004 Office files and export to MS format. Currently these are retailing at $19.99 each in the App store, so if you only use one of the MS programs this could be significantly cheaper than upgrading to the latest version of Office. You’ll also get AutosaveVersions and full screen functionality built in.

If you are loathe to part with your Office for Mac: 2004 for some reason, then the fourth option is to revert to Snow Leopard. This should be possible so long as you didn’t buy a new Mac that came pre-installed with Lion.

Related articles:
running PowerPc apps on Lion
will my old apps work with Lion?
how to turn a Lion into a (Snow) Leopard

featured picture: Office for Mac alternative icons by deleket

how to fix permissions (Permissions Pt 2)


(This post continues from here on file permission problems.)

Did you know there are two levels of permissions on your mac? User level and system level. Most discussions of fixing permissions only discuss the latter, but you may also need to fix the former (also sometimes called ‘ACLs’) for some problems caused by upgrading Lion on top of Snow Leopard.

4. System Level Permissions
You can safely repair your system level permissions at any time, and doing it once in a while is a good maintenance activity even if you’re not experiencing any problems. It’s also the first thing to do as soon as you notice any problems with apps launching, file access problems, or your computer seems to be running unusually slow.

How to do it:
— 1. Go to Applications > Utilities > Disk Utility.app and double click the app to open it.

— 2. Click your HDD icon in the left column (if you have more than one, click the one that contains your startup disk).

— 3. If it is not already selected, click on the ‘First Aid’ tab. Choose the ‘Repair Disk Permissions’ button near the bottom of the window (see the larger of the two windows in the screenshot above).

— 4. Wait for the process to finish (it could take ten minutes or more), then quit Disk Utility. You can ignore most of the error messages that appear unless they’re in red.

5. User Level Permissions (ACLs)
These permissions apply only to your ‘Home’ folder and its contents, and if you have more than one user you will need to do this procedure for any user experiencing a problem. However, unlike system level permissions, repairing ACLs isn’t something you should do unless there is a specific issue to be solved. Problems that this repair might help with include permission conflicts inherited from an earlier Snow Leopard or Leopard installation, such as Finder always asking for your password when you try to delete, move or copy a file.

To reset the ACLs in Lion: (To reset the ACLs in Leopard/Snow Leopard have a look here.)

— 1. Remove the current ACLs by opening Terminal.app (Applications > Utilities > Terminal.app) and copy and pasting this command:

sudo chmod -RN ~

Press return. You’ll be asked for your password. Notice that when you type it in you won’t see anything on the screen. Press return again. If you get an error message, you probably didn’t type in your password correctly. Repeat this step till its accepted. It will take some time to complete. Then paste this command into Terminal also:

sudo chown -R `id -un` ~

and press return. Enter your password again if necessary.

— 2. Press the Power button on the computer and choose ‘Restart’. When the screen goes blank, hold down the ‘command’ and ‘R’ keys on the keyboard until you hear the start up chime. In the menu bar at the top, choose Utilities > Terminal

— 3. At the Terminal prompt type

resetpassword

Then hit ‘Return’

— 4. Forget about resetting your password; what you’re looking for is your hard disk icon at the top. Hit that, and then from the drop-down menu select your user account.

— 5. Go to the bottom of the dialogue window – leaving all password fields blank – and choose ‘Reset’ under ‘Reset Home Folder Permissions and ACLs’ (see the smaller of the two windows in the screenshot above, inside the red dotted line).

— 6. When the process finishes, quit everything and restart your Mac. 🙂


Related Posts
How to Troubleshoot Your Mac with FT2
can’t create kext cache error
FastTasks – download the free OS X utility app from Applehelpwriter

%d bloggers like this: