Summary: | Deleting with shortcut and from the menu doesn't work | ||
---|---|---|---|
Product: | [Applications] krusader | Reporter: | |
Component: | shortcuts | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | alex.bikadorov, krusader-bugs-null, toni.asensi |
Priority: | NOR | ||
Version First Reported In: | 2.8.0 | ||
Target Milestone: | --- | ||
Platform: | Mint (Debian based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mail
2024-10-27 19:23:37 UTC
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. |