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

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