Bug: qtfm don't show remove dialog confirmation for symbolic link
ferion11 opened this issue · 7 comments
Bug: qtfm don't show remove dialog confirmation for symbolic link.
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.