Created attachment 2877 proposed patch Hi, The current version of the plugin in the thunarx-2 branch fails to run with the following error: thunar: symbol lookup error: /usr/lib/thunarx-2/thunar-media-tags-plugin.so: undefined symbol: exo_gtk_object_ref_sink Apparently, it uses some exo functions, but doesn't link against exo (this was probably pulled previously thanks to thunar-vfs, but I'm not sure). The attached patch fixes this isse.
mmh, I'm not sure this is needed after all. The switch to exo-1 (http://bugzilla.xfce.org/show_bug.cgi?id=6295) fixes this issue as well. Thunar is linked to exo too, so it's probably not needed to link explicitely on it. The issue was that the plugin was using some exo-0.3 functions that were removed in exo-1, which thunar is linked with...
Yep, don't think this is needed.