Version: svn (using Devel) Installed from: Compiled sources Compiler: Target: i686-pc-linux-gnu OS: Linux (i686) release 2.6.24-zen5-IBM-T43 Why does konqueror and dolhpin allow to cut files in read only directories? The menu entries for delete are disabled but not for cutting a file. That makes not much sense and should be disabled as well.
Confirmed with svn trunk r813544.
SVN commit 815362 by gberg: Fix dolphin to only enable the Cut context menu option if the file capabilites supportsMoving(). CCBUGS: 161594 Still need to fix Send to trash Context Option in Konqueror M +1 -0 dolphinmainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=815362
SVN commit 815517 by gberg: Fix dolphinpart context menu so that the delete/rename/send to trash options are disabled when the directory containing the selected files/dirs is not writable. CCBUGS: 161594 Issues remaining: Send to trash should be disabled on remote files (and replaced with delete) and edit menu of konqueror still has the actions like cut/delete/rename always enabled. M +19 -9 dolphinpart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=815517
SVN commit 815519 by gberg: dolphin part context menu now displays delete and not send to trash for remote files. (Makes behaviour same is in dolphin itself). CCBUGS: 161594 M +1 -1 dolphinpart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=815519
SVN commit 815584 by gberg: Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also, move FileItemCapabilities from dolphin to KonqFileItemCapabilities at dfaure's request (making it implicitly shared along the way). BUGS:161594 M +1 -2 dolphin/src/CMakeLists.txt M +3 -3 dolphin/src/dolphincontextmenu.cpp M +3 -3 dolphin/src/dolphincontextmenu.h M +2 -2 dolphin/src/dolphinmainwindow.cpp M +26 -12 dolphin/src/dolphinpart.cpp D dolphin/src/fileitemcapabilities.cpp D dolphin/src/fileitemcapabilities.h M +2 -0 lib/konq/CMakeLists.txt A lib/konq/konq_fileitemcapabilities.cpp dolphin/src/fileitemcapabilities.cpp#815516 [License: GPL (v2+)] A lib/konq/konq_fileitemcapabilities.h dolphin/src/fileitemcapabilities.h#815516 [License: GPL (v2+)] WebSVN link: http://websvn.kde.org/?view=rev&revision=815584
*** Bug 120574 has been marked as a duplicate of this bug. ***