Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Set Help Viewer windows to non-floating mode' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Set Help Viewer windows to non-floating mode
Authored by: luigi193 on Tue, Jun 3 2008 at 7:43AM PDT
This is an AWESOME hint, I hate the way the Leopard help viewer works...
That second command didn't work...
I only dabble in UNIXY stuff, and just started learning it... but I think, unless i'm wrong, you need a "backslash space" thingy after help and before viewer right?
 i=/System/Library/CoreServices/Help\ Viewer.app/Contents/Info.plist
sudo defaults write "${i%.plist}" LSUIElement 0
sudo chmod 644 "$i"
I think thats right... but if theres another way I'm sorry...

[ Reply to This | # ]
10.5: Set Help Viewer windows to non-floating mode
Authored by: pete on Tue, Jun 3 2008 at 8:09AM PDT
The other way is to put quotes around the application name...

"Help Viewer.app"

All worked OK for me.

[ Reply to This | # ]
10.5: Set Help Viewer windows to non-floating mode
Authored by: chleuasme on Tue, Jun 3 2008 at 9:11AM PDT
The backslash was indeed mangled during the Hint submission.

Hopefully, robg will certainly correct it :-)

[ Reply to This | # ]

10.5: Set Help Viewer windows to non-floating mode
Authored by: robg on Tue, Jun 3 2008 at 8:37PM PDT
I love Geeklog. I love Geeklog. I love Geeklog. I love Geeklog.

OK, Geeklog's got its strong points, but dealing with special characters isn't one of them :). Supposedly this is greatly improved in 1.5, which is due out very soon now.

The missing backslash has been restored. Sorry about that.

-rob.

[ Reply to This | # ]