On Sat, 2012-10-13 at 12:11 +0800, Mian Muhammad Arif wrote: > Hi list, > > Recent update almost broke my Gnome 3.6 environment. Not able to open > most of the Gnome apps, GTK theme is broken too. > Lets say if i open Files in terminal, this is what i get: > > (nautilus:4779): Gtk-WARNING **: Theme parsing error: > gnome-applications.css:396:24: Horizontal and vertical offsets are > required > Initializing nautilus-open-terminal extension > invoking IsSupported() failed for remote volume monitor with dbus name > org.gtk.Private.UDisks2VolumeMonitor:: > GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not > receive a reply (timeout by message bus) (g-dbus-error-quark, 4) > nautilus: symbol lookup error: nautilus: undefined symbol: gtk_menu_button_new
Not sure how or what you got updated there.. but "undefined symbol: gtk_menu_button_new" indicates a conflicting version of gtk3 being installed gtk_menu_button_new has been introduced in GTK 3.6; which is what is part of GNOME 3.6; the fact that your system does not know this symbol indicates a clear error here. What version of libgtk-3-0 do you have installed? And nautilus? Try "zypper dup --from GS36" and see what happens. Dominique -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
