Package Details: bisq 1.9.14-1

Git Clone URL: https://aur.archlinux.org/bisq.git (read-only, click to copy)
Package Base: bisq
Description: Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
Upstream URL: https://bisq.network
Licenses: AGPL3
Conflicts: bisq-bin, bisq-git
Provides: bisq
Submitter: dmp1ce
Maintainer: dmp1ce
Last Packager: dmp1ce
Votes: 63
Popularity: 0.78
First Submitted: 2017-07-05 14:43 (UTC)
Last Updated: 2023-10-18 00:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

janders commented on 2021-07-15 11:23 (UTC)

Thanks @Giandoja, that fixed it :)

Giandoja commented on 2021-07-15 06:18 (UTC)

Hi @janders, To solve this your problem that I have also encountered, proceed as follows: 1. Give

archlinux-java status

to check if among your available Java there is java-11-openjdk. 2. If you have it, give

sudo archlinux-java set java-11-openjdk

to set it up. If you don't have it, download java11 with this command:

sudo pacman -Syu jdk11-openjdk --noconfirm

and then set it up with that command (step 2).

janders commented on 2021-07-14 22:25 (UTC)

When I launch Bisq, I get an error:

Cannot invoke "javafx.scene.Node.getLayoutBounds()" because "this.textNode"

According to https://github.com/bisq-network/bisq/issues/5624, this seems to be a problem between bisq 1.7.0-1 and java-16-openjdk. But evidently it works on java-11-openjdk.

However, this Bisq package requires jdk-openjdk, which is version 16. How can I get this to work?

gustawdaniel commented on 2021-07-04 18:17 (UTC)

To fix:

gpg: keyserver receive failed: No name

type:

curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import

Source:

https://github.com/bisq-network/bisq/releases/tag/v1.7.0

dmp1ce commented on 2021-07-04 01:21 (UTC)

Good tip @GI_Jack. I hope bumping PKGREL didn't break anything for anybody. The 1.7.0 ought be be out soon.

GI_Jack commented on 2021-07-03 14:44 (UTC)

Don't bump PKGREL, use EPOCH=1 if you need to downgrade a package.

dmp1ce commented on 2021-06-29 15:33 (UTC)

It looks like the tar.gz.asc is missing so the 1.7.0 build breaks.

https://github.com/bisq-network/bisq/issues/5592

Ranguvar commented on 2021-06-12 06:47 (UTC)

Just a note here that building with OpenJDK 16 from [testing] currently fails. 15.0.2 u7 still works fine.

michalzuber commented on 2021-05-31 09:35 (UTC)

I had to create an alias

bisq-desktop='JAVA_HOME=/usr/lib/jvm/java-11-openjdk bisq-desktop'

janders commented on 2021-05-14 10:09 (UTC)

Thanks Foobo, I ran the following command:

sudo archlinux-java set java-15-openjdk

And then Bisq upgraded with no problem.