Fix GTK theme problems in Elementary OS
Note: this problem might not exist in feature version. Don't ask me about this, as I am not using Elementary OS anymore, and I have no desire to do it. Just use a more sane distro.
This fix is for Emacs, Firefox and whatever older GTK based programs you use in Elementary OS (and Ubuntu based distros).
If you launch your favorite program, you might get a message in terminal like this:
Unable to locate theme engine in module_path: "pixmap"
For that you have to install the pixbuf engine. Sometimes you get a message about another module like "canberra".
This is terminal command you need to use to install them:
sudo apt-get install gtk2-engines-pixbuf gtk2-engines-pixbuf:i386 libcanberra-gtk0
After install you can check it, if it does work. In my experience it helps launching your programs faster, so there is definitely a plus to install these.