yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.51k stars 201 forks source link

Better Wayland support #1128

Open mfourne opened 2 years ago

mfourne commented 2 years ago

Although vty already works, copy & paste under wayland requires an updated Hclip (https://github.com/jetho/Hclip/issues/7) as well as updating/rewriting yi-frontend-pango to gtk3/4 to support full GUI under wayland.

mfourne commented 1 year ago

I started to slowly get on this, but I don't have a projected timeline to getting this finished, yet.

mfourne commented 1 year ago

A bit late into porting to use gtk3 I learned of gi-gtk, which seems to be better long-term and to which I have started porting.