Skip to content

Gtk3 migration

Thomas edited this page May 4, 2021 · 13 revisions

GTK 2 -> 3

GNOME Migration guide

  • All preparation steps seem to work already (so we hopefully only have to look at the time of migration sections)
    • Cairo for drawing -> There are two files still using GDK_Drawable: gui/source 448 & libs/tiled-bitmaps/tools 26. Change needed to use Cairo drawing instead
  • Building with Gtk3 gives no errors during cmake preparations (simply remove libgtk2 and install libgtk3)

Known current issues

Clone this wiki locally