-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add download option + instructions for QubesOS #4386
Comments
We should show a popup for those OS with a link to the wiki docs so users get the required info before getting frustrated... |
@ripcurlx : Done: https://bisq.wiki/Running_Bisq_on_Qubes
@chimp1984 : Done, added a link from the Downloads page to the Qubes setup guide: bisq-network/bisq-website#397 |
@cd2357 Do you think an in-app popup with the link might be useful? Not sure how to detect if OS is Qubes but you know probably... |
Qubes can be detected in the app (via the Question is, when and where to show the popup? The idea makes sense, just not sure what a simple and elegant UI solution would look like. Maybe as an extra row on the startup splash screen? |
You can look at BisqSetup.checkOSXVersion and do it in a similar way. |
Looking at the GitHub issues, it seems there are quite a few QubesOS users of Bisq.
Since the Qubes setup is not very straightforward, it would help to add a section on the Downloads page with instructions specific to QubesOS.
Here are the instructions I came up with sofar.
1. Create a new Qube
bisq-vm
based on thedebian-10
templatedebian-10
Within a few seconds, the Qube is created and the Qube Settings popup opens. Adjust it as follows:
5000MiB
6000 MB
4
2. Setup binding dirs mapping for the system folders needed for the Bisq installation
3. Specify which system folders are mapped to binding dirs
Create the configuration file:
Add the following lines in the file:
Save and close the file.
4. Create the binding dirs needed for the Bisq installation
5. Restart Qube
6. Download the Debian package
Go to the Bisq Downloads page https://bisq.network/downloads and download the Debian package.
Make sure you download the
.deb
package and the corresponding PGP signature.7. Verify the PGP signature (see Verifications section on the Bisq GitHub releases page)
8. Install package
9. Start Bisq with
/opt/Bisq/Bisq
10. Optional: Create a keyboard shortcut
qvm-run -q -a <qube-name> <command>
qvm-run -q -a bisq-vm /opt/Bisq/Bisq
Ctrl+Alt+B
Now pressing the key combination anywhere in QubesOS will automatically start the Bisq application.
References:
/usr/share/desktop-directories
is not really used, but is required during installation. See 0.5.0 uninstallable on Qubes OS / Debian Testing VM: "xdg-desktop-menu: No writable system menu directory found" #848The text was updated successfully, but these errors were encountered: