Klaus Ethgen | 13 May 13:42
Picon

New development


Hello,

today I finally find the time to look after geeqie again. I find that
Laurent did make some cool stuff including committing patches from
contributors.

Is there any reason for not including them to the master ak development
branch?

By the way, e4a5079 seems to fix or try to fix the same issue than
0922b29. I have to look which is better. ;-)

Regards
   Klaus
--

-- 
Klaus Ethgen                              http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen <Klaus@...>
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
Klaus Ethgen | 13 May 13:50
Picon

New development


Ups, 5ef3084 is the correct commit in master branch. And I think the
patch e4a5079 drives the fix unworkable as the second reference to
...->name is correct.

Gruß
   Klaus
--

-- 
Klaus Ethgen                              http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen <Klaus@...>
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
Chris Green | 7 Apr 17:26

File browser/navigation question

I'm trying geeqie as my default photo album browser and quite liking it,
however I have one problem/question about the file browser tree in the
LH sidebar.

Is it possible to 'root' the tree somewhere in my home directory?  I.e.
I want only to see the contents of the hiearchy under /home/chris/pictures,
at least by default that's all I want to see.

Oh, and another request, is it possible to select some EXIF/IPTC data to
show beside the thumbnails rather than the filename, size and date that
it shows by default - I'd much rather see the comment/caption than the
size of the file!

--

-- 
Chris Green

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
Arnd | 24 Mar 19:25
Picon

Moving doesn't update file list in current master

I compiled the current master from Git (last commit is from 2012-01-06), 
and noticed that when moving images the file list does not update, i.e. 
the moved images continue to be listed until refreshing manually.

(My last compile is almost a year old, so I can't say since when this 
behaviour started.)

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
Omari Stephens | 27 Feb 07:24
Picon
Picon
Favicon

[PATCH] Fix segfault when using a filename on the commandline

Patch attached.

I don't know if this is the correct fix, but it does seem to work in the 
limited testing that I've done.  The problem only happens when 
specifying an image filename on the commandline.  Simply specifying a 
directory works fine.

--xsdg
>From 4e29db57ca00952c7485758099034c058916331f Mon Sep 17 00:00:00 2001
From: Omari Stephens <xsdg@...>
Date: Mon, 27 Feb 2012 06:02:02 +0000
Subject: [PATCH] Fix segfault when a filename is specified on the commandline

Somehow, the file-specified-on-commandline codepath developed a
dependency on the options global, which hadn't been initialized
yet.  This change simply moves the commandline parsing to below
the options variable initialization.

(gdb) r /PATH/TO/FILE.jpg
[...]
(gdb) bt
#0  0x00000000004559d2 in filelist_read_real (dir_path=<optimized out>,
    files=0x7fffffffe638, dirs=0x0, follow_symlinks=<optimized out>)
    at filedata.c:955
#1  0x0000000000455f0c in file_data_new_group (
    path_utf8=0x773300 "/PATH/TO/FILE.jpg") at filedata.c:1040
#2  0x000000000047472f in parse_command_line_add_file (
    file_path=<optimized out>, path=0x773da8, file=0x773db0,
(Continue reading)

Alexander Antimonov | 26 Feb 19:23
Picon

JPEG image comments

Hello! 

I could have missed it but i do not see any ability to view/edit
JPEG/PNG image comments. Which is good to have in Geeqie, i think. At
least viewing.
Geeqie already uses libexiv2, so adding this feature should be mostly UI
job. For example, it can be implemented as an enhancement of the Image
Overlay.

Consider this post as a feature request. Can it be done?

Thank you.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Jack Craig | 22 Feb 19:28
Favicon

Howdy!

Hi Geegie Developers,

First, my apology for using a developer list for a newbie query, but I 
don't find a users list.

I used to use/enjoy gqview and read now of the fork.

I am about to start a new job, but still wanted to explore options for 
technical contribution?

Also, may I ask the pronunciation of geeqie ?  I could guess, but prefer 
to know for sure.

Thx, jackc...

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Klaus Ethgen | 30 Dec 13:58
Picon

Bug in calling notify in idle call


Hi Vlad,

I encountered a bad error in your commit 78cde69 (Find by bisec.) With
this commit it is not possible anymore to _type_ in keywords for a
picture.

At the moment I would simply revert this commit as it seems somewhat
isolated at all. However, you might find a better solution.

Regards
   Klaus
--

-- 
Klaus Ethgen                              http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen <Klaus@...>
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
Köhrer | 12 Dec 20:36
Picon
Favicon

Possible fix for bug id 3050386 (External commands wont function for read only media)

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)
(Continue reading)

Favicon

Windows Rating

Is there a reason why Geeqie is not reading the image rating from the
exif data. It appears to ignore this regardless of the development
source.

David

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
Omari Stephens | 27 Oct 19:31
Picon
Picon
Favicon

Re: Geeqie with Darktable

Please keep replies on the mailing list.

On 10/27/2011 05:25 PM, David Vincent-Jones wrote:
> On Thu, 2011-10-27 at 08:49 +0000, Omari Stephens wrote:
>> If you manually edit<rdf:Seq>  to<rdf:Bag>,
> Excuse my ignorance but where do I make this<rdf:Bag>  edit? I assume
> that would be a global change.
I mean, take a text editor and edit the .xmp file directly.  This is 
just an experiment to see if that could be confusing geeqie (I'm not 
entirely sure how its XMP parsing works).

> In the preferences/metadata I have checked the (non-standard) item 2
> since, I assume that, item 1 would write directly to my raw date files.
Check 1.  Otherwise, geeqie will look for an XMP in a separated 
.metadata directory.  Otherwise, you could try to figure out the 
.metadata business; I've never used that setting, so I don't know how it 
behaves.

Just make a copy of a couple files in a test directory so you can play 
around with these settings without actually endangering the files you 
care about.

--xsdg

> In the preferences/files if I check xmp then the sidecar files show ..
> not very nice. I do have "%.cr2.xmp" added to sidecar grouping and that
> appears to work correctly.
>
> David
>
(Continue reading)


Gmane