Skip to content

thumbnail: Fix non-working thumbnailer in Flatpak

Bastien Nocera requested to merge wip/hadess/fix-thumbnailing-in-flatpaks into master

In a Flatpak, $FLATPAK_SANDBOX_DIR might be set, but the directory might not exist. This means that the thumbnailing sandbox might fail to start because the shared directory is missing.

(test-desktop-thumbnail:6): GnomeDesktop-DEBUG: 16:37:21.007: Thumbnail script ('evince-thumbnailer -s %s %u %o') failed for 'file:///home/hadess/foo.cbz': Could not create temporary sandbox directory

Merge request reports