--- src/core/trashjob.cpp.orig 2018-12-08 12:03:01.292595853 +0100 +++ src/core/trashjob.cpp 2018-12-08 12:03:39.129423605 +0100 @@ -47,6 +47,7 @@ // if trashing is not supported by the file system if(err.domain() == G_IO_ERROR && err.code() == G_IO_ERROR_NOT_SUPPORTED) { unsupportedFiles_.push_back(path); + break; } else { ErrorAction act = emitError(err, ErrorSeverity::MODERATE);