[SOLVED] Gtk-Message: Failed to load module “gnomenu-panel”

I am using globalmenu 0.7.9 (Mac OS X like Global menu for Gnome) from the globalmenu-team PPA (Karmic as Lucid is not available now) in my Ubuntu 10.04 Lucid Lynx. I get the following error on terminal when I try to launch any gtk applications from the terminal:

Gtk-Message: Failed to load module "gnomenu-panel": libgnomenu-panel.so: cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory


However, the gnomemenu-panel works fine, I wanted these messages to not appear.
I opened up /usr/lib/gtk-2.0/modules and found that the plugin had different files than listed in the error message. To fix the problem, I just created symbolic links to the existing files. This is how I did it from the terminal:

More

[SOLVED] ‘Murrine configuration option “scrollbar_color”, “gradients” is no longer supported and will be ignored.’

I am using balazan theme in Ubuntu 10.04 Lucid Lynx Alpha 4 from breathe ppa for Karmic Koala since Lucid PPA was not available when I started using Lucid. I saw this message when I launched gedit from terminal (gnome-terminal):

/usr/share/themes/balanzan/gtk-2.0/gtkrc:89: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored.
/usr/share/themes/balanzan/gtk-2.0/gtkrc:93: Murrine configuration option "gradients" is no longer supported and will be ignored.


Seems like the theme I’m using has some depreciated configuration options after Murrine update. I opened the /usr/share/themes/balanzan/gtk-2.0/gtkrc file (as root) using the following command from Alt+F2

More