Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > macOS > Official Mac OS X 10.5 Leopard Tips & Tricks Thread

Official Mac OS X 10.5 Leopard Tips & Tricks Thread (Page 2)
Thread Tools
~bash $
Forum Regular
Join Date: Feb 2007
Status: Offline
Reply With Quote
Nov 5, 2007, 10:07 PM
 
Hey, not sure if this one is documented, but it totally increased the utility of Stacks for me:

--Open a stack, say in grid mode for Applications.
--Clicking cmd + an icon will reveal it in the finder.
--option + an icon will open the item in the background AND keep you Stack open, so you can open other things without closing the stack!
--option + cmd + an icon will reveal it behind your grid stack and keep the grid open.
     
opus_az
Junior Member
Join Date: Dec 2006
Status: Offline
Reply With Quote
Nov 6, 2007, 01:00 AM
 
Not too exciting but it's good news to me:

Not only can you start screen sharing session with the url vnc://ip.address which launches the authentication window, but you can bypass the authorization step by including it in the URL vnc://name:[email protected] and be taken directly to the computer's screen. This is, of course, similar to a ftp url.

The downside is I assume the name and password would be sent in clear text, whereas I'd hope the authentication window would have some encryption in it. But still, for my office's ethernet LAN this will be good for me.

I envision a bookmark folder giving me all my clients' screens a single mouseclick away.
( Last edited by opus_az; Nov 6, 2007 at 01:20 AM. )
     
Matari
Fresh-Faced Recruit
Join Date: Apr 2007
Location: England
Status: Offline
Reply With Quote
Nov 6, 2007, 04:02 PM
 
Cool themes: LeopardDocks.com
     
fisherKing
Professional Poster
Join Date: Jan 2001
Location: brooklyn ny
Status: Offline
Reply With Quote
Nov 6, 2007, 07:08 PM
 
Originally Posted by Matari View Post
Cool themes: LeopardDocks.com
you mean this?

go before the apple legal team does it terminator thing...
"At first, there was Nothing. Then Nothing inverted itself and became Something.
And that is what you all are: inverted Nothings...with potential" (Sun Ra)
     
Kevin
Baninated
Join Date: Oct 2002
Location: In yer threads
Status: Offline
Reply With Quote
Nov 7, 2007, 08:55 PM
 
Leopard's Safari has a new Inspect element information.

For example



Not sure if this was already known before. New to me.
     
dggraphics
Forum Regular
Join Date: May 2002
Location: NYC
Status: Offline
Reply With Quote
Nov 8, 2007, 02:20 PM
 
LeopardDocks.com has a bit more to choose from.
     
analogika
Posting Junkie
Join Date: Feb 2005
Location: 888500128
Status: Offline
Reply With Quote
Nov 8, 2007, 03:58 PM
 
yeah, but the leoparddocks.net ones actually look good.
     
Joshua Rex
Fresh-Faced Recruit
Join Date: Nov 2007
Status: Offline
Reply With Quote
Nov 8, 2007, 06:41 PM
 
Hello,

I change my permissions to no access to everyone. Now I cannot reboot!! Help!!
     
mdc
Addicted to MacNN
Join Date: Feb 2003
Location: NY²
Status: Offline
Reply With Quote
Nov 8, 2007, 07:12 PM
 
Originally Posted by Kevin View Post
Leopard's Safari has a new Inspect element information.

For example

http://pages.suddenlink.net/kevin/gui/inspect.png

Not sure if this was already known before. New to me.
How do you get that?
     
Art Vandelay
Professional Poster
Join Date: Sep 2002
Location: New York, NY
Status: Offline
Reply With Quote
Nov 8, 2007, 07:46 PM
 
Right-click on a web page and select "Inspect Element"
Vandelay Industries
     
Kevin
Baninated
Join Date: Oct 2002
Location: In yer threads
Status: Offline
Reply With Quote
Nov 9, 2007, 03:40 AM
 
Someone told me that they couldn't get that either with Leopard. Might you have to have Dev tools installed?
     
mdc
Addicted to MacNN
Join Date: Feb 2003
Location: NY²
Status: Offline
Reply With Quote
Nov 9, 2007, 07:41 AM
 
I have a new 10.5 install and I don't see it. I'll install the Dev tools later today and try again.
My right click menu has:
Reload
Open in Dashboard
-----
View Source
Save Page As...
Print Page...
     
Kevin
Baninated
Join Date: Oct 2002
Location: In yer threads
Status: Offline
Reply With Quote
Nov 9, 2007, 08:15 AM
 
I have a "Inspect Element" in 10.4 it was a transparent black color. Now in 10.5 they changed it.

I've always installed dev tools because it always gave me extra modding and viewing options.
     
Simon
Posting Junkie
Join Date: Nov 2000
Location: in front of my Mac
Status: Offline
Reply With Quote
Nov 9, 2007, 09:23 AM
 
