Hide Forgot
This happened after the latest yum update: [me@localhost ~]$ nm-applet Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported Trace/breakpoint trap (core dumped) [me@localhost ~]$ ldd $(which nm-applet) | grep -i gtk libnm-gtk.so.0 => /usr/lib/libnm-gtk.so.0 (0x41090000) libgtk-3.so.0 => /usr/lib/libgtk-3.so.0 (0x45016000) libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x43db8000) [me@localhost ~]$ rpm -qf /usr/lib/libgtk-x11-2.0.so.0 gtk2-2.24.8-3.fc16.i686 [me@localhost ~]$ rpm -qf /usr/lib/libgtk-3.so.0 gtk3-3.2.2-4.fc16.i686 [me@localhost ~]$ It looks like nm-applet (among others?) has been compiled to use two gtk libraries? [me@localhost ~]$ cat /etc/redhat-release Fedora release 16 (Verne) [me@localhost ~]$ uname -a Linux localhost.localdomain 3.1.9-1.fc16.i686.PAE #1 SMP Fri Jan 13 16:57:54 UTC 2012 i686 i686 i386 GNU/Linux
re-assigning to owner of nm-applet
Please disregard, PIBCAK ;)
OK.