aspectron / kdx

Kaspa Desktop Wallet based on the Kaspa Wallet framework
30 stars 26 forks source link

How to run Linux version? #50

Closed Openwrtfunboy closed 10 months ago

Openwrtfunboy commented 10 months ago

Double click to KDX does nothing even if i press launch in Konsole, kubuntu 22.04.

supertypo commented 10 months ago

Install prerequisites using the terminal: sudo apt install libnss3 libasound2 libstdc++6

If it still doesnt work: cd /path/to/kdx/folder (replace with the actual kdx unzip location) ./kdx

Append the output from that command as a comment in this issue.

Openwrtfunboy commented 10 months ago

./kdx

Well, that was the issue. Right click to kdx and Run in Konsole won't work, but manually typing in Konsole ./kdx make it work.

Thanks. But anyway would be cool if there will be AppImage and Flatpack/Snap, with them all simple as on Windows. Just double click and it works.