From 831d15904bca724b0291f0b33182f94b6e02c164 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Mon, 18 Apr 2011 19:03:08 +0000 Subject: [PATCH] Nautilus and trash in GNOME apparently need no hints; they find out via Kernel. Listing others whose trash we need to support... --- src/tuxpaint.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 475e33094..db882639a 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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 */