[ebuild R ] xfce-base/xfdesktop-4.6.1 USE="branding menu-plugin -debug -doc -thunar" LINGUAS="fr -be -ca -cs -da -de -el -es -et -eu -fi -he -hu -it -ja -ko -nb_NO -nl -pa -pl -pt_BR -ro -ru -sk -sv -tr -uk -vi -zh_CN -zh_TW" 0 kB # scanelf -L -n -q -F '%n #F' /usr/libexec/xfce4/panel-plugins/xfce4-menu-plugin libxfce4panel.so.1,libxfcegui4.so.4,libthunar-vfs-1.so.2,libgthread-2.0.so.0,libgtk-x11-2.0.so.0,libxfce4util.so.4,libgdk-x11-2.0.so.0,libgdk_pixbuf-2.0.so.0,libthr.so.3,libX11.so.6,libgobject-2.0.so.0,libgmodule-2.0.so.0,libglib-2.0.so.0,libc.so.7 panel-plugin/Makefile.am contains: xfce4_menu_plugin_LDADD = \ $(top_builddir)/common/libxfdesktop-menu.la \ $(top_builddir)/common/libxfdesktop.la \ $(LIBX11_LIBS) \ $(LIBXFCEGUI4_LIBS) \ $(LIBXFCE4PANEL_LIBS) \ $(THUNAR_VFS_LIBS) the last one being the one that matters.
That's weird. Menu plug-in is working fine without Thunar or it's VFS libs. Most likely redudant line in the Makefile.am.
Fixed by -r1 (the revbump was just to be sure, the logic isn't exactly wonderful ;-) Upstream bug -> http://bugzilla.xfce.org/show_bug.cgi?id=5784