Linked by Thom Holwerda on Wed 30th Apr 2008 13:16 UTC
Thread beginning with comment 312183
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2007-09-06
Within the osX UI, applications apear to be one file/icon because you manage them by there program folder. If you go into the terminal, you'll see that the icon is actually the start of a program specific directory tree:
" [ icon ] "
"MacProgram"
is actually
"~/applications/MacProgram/"
You'll find config files and binaries within the subfolders under /MacProgram/. I believe the program is actually in /MacProgram/bin/ or something similar.
I do like how much cleaner osX manages programs though. The first time I installed a program, the longest delay was in realizing I was trying to make it too difficult; just uncompress the file and copy the resulting program icon too your applications and it's done. It still doesn't come close to the repository and package manager method but it's closer than alternatives.