I think this might be a GTK configuration problem (or nonstandard setup) for 13.1. I've been searching around and it seems like it might be. Have a 64-bit linux app (a commercial package) that uses GTK, and GTK has trouble starting up. I get these errors when I start the app:
The reason I think this may be a GTK setup problem is that if I
~> export GTK_MODULES=' '
...then I don't get the failure to load libcanberra-gtk-module module. I don't believe this is needed.
Also, all versions of libcanberra are installed, as well as oxygen-gtk, according to YaST.
Can anyone tell me what is going on here? The closest I could come was some advice for 12.3 which didn't work...
Thanks,
Patti
Code:
patti@linux-l8th:~> appname
<...stuff showing app is starting OK...>
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
Gtk-WARNING **: Unable to locate theme engine in module_path: "oxygen-gtk",
aborting...
Aborted
patti@linux-l8th:~>
~> export GTK_MODULES=' '
...then I don't get the failure to load libcanberra-gtk-module module. I don't believe this is needed.
Also, all versions of libcanberra are installed, as well as oxygen-gtk, according to YaST.
Can anyone tell me what is going on here? The closest I could come was some advice for 12.3 which didn't work...
Thanks,
Patti