Re: [racket-dev] Racket DMG improvements

2011-07-21 Thread Robby Findler
I can make the rising lambda image which I think would be a good background for this; what size would you like? (Or should I send a script that takes the size as a parameter and produces a png?) Robby On Thu, Jul 21, 2011 at 10:51 AM, Stephen De Gabrielle stephen.degabrie...@acm.org wrote:

Re: [racket-dev] Racket DMG improvements

2011-07-19 Thread Eli Barzilay
Two days ago, Robby Findler wrote: On Sun, Jul 17, 2011 at 7:25 AM, Jakub Piotr Cłapa jpc...@zenburn.net wrote: [1]: http://stackoverflow.com/questions/96882/how-do-i-create-a-nice-looking-dmg-for-mac-os-x-using-command-line-tools Mecki's answer here sounds just perfect for us, since we

Re: [racket-dev] Racket DMG improvements

2011-07-19 Thread Robby Findler
I think that the dmg's size is proportional to the amount of data in it not the size it claims to have as a disk so we can probably just use 3 (or even maybe one). Robby On Tuesday, July 19, 2011, Eli Barzilay e...@barzilay.org wrote: Two days ago, Robby Findler wrote: On Sun, Jul 17, 2011 at

Re: [racket-dev] Racket DMG improvements

2011-07-17 Thread Jakub Piotr Cłapa
I believe that making dmg files is quite difficult without OS X. The way to go is (confirmed here: [1]) is to create a template with the background and icons in place and then replace the contents of the disk image without touching the saved metadata. Uncompressed HFS+ images may be mounted on

Re: [racket-dev] Racket DMG improvements

2011-07-17 Thread Robby Findler
On Sun, Jul 17, 2011 at 7:25 AM, Jakub Piotr Cłapa jpc...@zenburn.net wrote: [1]: http://stackoverflow.com/questions/96882/how-do-i-create-a-nice-looking-dmg-for-mac-os-x-using-command-line-tools Mecki's answer here sounds just perfect for us, since we only really need one (or three, I

Re: [racket-dev] Racket DMG improvements

2011-07-17 Thread Robby Findler
FWIW, I believe we build these things on a mac, so figuring out how to do that under linux is not necessary (for us). Robby On Sun, Jul 17, 2011 at 8:02 AM, Neil Van Dyke n...@neilvandyke.org wrote: Jakub Piotr Cłapa wrote at 07/17/2011 08:25 AM: Uncompressed HFS+ images may be mounted on