Skip to content

common: Recursively remove our temporary XDG_RUNTIME_DIR

Olivier Fourdan requested to merge recursive-cleanup-xdg-runtime-dir into main

If we create our temporary XDG_RUNTIME_DIR path, we ought to clean it up on termination.

However, there might still be residual files in that path, created by other programs.

So we need to remove the tree recursively, not just the base directory.

Signed-off-by: Olivier Fourdan ofourdan@redhat.com
Closes: #8 (closed)
Fixes: 45232be5 - common: Create and export XDG_RUNTIME_DIR if needed

Edited by Olivier Fourdan

Merge request reports