Problem with symlinks.
Problem with symlinks.
Any symlinks for Applications that I have created in 10.10 don't show the icon.
Background: as some of you may remember, in OS Tiger or Panther, Steve previewed the software in June at WWDC one year, and as part of the new "stacks" that was coming, was the ability to make App Stacks. They actually resided on the left of the "crosswalk". However, this feature never made it to the actual release, most likely because they didn't know how to fully implement it. If you have apps in stacks instead of just in the dock, when you launch a stacked app, how does it behave, you can't have it light up when it is in a stack, etc. So I believe they scrapped this.
A while back I decided to create an implementation of this. I put a folder in my docs folder, and created category folders inside that for Media, Utilites, Reference, Office, and other things I made up like Interchange, CFO, etc. Then I set a terminal command so that aliases did not show their arrows, so the icons wouldn't look different. Then I created aliases for almost all my apps, and placed them in these folders. When I was done I dragged each folder to the dock and set them to grid mode, stack view. The result was categorized app stacks. I could now removed almost everything else from the left side of the dock and just have the open apps there. Obviously I left Mail, Safari, iTunes.
Then at some point I discovered that OS X aliases of applications are unusually large. Some as big or bigger than the app size itself. It wasn't a ton of space, but an alias should be in bytes or kb, not MB. So I changed them all to symlinks.
However, now in Yosemite, all newly created symlinks made in terminal using ln -s, create a link, and point to and launch an app, but don't have an icon matching the linked file. Odd behavior. Hopefully just a bug. And one they'll fix soon.