Results 188 comments of Dima Kogan

That's what I'm doing. But the second command shows an image that's not any of these 3. I'm running from source, so it's `./geeqie`. And it's my own images, obviously....

Thanks for the suggestion. This issue was 100% reproducible, even with rebuilding the sources, but now it all works again. If it comes up again, I know how to debug....

I have something good-enough-for-now working with the attached patch. It serves my purposes today, but it's not suitable for acceptance into the codebase. If nothing else, something like gtk_clipboard_set_with_data() should...

```patch diff --git a/src/layout_image.c b/src/layout_image.c index c18bf230..f74eb39e 100644 --- a/src/layout_image.c +++ b/src/layout_image.c @@ -1964,6 +1964,10 @@ void layout_status_update_pixel_cb(PixbufRenderer *pr, gpointer data) num_length(height - 1), y_pixel, r_mouse, g_mouse, b_mouse); + gchar*...

This is a different issue, but stems from the same thing that's causing the issue described here: geeqie is re-sorting the images given on the commandline. So if I say...

Thanks. That's better. But some things become worse: - I would need `--list`, while this kind of behavior should be the default. Otherwise geeqie re-sorts the images and loops the...

Excellent! I see this working much better now. Related (and very expected :) ) questions: - Can the `--list` become a checkbox in `Preferences/Behavior` ? - Can we get another...

David Pineda [email protected] writes: > I'm using the feedgnuplot and works fine. But i need some more > advanced, i have a file with the settings to a multiplot, so...

David Pineda [email protected] writes: > Hello. Yes, gnuplot and feedgnnuplot works fine with 1 plot. I have to > plot gps data {east, north, up} in 3 plots, then i've...

Yes, this is a know issue unfortunately. Do you know of a perl strptime() implementation that can do sub-second precision?