same desktop in X and 9

CrazyAlex

Registered
Hi!

Does anybody know how to get the same things on the desktop in both OS9 and OSX. I'm switching between them very often and I love to use the desktop for all the sh... I need for work.
Is there any way to get this done?
 
2 options (in my opinion)

1) Minimize to a bare minimum what you have on your MacOS 9 desktop and them make aliases of those on your OS X desktop

2) Just open up your MacOS 9 Desktop folder (the one on MacOS X's desktop) and just make it big enought to engulf the whole screen
 
There's an easier way than that ;)

Move all of the stuff out of your Desktop folder (in your user folder) to the OS 9 desktop folder. Then delete the Desktop folder out of your user folder, then go to the terminal and do this one:

ln -s /Volumes/OS9/Desktop\ Folder Desktop

(that assumes that you 1)are in your user folder when you issue the command - you will be if you just opened up the terminal, otherwise type cd before you do that, 2)OS9 is the name of the OS9 partition - I'm sure it's not, so replace OS9 with the actual name, and 3)it's not installed on the same partition or drive as OS X. If you installed OS9 on the same partition as OS X, I believe that Classics desktop folder is simply /Desktop\ Folder - use that one instead. You should verify that first. I don't have them on the same partition/drive, so I'm not sure :D)

What this does is make a symlink (think Unix's alias) from OS 9's Desktop folder to your user Desktop folder. You may or may not have the usual icon for the Desktop folder in your user folder after doing this one.

After doing this one, you'll need to log out then back in before the Finder will notice the switch. After this, you'll always be using the OS 9 desktop folder as your desktop folder. Note that whatever you place there under OS X will be there still if you boot into OS 9.

Note that this little trick can also be expanded to have ONE desktop for every user. Just a little sidenote on doing this: although one user won't be able to delete another user's stuff, they can place them in the trash! So this may be a good thing or a bad thing. ;)
 
The coolest thing I ever had on my "I-have-to-work-on-two-systems-machine". Thanks a lot. Yes put it to the FAQ!!!
Note, that you cannot just delete the OSX desktop folder. You have to do a "rm -R Desktop" in the terminal.

COOOL.
 
Back
Top