Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performs a secondary cleanup attempt in case the first one fails
This works around a race condiditon that occurs reliably when the `xdg-desktop-portal` package is installed. When this triggers, the output looks like: ``` $.../scripts/isolate-test.sh .../scripts/image-test.py .../build/src/geeqie .../build/test-images.p/images/JPG_MINOLTA_RD175.JPG Variables in isolated environment: G_DEBUG=fatal-critical HOME=/tmp/tmp.uCSyUTWVkw XDG_CONFIG_HOME=/tmp/tmp.uCSyUTWVkw/.config XDG_RUNTIME_DIR=/tmp/tmp.uCSyUTWVkw/.runtime DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus-Nou8YYvYti,guid=9de5a10c77563265a7e1c9b167214161 [...] Warning: Failed to convert Exif.Photo.DateTimeOriginal to Xmp.photoshop.DateCreated, unable to parse '19ff:1f:3f 3f:7f:00' Warning: Failed to convert Exif.Photo.DateTimeDigitized to Xmp.xmp.CreateDate, unable to parse '19ff:1f:3f 3f:7f:00' rm: cannot remove '/tmp/tmp.uCSyUTWVkw/.runtime/doc': Is a directory First cleanup attempt failed; sleeping and retrying... removed directory '/tmp/tmp.uCSyUTWVkw/.runtime/doc' removed directory '/tmp/tmp.uCSyUTWVkw/.runtime' removed directory '/tmp/tmp.uCSyUTWVkw' ```
- Loading branch information