Saturday, August 23, 2008

Hiding the menubar on Safari

Safari lost it's "hide menubar" preference, so I had to add it again. I have to do this so I can minimize windows when I remote desktop to my work computer through Citrix.

I added this (in alphabetical order, after LSUManagement...) to the info.plist file (without the quotes and spaces):
"< "key" >LSUIPresentationMode< /key >
< "integer" >4< /integer >
"

To get to the info.plist, I right-clicked on the Safari app, clicked on "Show Package Contents" and then found the info.plist file.