I'm guessing you have to enable the Debug menu first. TinkerTool will help you do that.
     
Charles Bouldin
Dedicated MacNNer
Join Date: Apr 2001
Location: Gaithersburg, MD, USA
Status: Offline
Reply With Quote
Nov 12, 2007, 10:51 AM
 
A Leopard compatible Pith Helmet is out. Every time I have to do without PH for a few days I realize how much I like it and how bad the internet is without it. Available via versiontracker.
     
Simon
Posting Junkie
Join Date: Nov 2000
Location: in front of my Mac
Status: Offline
Reply With Quote
Nov 12, 2007, 12:49 PM
 
Originally Posted by Charles Bouldin View Post
A Leopard compatible Pith Helmet is out. Every time I have to do without PH for a few days I realize how much I like it and how bad the internet is without it.
Me too. But the developer was taking forever to update PH. Fortunately in the meantime I discovered SafariBock. Very nice. So nice actually, that I've replaced PH with it.
     
King Bob On The Cob
Mac Elite
Join Date: Apr 2002
Location: Illinois
Status: Offline
Reply With Quote
Nov 15, 2007, 04:10 AM
 
Command line bits I've been discovering...

Since Netinfo is gone,

dscl /Local/Default - replacement for nicl, you can do most of the same things after you open that (create /Users/test uid 503 and the like)

dsenableroot - Convenient way to enable the root user account.

systemsetup and networksetup include new features to make that initial setup easier if you want to do it via command line.

/etc/rc no longer exists, so you've gotta do it the long way. (with mach_init.d and SystemStarter)

Want to start up Directory Services from the command line so you can edit the local saved accounts from single user mode?

launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServicesLocal.plist
     
Simon
Posting Junkie
Join Date: Nov 2000
Location: in front of my Mac
Status: Offline
Reply With Quote
Nov 15, 2007, 05:03 AM
 
Since we're talking about the CLI, you should check out qlmanage. You can use it to invoke QuickLook right from the CLI.

I set up this alias for it:
[codex]ql ='qlmanage -p $1 &> /dev/null &'[/codex]
     
Geobunny
Mac Elite
Join Date: Oct 2000
Location: Edinburgh, Scotland
Status: Offline
Reply With Quote
Nov 16, 2007, 09:26 PM
 
Originally Posted by opus_az View Post
Not only can you start screen sharing session with the url vnc://ip.address which launches the authentication window, but you can bypass the authorization step by including it in the URL vnc://name:[email protected] and be taken directly to the computer's screen. This is, of course, similar to a ftp url.
Wow, excellent tip. Thanks! This, coupled with Quicksilver means I can use 10.5's built-in ScreenSharing app rather than the slower Chicken of the VNC (which admittedly has served me very well up until now)

The downside is I assume the name and password would be sent in clear text, whereas I'd hope the authentication window would have some encryption in it.
If you save the password in your keychain, you don't need to store it in the URL link. Means anyone who has physical access to your machine can still get VNC access to a remote one but at least they'll not have your VNC password.
ClamXav - the free virus scanner for Mac OS X | Geobunny learns to fly
     
Kevin
Baninated
Join Date: Oct 2002
Location: In yer threads
Status: Offline
Reply With Quote
Nov 17, 2007, 05:23 PM
 
Originally Posted by Simon View Post
I'm guessing you have to enable the Debug menu first. TinkerTool will help you do that.
Was that a reply to me? If so, I've had the debug menu in effect since Safari's inception.
Originally Posted by Simon View Post
Fortunately in the meantime I discovered SafariBock. Very nice. So nice actually, that I've replaced PH with it.
Yeah I've been using Safariblock for a LONG time with good results. Never had any problems with it either.
     
Kevin
Baninated
Join Date: Oct 2002
Location: In yer threads
Status: Offline
Reply With Quote
Nov 19, 2007, 10:08 AM
 
BTW fix your dock woes...

HierarchicalDock 1.0 - MacUpdate
     
sogbrightlight
Forum Regular
Join Date: Oct 2007
Location: Pensacola, FL
Status: Offline
Reply With Quote
Nov 19, 2007, 03:33 PM
 
That doesn't conflict with anything does it?
Bla Bla Bla
     
Geobunny
Mac Elite
Join Date: Oct 2000
Location: Edinburgh, Scotland
Status: Offline
Reply With Quote
Nov 21, 2007, 01:08 PM
 
Originally Posted by sogbrightlight View Post
That doesn't conflict with anything does it?
No, it doesn't. It's actually quite cunning how it works: you drag a folder onto the application window and you're then given an icon to drag to the dock.

