--- thunar/Makefile 2016-03-17 00:36:10.596673639 +0100 +++ thunar/Makefile 2016-03-09 10:12:05.000000000 +0100 @@ -3,7 +3,7 @@ PORTNAME= Thunar PORTVERSION= 1.6.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R} DIST_SUBDIR= xfce4 --- thunar/files/patch-thunar_thunar-file.c 1970-01-01 01:00:00.000000000 +0100 +++ thunar/files/patch-thunar_thunar-file.c 2016-03-09 10:11:03.000000000 +0100 @@ -0,0 +1,22 @@ +--- thunar/thunar-file.c.orig 2016-03-09 09:07:40 UTC ++++ thunar/thunar-file.c +@@ -851,7 +851,7 @@ thunar_file_watch_reconnect (ThunarFile + } + + /* create a file or directory monitor */ +- file_watch->monitor = g_file_monitor (file->gfile, G_FILE_MONITOR_WATCH_MOUNTS | G_FILE_MONITOR_SEND_MOVED, NULL, NULL); ++ file_watch->monitor = g_file_monitor (file->gfile, G_FILE_MONITOR_WATCH_MOUNTS, NULL, NULL); + if (G_LIKELY (file_watch->monitor != NULL)) + { + /* watch monitor for file changes */ +@@ -3851,8 +3851,8 @@ thunar_file_watch (ThunarFile *file) + file_watch = g_slice_new (ThunarFileWatch); + file_watch->watch_count = 1; + +- /* create a file or directory monitor */ +- file_watch->monitor = g_file_monitor (file->gfile, G_FILE_MONITOR_WATCH_MOUNTS | G_FILE_MONITOR_SEND_MOVED, NULL, NULL); ++ /* create a file or directory monitor */ ++ file_watch->monitor = g_file_monitor (file->gfile, G_FILE_MONITOR_WATCH_MOUNTS, NULL, NULL); + if (G_LIKELY (file_watch->monitor != NULL)) + { + /* watch monitor for file changes */ --- thunar/files/patch-thunar_thunar-folder.c 1970-01-01 01:00:00.000000000 +0100 +++ thunar/files/patch-thunar_thunar-folder.c 2016-03-09 10:11:03.000000000 +0100 @@ -0,0 +1,11 @@ +--- thunar/thunar-folder.c.orig 2016-03-09 09:07:56 UTC ++++ thunar/thunar-folder.c +@@ -569,7 +569,7 @@ thunar_folder_finished (ExoJob *jo + + /* add us to the file alteration monitor */ + folder->monitor = g_file_monitor_directory (thunar_file_get_file (folder->corresponding_file), +- G_FILE_MONITOR_SEND_MOVED, NULL, NULL); ++ G_FILE_MONITOR_NONE, NULL, NULL); + if (G_LIKELY (folder->monitor != NULL)) + g_signal_connect (folder->monitor, "changed", G_CALLBACK (thunar_folder_monitor), folder); +