When I try to use the Trash icon, I get the following message: "The name org.xfce.FileManager was not provided by any .service files." How can this get corrected?
Certainly a question for the mailinglist (where you would have received the reply earlier)... The error message basically tells you that dbus is unable to locate the org.xfce.FileManager.service file. This file is installed into $prefix/share/dbus-1/services, where $prefix is the installation prefix of Thunar (i.e. /usr/local). To tell dbus about this directory, edit/create the session-local.conf file in D-Bus configuration directory and add the following lines: <busconfig> <servicedir>$prefix/share/dbus-1/services</servicedir> </busconfig> Replace $prefix with the absolute installation path.