Found this on digg. What do you all think.
http://t.ecksdee.org/post/19001860
I included a picture of my dock using it.
http://t.ecksdee.org/post/19001860
I included a picture of my dock using it.
Thanks for the link. Adds a nice touch.Found this on digg. What do you all think.
http://t.ecksdee.org/post/19001860
I included a picture of my dock using it.
Question: Is stacks just a short cut to your actual application folder? or is it a duplicate?
I would really like to have my stack of applications be only the applications I use regularly.
Question: Is stacks just a short cut to your actual application folder? or is it a duplicate?
I would really like to have my stack of applications be only the applications I use regularly.
Stacks are just a fancy of showing an alias, so to do what you want you would have to create a folder with those applications in and then drag that to the dock.
Just create the folder inside your applications folder then move then into that. Then drag that folder to the dock.
This won't duplicate them.
Oh ok that makes sense. Cool thanks.
Now does anyone know my Terminal question?
Ok I've just done it on my system.
The process is this.
- Download the icon and put it any stacks folder you want to be displayed like that.
- (Whenever you put a command into terminal do not put the quote marks)
Then open up terminal and type "cd ~/Downloads" or it with the path to the folder in question. e.g. "cd /Applications" or "cd /Applications/unusedapplications" If there is a space in your path then you will have to put a \ before the space like this "cd /Applications/unused\ applications"- Then paste this into terminal "touch -mt 202001010101.01 DownloadsIcon"
- To do another stack go back to step 2
Just realised that i totally missed something.
When you expand DRAWERS_icon_#1.zip it is actually a folder with lots of icons in it. So open that and copy the respective files to their folder.
Then you should have the correct looking stack.
This is what i did
cd /Applications
touch -mt 202001010101.01 DownloadsIcon
cd ~/Downloads
touch -mt 202001010101.01 DownloadsIcon
cd /Users/xUKHCx/Documents/University/4th\ Year
touch -mt 202001010101.01 DownloadsIcon
To save you having to write out the path you can type in
cd
without pressing enter then drag and drop the folder you want into the terminal window and it will then complete the line for you and then press enter.
However you seem to have a file in your document stack that is called "downloadsicon" if you move this out of downloads then hopefully it will display properly.
You can create stack icons rather simply using the <s> OS </s> GUI.
Just create a folder with whatever icon you like and name it "__foldername alias". But put the _, or double _ before it to make it the first folder.
![]()
-mj
You can create stack icons rather simply using the <s> OS </s> GUI.
Just create a folder with whatever icon you like and name it "__foldername alias". But put the _, or double _ before it to make it the first folder.
![]()
-mj
I deleted the file, but still no luck. I still either get nothing to happen, or I get a blank document to come up in the front...
If you have it set to date modified rather than date added the download stack won't work correctly. Safari saves the file with the modified date the server sends in the header, and so the latest download won't always appear at the front (or just behind the tray icon). For example I just downloaded PhpDocumentor which has a last modified date of "Monday, 23 July 2007" and so it doesn't appear in the downloads stack fan view at all because it is older than other downloads.Can't seem to find a way to set the "added" date on the icon rather than the modified date, I'm assuming this is some HFS attribute as I don't think the touch command can do that