Nautilus and trash in GNOME apparently need no hints; they find out via Kernel.

Listing others whose trash we need to support...
This commit is contained in:
William Kendrick 2011-04-18 19:03:08 +00:00
parent b0b83ad7ef
commit 831d15904b

View file

@ -23826,9 +23826,18 @@ static int trash(char * path) {
system("dbus-send / org.kde.KDirNotify.FilesAdded string:trash:/");
/* FIXME: GNOME: How? */
/* Note: GNOME figures out when things change because it asks the Kernel
to tell it.
Per cosimoc (Cosimo Cecchi) on #nautilus 2011.04.18
-bjk 2011.04.18 */
/* FIXME: Elsewhere: How? */
/* FIXME: xcfe and elsewhere: Anything to do? */
/* FIXME: Windows */
/* FIXME: Mac OS X */
/* FIXME: Haiku */
return(0);
#endif /* UNLINK_ONLY */