Blame SOURCES/kde-runtime-4.10.4-trash-readonly.patch

feb621
--- a/kioslave/trash/kio_trash.cpp	
feb621
+++ a/kioslave/trash/kio_trash.cpp	
feb621
@@ -416,7 +416,7 @@ bool TrashProtocol::createUDSEntry( const QString& physicalPath, const QString&
feb621
     }
feb621
     mode_t type = buff.st_mode & S_IFMT; // extract file type
feb621
     mode_t access = buff.st_mode & 07777; // extract permissions
feb621
-    access &= 07555; // make it readonly, since it's in the trashcan
feb621
+    //access &= 07555; // make it readonly, since it's in the trashcan
feb621
     Q_ASSERT(!internalFileName.isEmpty());
feb621
     entry.insert( KIO::UDSEntry::UDS_NAME, internalFileName ); // internal filename, like "0-foo"
feb621
     entry.insert( KIO::UDSEntry::UDS_DISPLAY_NAME, displayFileName ); // user-visible filename, like "foo"