-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
Steps to reproduce:
- enable
contrib/huginscript, and ensure paths are configured correctly and hugin is installed - select images you want to stitch into a panorama
- in export dialog, select "hugin panorama" as "target storage"
- select file format (e.g. TIFF)
- (optionally, makes no difference) tick "launch hugin gui"
- run
inotifywait -m /tmp -e create --format '%w%f' | while read f; echo "$f"; end(or similar) in terminal - press "start export"
- wait for export to finish, see toast message "launching hugin"
- nothing happens
- check inotify and see that all images were created at one point (i.e. one log line per image in the form of
/tmp/DSCF0721.tif) - check dartable log and see:
sh: line 1: '/path/to/hugin' '/tmp/DSCF0720.tif' '/tmp/DSCF0713.tif' '/tmp/DSCF0721.tif' '/tmp/DSCF0715.tif' '/tmp/DSCF0718.tif' '/tmp/DSCF0717.tif' '/tmp/DSCF0716.tif' '/tmp/DSCF0714.tif' '/tmp/DSCF0719.tif' : No such file or directory - note:
/path/to/huginDOES exist and is the hugin executable ls /tmpshows images are gone
I assume they somehow get cleaned from /tmp after the darktable export process (?) exits and the files are essentially orphaned.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels