Pressing DEL or F8 doesn't work. Even the action deleting from the menu doesn't work. Only right mouse -> DELETE works. I created a new file within Krusader to ensure that I have the right to delete it. You can see in the menu bar that the progress bar works but the deleting doesn't happen. I checked the keyboard shortcuts but this doesn't solve the problem. CTRL + DEL works. Within a root session it works and ask me, if I want to delete the file.
What happens if you right click on a file and select "Move to Trash"? If you start Krusader from command line is there any output for the "Move to Trash" action? Does "Move to Trash" work in Dolphin? What is your desktop environment?
What happens if you right click on a file and select "Move to Trash"? Nothing If you start Krusader from command line is there any output for the "Move to Trash" action? No only kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "No jobs" msgid_plural: "" msgctxt: "" 20:23:39.782-debug default unknown@0 # System icon theme: "Mint-Y" Does "Move to Trash" work in Dolphin? I have Nemo. If I do this inside Nemo on a NTFS drive it tells me that the file could not be moved to trash and if I want to delete it permanent. If I create a file in my personal folder than it works with Nemo but not with Krusader. What is your desktop environment? I have Linux Mint Debian Edition with Cinnamon Am 28.10.24 um 12:49 schrieb Alex Bikadorov: > https://bugs.kde.org/show_bug.cgi?id=495443 > > Alex Bikadorov<alex.bikadorov@kdemail.net> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |alex.bikadorov@kdemail.net > Status|REPORTED |NEEDSINFO > Resolution|--- |WAITINGFORINFO > > --- Comment #1 from Alex Bikadorov<alex.bikadorov@kdemail.net> --- > What happens if you right click on a file and select "Move to Trash"? If you > start Krusader from command line is there any output for the "Move to Trash" > action? > > Does "Move to Trash" work in Dolphin? > > What is your desktop environment? >
So, deletion works fine for but moving files to trash does not work for you. It does also not work in other applications. You can set the default mode to delete (in Settings->Configure Krusader->General->Delete Mode) and always delete your files. Trash does not work because there is something wrong in your system setup. What happens if you open the trash bin in Krusader via the trash button or by entering "trash://" into the location field?
🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone!
(In reply to Bug Janitor Service from comment #4) > 🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 > days. Please provide the requested information, then set the bug status to > REPORTED. If there is no change for at least 30 days, it will be > automatically closed as RESOLVED WORKSFORME. > > For more information about our bug triaging procedures, please read > https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. > > Thank you for helping us make KDE software even better for everyone! The problem was my NTFS Partition and the entry in the fstab. With ntfs defaults,noatime,nofail,uid=1000,gid=1000,allow_other 0 0 it works fine.