That icon is nothing more than a tiny file which tells a helper application which folder contents to display when you click on it. It then generates a hierarchical menu at the approximate mouse position and lets you navigate and open files/folders. There are a couple of quirky bugs but it's a very welcome addition.
ClamXav - the free virus scanner for Mac OS X | Geobunny learns to fly
     
mdc
Addicted to MacNN
Join Date: Feb 2003
Location: NY²
Status: Offline
Reply With Quote
Nov 29, 2007, 11:26 PM
 
I was looking around in /System/Library/CoreServices today and found the app Screen Sharing.
It is the same app that gets used when you share a screen in the Finder sidebar, but when you open the app it asks for a hostname.

I plan to try using this app through the internet to another Mac and see if it'll work.
     
Kevin
Baninated
Join Date: Oct 2002
Location: In yer threads
Status: Offline
Reply With Quote
Nov 30, 2007, 07:42 AM
 
Originally Posted by mdc View Post
I was looking around in /System/Library/CoreServices today and found the app Screen Sharing.
It is the same app that gets used when you share a screen in the Finder sidebar, but when you open the app it asks for a hostname.

I plan to try using this app through the internet to another Mac and see if it'll work.
I am curious as to what happened.
     
Don Pickett
Professional Poster
Join Date: Mar 2000
Location: New York, NY, USA
Status: Offline
Reply With Quote
Dec 16, 2007, 04:18 PM
 
Originally Posted by King Bob On The Cob View Post
/etc/rc no longer exists, so you've gotta do it the long way. (with mach_init.d and SystemStarter)
Yeah. I had to make /etc/sysctl.conf to replicate my former settings.
The era of anthropomorphizing hardware is over.
     
ctw
Fresh-Faced Recruit
Join Date: May 2001
Status: Offline
Reply With Quote
Feb 11, 2008, 09:29 PM
 
These may be new, or may not. I just don't remember seeing either of them before 10.5.2.

Now you can arrange/sort desktop icons with keystrokes:
control+option+command+(1 thru 6).

Also in 10.5.2, at the bottom of a Finder window you can display your path. Choose View > Show Path Bar
     
Simon
Posting Junkie
Join Date: Nov 2000
Location: in front of my Mac
Status: Offline
Reply With Quote
Feb 12, 2008, 01:33 PM
 
At least the latter was around ever since Leopard came out.
( Last edited by Simon; Feb 17, 2008 at 04:18 AM. Reason: spelling)
     
Geobunny
Mac Elite
Join Date: Oct 2000
Location: Edinburgh, Scotland
Status: Offline
Reply With Quote
Feb 16, 2008, 11:54 AM
 
Slightly buggy, but definitely a huge improvement to Spaces. As of 10.5.2 we can now turn off the auto-space-switching when you click another app in the Dock or command-tab to it. This actually makes Spaces usable again for me
In the terminal:
defaults write com.apple.dock workspaces-auto-swoosh -bool NO
killall Dock
Two minor bugs are immediately apparent:
1) If an app is assigned to one particular space, you are no longer transported there automatically - more of a side effect than a bug I suppose.
2) While command-tab brings your app to the foreground, it doesn't always bring all the windows with it. Hitting F10 (exposé app-only windows) twice in rapid succession will fix that though.
ClamXav - the free virus scanner for Mac OS X | Geobunny learns to fly
     
MartiNZ
Senior User
Join Date: Aug 2002
Location: Auckland, NZ
Status: Offline
Reply With Quote
Mar 9, 2008, 08:30 PM
 
Here's something I just discovered, that improved the utility of Leopard's Finder view options panel no end. I very much missed Tiger's option 'open all windows like this' or whatever it was called, and lamented the loss of it in Leopard - until I just discovered:

If you hold down option, the 'use as defaults' button becomes 'restore to defaults'! Bonus!
     
TravisReynolds
Junior Member
Join Date: Mar 2008
Location: Seattle
Status: Offline
Reply With Quote
Mar 11, 2008, 02:19 AM
 
downlaod mac pilot

it allows you to totally customize your amc!
From the one, and Only Travis Reynolds. You stay classy San Diego
     
turtle777
Clinically Insane
Join Date: Jun 2001
Location: planning a comeback !
Status: Offline
Reply With Quote
Mar 11, 2008, 12:18 PM
 
Originally Posted by Geobunny View Post
Slightly buggy, but definitely a huge improvement to Spaces. As of 10.5.2 we can now turn off the auto-space-switching when you click another app in the Dock or command-tab to it. This actually makes Spaces usable again for me
LOL, I LOVE this feature.

Why don't you like it ?

-t
     
jorgem4
Mac Enthusiast
Join Date: Aug 2003
Location: Mil Wau Kee
Status: Offline
Reply With Quote
Mar 28, 2008, 09:30 AM
 
I have been putting together tips for my New Mac owner friends...so very basic but other a bit more interesting...they are here
     
 
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 12:21 PM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,