image
image

Go Back   macosx.com > Mac Help Forums > HOWTO & FAQs

Reply
 
Thread Tools
  #1  
Old November 5th, 2003, 10:47 AM
bobw's Avatar
The Late: SuperMacMod
 
Join Date: Mar 2001
Location: Phila,PA
Posts: 8,835
Thanks: 0
Thanked 2 Times in 1 Post
bobw has a spectacular aura aboutbobw has a spectacular aura about
Trash on Desktop

This is from http://www.macosxhints.com

Here's how you can use Panther's Folder Actions to create an icon for the Trash on your desktop, or the Finder toolbar/sidebar. Note that the icon won't change depending on whether there are items in the trash.
Launch Script Editor and type in this code:
on adding folder items to thisfolder after receiving theseitems
tell application "Finder"
repeat with i in theseitems
move i to trash
end repeat
end tell
end adding folder items to

on opening folder thisfolder
tell application "Finder"
set target of the front window to trash
end tell
end opening folder

Save the script to ~/Library -> Scripts -> Folder Action Scripts and name it "Trash."
Create a folder on your desktop named "Trash." You'll probably want to change its icon to match the Trash.
Enable Folder Actions by control-clicking on the Desktop and choosing "Enable Folder Actions".
Control-click on the folder "Trash" and choose "Attach a Folder Action." Browse to ~/Library -> Scripts -> Folder Action Scripts (if it's not already selected) and choose "Trash." as the script to use.
And you're done. You can add this folder to the Sidebar in Finder windows, or right-click the Toolbar and choose "Customize" and then drag this folder onto your Finder toolbar.
__________________

Reply With Quote
Reply

Thread Tools

Posting 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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 07:11 AM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.