I recently tried to install Gimp 2.8.0 and ran into some dependency issues. Here are the following things I needed to install to get the ./configure to complete successfully:
- babl-0.1.10
- gegl-0.2.0
- atk-2.4.0
- gtk+ 2.24.11
- pango-1.30.1
After completing the install, my interfaces seem to be messed up. For example, when I run Sublime Text 2, I receive the following errors:
Gtk-Message: Failed to load module "overlay-scrollbar"
Gtk-Message: Failed to load module "canberra-gtk-module"
In addition, menus and UI's in various programs look odd (similar to Win95).
When I had finished installing Gimp, I had received some sort of message along the lines of something returning version 2.24.11, yet it found 2.24.10, signifying that both were installed. To solve that problem I had to run sudo ldconfig.
Any idea on what's going on here and how to solve it?