Issue 15394: (Launcher) Safer Image Deletion
https://pharo.fogbugz.com/default.asp?15394 Especially as we move to push the launcher as the default download for new users, this will be crucial. Right now, we are deleting via an `rm -fr` like approach, which is quite harsh for a GUI tool, especially when deleting an image, which is akin to an operating system. It would be better to remove the confirmation dialog and move the image to the trash, with an undo if possible. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Issue-15394-Launcher-Safer-Image-Deletion-tp4821635.ht... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Le 24 avr. 2015 16:11, "Sean P. DeNigris" <sean@clipperadams.com> a écrit :
https://pharo.fogbugz.com/default.asp?15394
Especially as we move to push the launcher as the default download for new users, this will be crucial. Right now, we are deleting via an `rm -fr`
like
approach, which is quite harsh for a GUI tool, especially when deleting an image, which is akin to an operating system. It would be better to remove the confirmation dialog and move the image to the trash, with an undo if possible.
Why not 2 downloads? Easy to do.
----- Cheers, Sean -- View this message in context:
http://forum.world.st/Issue-15394-Launcher-Safer-Image-Deletion-tp4821635.ht...
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
philippeback wrote
Why not 2 downloads? Easy to do.
I'm not sure what you mean. I'm talking about deleting images from the left pane of Luancher via the button. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Issue-15394-Launcher-Safer-Image-Deletion-tp4821635p48... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Yes! Stef Le 24/4/15 15:56, Sean P. DeNigris a écrit :
https://pharo.fogbugz.com/default.asp?15394
Especially as we move to push the launcher as the default download for new users, this will be crucial. Right now, we are deleting via an `rm -fr` like approach, which is quite harsh for a GUI tool, especially when deleting an image, which is akin to an operating system. It would be better to remove the confirmation dialog and move the image to the trash, with an undo if possible.
----- Cheers, Sean -- View this message in context: http://forum.world.st/Issue-15394-Launcher-Safer-Image-Deletion-tp4821635.ht... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (3)
-
phil@highoctane.be -
Sean P. DeNigris -
stepharo