Re: [gedit-list] "Failed to load module" errors



Hey Animesh,

The first three errors that you get are kind of normal and harmless. The first two are related to ubuntu specific gtk+ modules which respectively implement ubuntu special overlay scrollbars and unity global menu support. Neither are required for correct functioning of gedit. The third failed loaded module is canberra (sound) integration which is also not actually required.

The following warning is more important. This usually means that you did not install dconf in jhbuild, which is what gsettings uses to store its settings. Not having it installed in jhbuild means it will fallback to the in-memory settings store, which means that settings modified in the jhbuild version of gedit will not persist between runs. Otherwise, that warning is also harmless (i.e. it shouldn't crash gedit).

The last three warnings are simply missing symbolic icons because you probably didn't install the gnome-icon-theme-symbolic module in jhbuild. Once you do those errors should also go away.


2013-12-20 7:55 GMT+01:00 Animesh Ramesh <animeshramesh gmail com>:
Hey!

I successfully built gedit using jhbuild on my 64 bit Ubuntu 13.10. But when I try to run the program as:
      
           $ jhbuild run gedit 

I get the following message :-

Gtk-Message: Failed to load module "overlay-scrollbar"
Gtk-Message: Failed to load module "unity-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.

** (gedit:32573): WARNING **: Could not load theme icon user-bookmarks-symbolic: Icon 'user-bookmarks-symbolic' not present in theme

** (gedit:32573): WARNING **: Could not load theme icon user-home-symbolic: Icon 'user-home-symbolic' not present in theme

** (gedit:32573): WARNING **: Could not load theme icon drive-harddisk-symbolic: Icon 'drive-harddisk-symbolic' not present in theme


I tried the solution suggested here, but still getting the same message. 
Any ideas?

Regards
Animesh Ramesh

_______________________________________________
gedit-list mailing list
gedit-list gnome org
https://mail.gnome.org/mailman/listinfo/gedit-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]