I have no idea what is going on, I just made a fresh install of ubuntu and then after a reboot Banshee won't start.
So I installed acroread on my 64-bit Fedora 11 and when I try to run it, I receice the message,
Quote:
(acroread:11087): Gtk-WARNING **: Unable to locate theme engine in module_path: "nodoka",
I have Marlin installed and it works fine so long as I don't have anything in the sdcard reader. If I do, it gives me this error on the command line and it segfaults
(gksu:6929): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
I have Eclipse running fine on my Fedora 16. I was following these instructions to install the Glassfish Tools Bundle for Eclipse (which has to be done outside Eclipse through its own installer) and, after I went through the installer successfully, the next step was to launch the eclipse launcher in the plugin directory (so not the regular Eclipse launcher).
Firefox crashes whenever I enter the website: https://ebanking.danskebank.dk/html/...N&secsystem=DI
Code:
The problem is a JAVA applet running on the right hand side of the page.
First post here officially, I've been using Linux for about a year now, and I always find
myself at the Ubuntu forums troubleshooting. Well, I've come across a problem that I can't
find any good solutions to along the internet. So, here I am.
I am running Ubuntu 11.10
Kernel version 3.0.0-12.
First, I had been trying the free version of VMWare Workstation 8.
KImre wrote:"pacman -S gtk-engines" works for me.Marvelous! That solved a similar problem for me I had with thunar:Gtk-WARNING **: Unable to locate theme engine in module_path: "thinice",Thanks!
pe7er
https://bbs.archlinux.org/profile.php?id=58212
2012-06-27T12:58:11Z
Hi, I've looked everywhere and I can 't find out why my eclipse is crashing.The crash happens when I click "minimize" or "pop out button on one of the sub-windows (ex "Package Explorer").The only output I get is:(Eclipse:29718): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
**
Gtk:ERROR:gtkwidget.c:8828:gtk_widget_real_map: as
^ That tells us you don't have the pixmap engine installed, and apparently the Moka theme uses it. `sudo apt-get install pixmap` should take care of this for ya.EDIT: ...and obviously FreewheelinFrank snaked me.