Ubuntu – How tonstall GTK+ 3.0

gtkgtk3

How can I install GTK+ 3.0 and use that instead of GTK+ 2.24?

Best Answer

GTK3 is installed by default, please don't download and compile from the GTK website.

If you want to use GTK3 yourself, compile against that instead GTK2, or use PyGObject instead of PyGTK if you're using Python.

If you want all programs to use GTK3 instead of GTK2, it won't work, it's a job for the application developers to port their application.