bitpay / wallet

Bitpay Wallet (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for both desktop and mobile devices.
http://bitpay.com/wallet
MIT License
3.78k stars 1.74k forks source link

Bitpay doesn't work with wayland. #9439

Open brainscar opened 5 years ago

brainscar commented 5 years ago

Switched from x11 to wayland and bitpay stopped working.

Is there any way I can check for log files or debug?

Update: seems like an issue with snap, because the v4.8.1 linux zip is working.

brainscar commented 5 years ago

Ok I think it's a permission issue:

snap interfaces

:unity7 ................ anbox,bitpay,copay wayland ................ anbox :x11 ................ anbox,bitpay,copay

brainscar commented 5 years ago

Ok I got a bit further, it appears bitpay doesn't have a wayland plug:

snap connect bitpay:wayland bitpay:wayland

error: snap "bitpay" has no plug named "wayland"

Nucnay3428 commented 5 years ago

I'm new to this is this what I have to do I'm sorry I have not quite understood all the sites code and items reading this is helpful to newcomers.

brainscar commented 5 years ago

Can the wayland permission/plug please be added to the snap package? I think it's defined in snapcraft.yaml

matiu commented 5 years ago

Thanks! We will take a look. Are you able to send a PR?

On Mon, Jan 7, 2019, 2:08 AM brainscar <notifications@github.com wrote:

Can the wayland permission/plug please be added to the snap package? I think it's defined in snapcraft.yaml

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitpay/copay/issues/9439#issuecomment-451823487, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGCHMovkE1nTu2WW6xEBBKf_GB3aOQrks5vAtZogaJpZM4Zox1K .

brainscar commented 5 years ago

No problem! I tried to send a PR but the snap package isn't in the repo. Or maybe I can't find it.