10.5: Set Help Viewer windows to non-floating mode
Tue, Jun 3 2008 at 7:30AM PDT • Contributed by: chleuasme
Tue, Jun 3 2008 at 7:30AM PDT • 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.
•
[10,694 views]
