! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Problem with interface to Trash
Status:
CLOSED: INVALID

Comments

Description Mitch Kaufman 2007-01-30 13:14:45 CET
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?
Comment 1 Benedikt Meurer editbugs 2007-02-12 18:42:01 CET
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.

Bug #2850

Reported by:
Mitch Kaufman
Reported on: 2007-01-30
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Attachments

Additional information