A symlink to the mountpoint of an NTFS partition can have the type DT_LNK.
So extend the check to cover that case as well.
BUG: 402738
ngraham |
Frameworks | |
Dolphin |
A symlink to the mountpoint of an NTFS partition can have the type DT_LNK.
So extend the check to cover that case as well.
BUG: 402738
Create a symlink to an NTFS mountpoint.
Open dolphin and browse to the folder containing the symlink.
It is not hidden anymore.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
The existing check did work fine for me back in D13782 also for symlinks for some reason.
Maybe this broke because of some change in the kernel or glibc? :-/
I assume the symlink had the type of the target back then (on my systems at least), and that has been fixed meanwhile...