I found it impossible to copy an image in MacOS X and paste it into FirstClass (Classic). One way to solve the problem is to drag the picture from the web browser and down to Quicktime Player in the dock and then copy the frame/image in that application - after that I could paste it into FirstClass.
I'm sure most people have noticed by now that using the Show Info cut & paste method of changing an app's icon doesn't work quite as well as one would like. Specifically the app will revert to showing its original icon when in the dock. Here's how to change an apps icon(s) permanently...
To do this you may need IconComposer which can be found in /Developer/Applications after installing from the Developer CD. I say "may" because you can do it without this tool if you just want to substitute one app's icons for another's.
For this explanation we will give Sherlock the icons from Chess. Hey, its just an explanation.
Read the rest of this article if you'd like a step-by-step on replacing an app's icon more permanently than copy/paste appears to...
[Editor's note: See Geoff's comments; apparently this only works the first time you try it! There's an alternative suggested in the comments which may work better.]
I have managed to get Mail.app to handle sendmail mail by cheating... I am assuming that you're running sendmail OK but have been using mail or pine or somesuch to read mail.
Do this:
in the terminal, copy the folder heirarchy of another of your mailboxes (in ~/Library/Mail/Mailboxes).
Switch into the newly created directory, and instead of mbox, do:
ln -s /var/mail/user_name mbox
where user_name is your username. Restart Mail.app and you should now be able to manage mail downloaded from sendmail in Mail.app
If anyone knows a better way, preferably from within Mail.app instead of silly hacking, please let me know!!!
Cheers,
Geoff Saulnier - Mac, *NIX, perl, hack!!
[Editor's note: I'm not running sendmail locally, so I have not tried this myself]
I recently changed my password as administrator in osX. Now everytime I want to do anything that involves the keychain I have to give my password whereas before it would let me have access automatically. This is particularly annoying when I want to access my email, (I use Eudora 5.1). Is there anyway to get my keychain to recognize my new password without me having to enter it everytime?
I just discovered this. Command-R shows a MacWrite like ruler in TextEdit. I looked for help on this topic but found nothing. Don't know how to make the different tab types work but the added functionality is a welcome discovery.
[Editor's note: I'd overlooked this one myself, as I usually use TextEdit in plain text mode. To enable the rulers, you must first make sure you're in Rich Text mode (Edit -> Make Rich Text). Once you've done that, you can, indeed, show the rulers.]
I run the SETI@home command line program on both cpus in my OSX box. After doing this for many months I finally got sick of seeing their terminal icons in the dock, so decided to run SETI in the background and not tie up a terminal (or two) to monitor SETI output.
Read the rest of this article for an excellent tutorial on how to set up Seti to run without requiring a terminal window...
(this trick has been around for OS 9.1 before, but I adapted it for OS X)
If you have a CD burner similar to one supported by Apple (for instance a MATSHITA CD-RW CW-7585 which is the same as the CD-RW CW-7586, apart from the maximum cache RAM), it's very easy to have it seen by iTunes 1.1.1.
First log in as root. Then go to:
/System/Library/PrivateFrameworks/DiscRecording.framework/
Versions/A/Resources/DevicePlugIns
[Editor: Broken onto two lines for narrower width; enter as one path]
and find the plugin for you CD burner maker (here "MatshitaCDR.device-plugin"). Make a copy of the file for safety. Then open the file with an hex editor and locate the string with the supported CD burner ID (here "CD-RW CW-7586"). Change it for your CD burner ID ("CD-RW CW-7585"). Save the file. Reboot and you're done!
I haven't seen this mentioned anywhere, but document title bars in OS X apps (at least the few I've tested like TextEdit and Graphic Converter) behave like the title bars for OS 9 folders when you command-click on them.
Namely, if you command-click on the title of the document, it turns into a menu showing the location of the file (parent folder, then its parent, etc. all the way to the drive it's on). Selecting a folder or drive from the menu opens that folder in the Finder. Note, you have to click on the center of the title bar where the text of the title is.
Similarly, clicking and holding the document icon in the title bar let's you do things like move the file (by dragging it to folder), or open it with another application (by dragging it over an application in the dock or Finder). It doesn't appear that you can use this to move a document to the trash however (moving an active document to the trash would be an odd thing to do usually).
[Editor: Note that this is default behavior for Cocoa apps such as TextEdit. In OS 9 (and hence, Carbon apps), it's my understanding that it was possible to have this behavior, but it was not enabled by default. So you may or may not see it in Classic and Carbon apps.]
Kirke Lawton
(Love this site, BTW. Hope this tip helps someone. To me it's one of those "little things" that is so cool about the Mac way.)
This may seem basic and stupid but it sure helped me out... I have too keep several of my X boxes logged in as a normal user because they are public machines. However I found that whenever I needed to do anything that calls for admin access (ie prebinding), I had to log out and log back in, which is not very convinient.
So I tried typing login in a terminal window and it let me login to terminal as an admin so that I could run the prebinding comand. Handy or not it is cool to know!
[Editor's note: Definitely handy if you login as a non-admin user at times, and want quick access to the admin account!]