Hi all, please find enclosed a patch the solves the issue that processing of images using an external tool does not work if folder of the image is readonly.
Regards Mathias --- src/filedata.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/filedata.c b/src/filedata.c index b7f260d..54b4aec 100644 --- a/src/filedata.c +++ b/src/filedata.c @@ -2114,11 +2114,6 @@ gint file_data_verify_ci(FileData *fd) ret |= CHANGE_NO_DEST_DIR; DEBUG_1("Change checked: destination dir does not exist: %s -> %s", fd->path, fd->change->dest); } - else if (!access_file(dest_dir, W_OK)) - { - ret |= CHANGE_NO_WRITE_PERM_DEST_DIR; - DEBUG_1("Change checked: destination dir is readonly: %s -> %s", fd->path, fd->change->dest); - } else if (!same) { if (isfile(fd->change->dest)) -- 1.7.9.5 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geeqie-devel mailing list Geeqie-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geeqie-devel