Jun 03, '08 07:30:00AM • Contributed by: chleuasme
The following Terminal command will revert the Help Viewer window to its "not always floating" 10.4 behavior:
defaults write com.apple.helpviewer NormalWindow -bool true
Additionally, execute the following (bash) commands as an administrator in Terminal to have access to the application via Command-Tab or its Dock icon:
i=/System/Library/CoreServices/Help\ Viewer.app/Contents/Info.plist
sudo defaults write "${i%.plist}" LSUIElement 0
sudo chmod 644 "$i"
Sources:
- Non-floating window command from Ars OpenForum.
- Command-Tab and Dock icon from macosxhints.
