bisq-network / bisq

A decentralized bitcoin exchange network
https://bisq.network
GNU Affero General Public License v3.0
4.64k stars 1.26k forks source link

Update process is not clear #7093

Open Giszmo opened 1 month ago

Giszmo commented 1 month ago

Description

When following the "please update" prompt, the process stops with "Signatures verified with keys" but no "Finish" button or instructions what to do next.

Apparently there were further popups about mandatory updates under the one below (screenshot).

Version

1.9.14

Expected behaviour

Actionable popups should be above others.

Actual behaviour

I had to click "Download later" after successfully downloading.

Screenshots

image

suddenwhipvapor commented 1 month ago

After the download and verification steps are done, you are expected to install the deb from the commandline, the download location escapes me honestly, but you can use your file manager to search for the Bisq-64bit... file across all subfolders of your home folder

suddenwhipvapor commented 1 month ago

By the way, once you located the file, place yourself in that folder in a terminal, and run sudo apt install ./Bisq-64....deb

Giszmo commented 1 month ago

I'm old-school, so I do dpkg -i but Bisq should inform the user that it's done checking signatures and show a shutdown button and maybe even inform about the folder the files were downloaded to. Having to click "Download later" is awkward.

suddenwhipvapor commented 1 month ago

Yes, it would be more streamlined to present UI to close Bisq and then also open a file manager in the destination folder. Maybe this issue could work as a feature request.