-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete without trash #497
Comments
I am unable to delete files from an SMB share with no trash. This might be the reason. Instead of throwing an error, we need to issue a regular filesystem delete on SMB shares. |
I am also unable to delete files from an SMB share, but it does have a trash, at least on the server side (It's just another Mac). Anyway, if the inability to move files to the trash on SMB shares is what's preventing deletion, then I agree with @A9G-Data-Droid, as long as there a special confirmation dialogue. I can have a checkbox for "don't ask me again". |
I can't believe this isn't in qView currently. If someone wants to implement this, just make a new action called "force delete" or something, absent from the context menu but present in the menubar, with a default keyboard shortcut of cmd/ctrl+del and for macOS cmd+option+backspace, or something along those lines. maybe you can add a modifier key to the |
I fully support this improvement. So deleting files on network drives would not be a problem. |
Yes, I absolutely need to merge it. I'm going to try to update qView again in a couple of weeks, but I am trying to coordinate a move during finals week right now. |
good luck on your finals! |
oh cool i didn't see that PR, going to roll my own, thanks. |
Thanks. Will there be a release soon with this and other corrections? |
Gonna try to make a release soon, yes. |
Is there any progress on this issue? Or updates? Thanks! |
Sorry, still need to do this. I'll try to set some time aside for break in a couple weeks |
Did you have any chance to do it =) |
On Linux with BTRFS, NILFS2, and ZFS, it's not necessary to have a thrash, since these filesystems support snapshots.
On CLI systems which
rm
without thrash, it's unnecessary complication to have a thrash just for qView, and clean it periodically.qView should have an option to disable trash (enable direct deletion) in the settings.
The text was updated successfully, but these errors were encountered: