Hi all!
I ran into the same issue as described with bug 3050386.
The attached patch fixes that issue on my system.
It simly removes the check for a writable directory - that's all.
With that I can open images via Gimp or any other external editor
without any issue.
I hope you can merge this patch into the sources...
Regards
Mathias
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))
------------------------------------------------------------------------------
Learn Windows Azure Live! Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Geeqie-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-devel