" Gtk-WARNING: Unable to locate theme engine in module_path: "murrine" error while installing Adobe air installation on Ubuntu 13.10
adobe, air, gtk, gtk2, ubuntu-13.10
Solution
Installing the following will fix ..
sudo apt-get install gtk2-engines
sudo apt-get install gtk2-engines-*
sudo apt-get install libgtkmm-2.4-1c2
sudo apt-get install libcanberra-gtk-module
if that doesn't work then try ..
sudo apt-get install gtk2-engines:i386
sudo apt-get install gtk2-engines-*:i386
sudo apt-get install libgtkmm-2.4-1c2:i386
sudo apt-get install libcanberra-gtk-module:i386
Problem
Hi I'm new to Ubuntu and I need to install Adobe Air on my computer! I have Ubuntu 13.10 version. I have followed the following steps: `$ sudo apt-get install libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 libglu1-mesa:i386` I have downloaded Adobe Air (http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin) `$ chmod +x AdobeAIRInstaller.bin` `$ ./AdobeAIRInstaller.bin` At this point I had the error message: ``` Gtk-Message: Failed to load module "overlay-scrollbar" Gtk-Message: Failed to load module "unity-gtk-module" (setup:3193): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine", Gtk-Message: Failed to load module "canberra-gtk-module" ``` 5- After looking different website I've done this: ``` $ sudo apt-get install --reinsta gtk2-engines $ sudo apt-get install gtk-murrine-engine gtk-equinox-engine ``` and I got back this error message for the last command: E: Unable to locate package gtk-murrine-engine E: Unable to locatepackage gtk-equinox-engine So I don't know anymore what else to do, can anyone help me please?