10.5: Set Help Viewer windows to non-floating mode |
|
|
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 trueAdditionally, 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.plistsudo defaults write "${i%.plist}" LSUIElement 0sudo chmod 644 "$i"Sources:Non-floating window command from Ars OpenForum.Command-Tab and Dock icon from macosxhints.[robg adds: This hint makes the second half of ...
|