ddevault / TrueCraft

Minecraft for hipsters
http://truecraft.io/
MIT License
2.4k stars 312 forks source link

Gtk to Gtk3 #271

Closed BearzRobotics closed 7 years ago

BearzRobotics commented 7 years ago

This allows for compiling on modern Linux distributions (such as Solus). By doing this it fixes the game crashing because it can't find libwebkitgtk-1.0. Also Gtk3 brings it one more step of the way to be compatible with Wayland.

Must have bellow package installed https://github.com/mono/gtk-sharp

ddevault commented 7 years ago

It actually works with Wayland if you use GTK3, I've tested it before. I'm not sure why I hadn't done this before... let me think about it for a bit and see if I can remember before I merge this.

ddevault commented 7 years ago

I don't remember why this wasn't done before. Can't think of a reason not to. Thanks!