bottlesdevs / Bottles

Run Windows software and games on Linux
https://usebottles.com
GNU General Public License v3.0
6.39k stars 267 forks source link

[Request] Current downloading dialog is not helpful #472

Open jeffshee opened 3 years ago

jeffshee commented 3 years ago

Is your feature request related to a problem? Please describe. The current downloading dialog is not helpful because it doesn't show the progress of the download and the estimated time required for the download. The download progress might take even longer if the user has a poor internet connection, which he/she could have stopped the download progress and retry it afterward. However, it is impossible with the current dialog implementation.

Describe the solution you'd like A download progress bar that shows the % of the files downloaded, with the estimated time. Also, a stop button might be helpful.

Additional context Screenshot from 2021-08-14 19-04-05

mirkobrombin commented 3 years ago

We are already aware of this but the current structure do not allow to pause/stop downloads. Also the percentage is not simple to implement as this process is going to install 3 different components: runner, dvxk, vkd3d. This may be possible (and easy) with a download manager of which Bottles is lack.

mirkobrombin commented 2 years ago

A good solution might be to provide an interactive log instead of the progress bar.

noche-x commented 2 years ago

Could always have a percantage download calculation with average download speed and amount of bytes left.

Albnu14 commented 2 years ago

Also, the ability to pause and resume afterwards is extremely important, some files are +500MB in size and any interruption of the download due to poor internet connection will stop the download, and then redownload the whole thing the next time you open the program.