Skip to content

ensure .local/share/plasma/containmentpreviews exists

Marco Martin requested to merge work/mart/ensurePreviewsFolderExists into master

if the folder ~/.local/share/plasma wasn't already created, for instance by installing a plasmoid, the creation of containmentpreviews failed

fix it by using mkpath instead, which creates the needed parents

Merge request reports