Ubuntu – Gtk-Message: Failed to load module “overlay-scrollbar” Ubuntu 17.10

17.10gtkoverlay-scrollbarsqt-creator

I run application in reinstalled Qt Creator 3.5.1 (opensource)
Based on Qt 5.5.1 (GCC 4.9.1 20140922 (Red Hat 4.9.1-10), 32 bit)
And the building is successful.
But also there are warnings:

Gtk-Message: Failed to load module "overlay-scrollbar"
(untitled01:20644): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(untitled01:20644): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

This solution doesn't help
and sudo apt-get autoremovetoo

Another solution talks about gtk2-engines-pixbuf package
but what about gtk3?

Do you know some correct idea?

Best Answer

In my computer with Ubuntu 16.04, I solved it installing the package overlay-scrollbar-gtk2:

sudo apt-get install --reinstall overlay-scrollbar-gtk2