TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.82k stars 90 forks source link

Not able to copy cell value, maybe related to wayland? #140

Open nyonson opened 2 years ago

nyonson commented 2 years ago

I get an "xsel" "--clipboard": No such file or directory (os error 2) error attempting to copy a cell value with the y keybinding. I am using Sway (wayland based) window manager, which I think has a different clipboard manager interface. Any chance that is causing the issue?

TaKO8Ki commented 2 years ago

Thanks for the report. I will investigate.