1.7.2 Debian Installation Error

Hi, I’m getting this error when executing command sudo dpkg -i “Bisq-64bit-1.7.2.deb” in Debian 10:

Selecting previously unselected package bisq.
(Reading database … 179628 files and directories currently installed.)
Preparing to unpack Bisq-64bit-1.7.2.deb …
Unpacking bisq (1.7.2-1) …
Setting up bisq (1.7.2-1) …
xdg-desktop-menu: No writable system menu directory found.
dpkg: error processing package bisq (–install):
installed bisq package post-installation script subprocess returned error exit status 3
Errors were encountered while processing:
bisq

I am using Ubuntu. I just right click on the .deb file and choose “open with software install” it always works for me.

Thanks but I don’t have “open with software install" when i right click :frowning:

Maybe dpkg does not know where to put desktop link?

Maybe should do:

dpkg-deb -v -c ./Bisq*7.2.deb | grep desktop

There will be some path that includes something like Bisq.desktop where dpkg wants to put that file to start Bisq, but that path does not exist?