Skip to content

Remove .directory file (if exists) before mount

Tom Zander requested to merge tomz/plasma-vault:dotdir into master

Dolphin has a tendency to create a .directory file in directories on a users system without them really being aware of that. Plasma vault doesn't like this and would refuse to mount there.

Check the contents of the dir (should be empty) and if the only item there is the dot-directroy, delete it.

This uses the abandoned PR !14 (closed) and incorporates the feedback given by the devs to make it mergable.

Merge request reports