pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
109 stars 46 forks source link

No information to the user while copying/deleting large images #457

Closed SabineMa closed 4 years ago

SabineMa commented 4 years ago

I have Images with 200 MB size. Selecting "copy image" in the launchers main view leads to the following behavior: Launcher is no longer responsive. CPU 95 percent. It is clear that it takes time until the image is copied. But I was thinking, that the launcher is dead. After 3 minutes, the launcher continues working.

The expected behavior is that the mouse pointer changes eg to a spinning wheel or that a dialog with a progress bar is shown with "please wait" or something else to tell the user that the task is processing and everything is fine.

OS: iOS Pharo 7 Pharo Launcher version: 2.0

The problem was also in the old launcher.

For me, this is no longer a problem, because I know, that the launcher does not working but I think for other users this can be confusing.

For deleting it is the same problem (55 seconds).