-
Notifications
You must be signed in to change notification settings - Fork 45
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
Bug: qtfm don't show remove dialog confirmation for symbolic link #146
Comments
If, in your selection of many files, there is symbolic links between normal files, and you press Delete key, it will show the remove dialog confirmation, but it will remove all symbolic links without confirmation first. And if you move a symbolic link, qtfm make a copy. |
This is on master (6.3)? I replaced the copy/move function in master and I might have overlooked something. Will check, I'm occupied for a couple of days, but will then dedicated a day to qtfm :) |
Yes, is in master (6.3). It isn't a big problem for me, but is better to fix before release the 6.3 version. Take your time :) |
Will of course be fixed before release :) |
We have some suspicious code here: qtfm/fm/src/actiontriggers.cpp Lines 315 to 338 in 774b967
|
There is also the fact that broken symbolic links don't show in qtfm (master 6.3). But I will see the move thing first. |
The #148 fix the broken symbolic link thing. Now, for this bug report, the only thing that I remember is the move symbolic link action that don't remove the original. |
Bug: qtfm don't show remove dialog confirmation for symbolic link.
The text was updated successfully, but these errors were encountered: