--- TrashLauncherIcon.cpp.orig 2012-03-23 07:53:16.000000000 -0400 +++ TrashLauncherIcon.cpp 2012-04-04 04:04:17.978394271 -0400 @@ -91,7 +91,7 @@ SimpleLauncherIcon::ActivateLauncherIcon(arg); glib::Error error; - g_spawn_command_line_async("xdg-open trash://", &error); + g_spawn_command_line_async("nautilus trash://", &error); } void TrashLauncherIcon::OnEmptyTrash(DbusmenuMenuitem* item, int time, TrashLauncherIcon* self)