Re: [Geeqie-devel] NULL-ptr crash in image_read_ahead_done_cb()

2016-01-17 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Michael and Flos,

Am Fr den  7. Aug 2015 um 22:49 schrieb Michael Schwendt:
> Full backtrace: https://bugzilla.redhat.com/attachment.cgi?id=1027647
> 
> Patch: 
> https://bugzilla.redhat.com/attachment.cgi?id=1060482&action=diff&context=patch&collapsed=&headers=1&format=raw
> 
> --- geeqie/src/image.c.bak2014-11-30 13:07:06.0 +0200
> +++ geeqie/src/image.c.bak2015-08-07 23:18:55.019350782 +0300
> @@ -475,6 +475,8 @@ static void image_read_ahead_done_cb(Ima
>  {
>   ImageWindow *imd = data;
>  
> + if (!imd->read_ahead_fd || !imd->read_ahead_il) return;
> +
>   DEBUG_1("%s read ahead done for :%s", get_exec_time(), 
> imd->read_ahead_fd->path);
>  
>   if (!imd->read_ahead_fd->pixbuf)
Am Sa den 16. Jan 2016 um 16:43 schrieb Flos Lonicerae:
> I see the patch of the bug:
> 
> http://sourceforge.net/p/geeqie/mailman/message/34356176/
> 
> has been applied as the commit 4749987ff8a0e32047a2db6b0ffb02b1ed27e192:
> 
> http://www.geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commit;h=4749987ff8a0e32047a2db6b0ffb02b1ed27e192
> 
> Actually I also hit this issue last year and opened a bug in debian:
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771123
> 
> There I wrote a similar patch to Michael's, indeed it was an ugly
> patch, to jump over the issue. Just as Michael said in Red Hat's
> bugzilla:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1223349#c15
> 
> I agreed that there should be "some race-condition" in geeqie, and I
> also provided the 90% reproducable steps in the debian bug.

I somehow missed that bug. However, there are race conditions for sure.
It is how the event model of GTK+ works. But that should be handled
proper.

> Is it possible to find out the root cause behind this issue?

Would be nice. Maybe Vlad can have a look into it as I think, it is the
part he worked on very hard.

But this bug also shows something else. Currently there are bug reports
on several platforms:
- - Sourceforge, which sucks
- - github, which sucks too
- - Debian bugtracker, which sucks less
- - Bugzilla which is a pain in the ass
- - ...

Some of the bugs are overlapping and no way to work on the bugs really.
At least, one needs an account in all bugtrackers (except debian ones).

I believe, there is no one in here who have a overview over them all.

I try to find a meta bugtracker (best command line) and found bugwarrior
currently which I will try to get working. However, in the mean time it
is hard to work with bug reports.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJWm1A3AAoJEKZ8CrGAGfasQ/sL/307h6ewWaI8VB00iJFyveSb
VhvblX2mwWYFJl5Zwg9M1jgWYuxGJ02rm61nmSSoveCShAbfzbhHyHYMPiJlpah+
qHbJHXDXrLeclTR9vmsAyUK5SS82eEXXN2OPDnvfAv8HpliSQhzKIHaP++wU+VDh
F5rPOwK65c/2/n/shplXNuQ7VT4c43c/57oLx8v3N4w4mFloxjfnOpEsfaO+VlNN
oqX0qiMRHyZzS6VzTg8Vg/4f7jk0U2bPEC2r3mtwaE17dLBSTlVXVPhXQP5Ayr8s
qFkoZPt4kmtHlKkGH507LoniesY0w0ZRejruE+tjg9vqIMqtRsytSXa/M3nFpm36
dFW4URHcFXV8eFVOCoqomLO/BOqknBnZAgnwZyZ6vU0tG7ZXJqWfDyGSQglUn0tg
v6aMzbBeCA8zHCI08fuQ5uPiRUinoTn08ef3hwtZCfy5w0VITS2ZoQqx+M2+Fhpp
gjOL69ZNXaqYBjr3hJvotc+3Md5NbyNY2AGFreWP5A==
=+Ek3
-END PGP SIGNATURE-

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] New old features (Was: 2 things I miss from gqview)

2015-11-18 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mi den 18. Nov 2015 um 12:37 schrieb Rodney D. Myers:
> 1. the ability to rotate images, and have it write the image as a
> correctly identified image file. I get sent multiple images that
> worker claims are not valid images. I just rotate left, then back to
> get the file header corrected
> 
> 2. the ability to auto-rename files on the fly. useful for
> people/programs name their stuff with simple names

I recently thought of some thinks that was partly available in gqview
but isn't in geeqie and partly new.

- - Rename and copy method that is aware of metafiles (thumbnails,
  metadata, ...)
  We had that in gqview but when I move/rename files in geeqie, I loose
  all metadata. (I usually like to have the metadata in .metadata
  directory.)
  I think about also adding Lua methods for that.
- - Sorting by similarity, that is something new and I don't currently
  have an idea how to do it. I want to have a visible sorting by
  similarity.
  Likewise as before I want to implement some Lua hooks to make it easy
  to implement more sorting ways.
- - Pattern aware Rename as we had in old gqview. That should be more
  powerful to allow using image metadata. As before, with Lua
  integration.
- - Give a better way to use Lua at all on userside. I have no idea about
  how to do it but  it might be needed to encourage users to use it.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJWTNKOAAoJEKZ8CrGAGfasWbYL/0CZG4ovsWeoVS5VlVNkpVvr
MXFsEQS3K6frTx9NCZtDYOvXCK7cuCB8XpUFQVIGzAXGj6eFBlXCBUV1mSnNjNnY
cl8cln/hWuBbfzbCR1OBWXSgy6tuNzUoqIX+AFFSIFfK7HL9X5pb/boL6Xgufni6
ib8kMpVJOVEl9rMk1z/lUw3sPWPkPvCGbCu3yxcY66nmksKFIlgkzO5NrgMpOfy+
YDKURLzN4sCper1YgeK4keMJb7CAi4HigSCDZJcGYHsTU3dST+n0P+5Ye7F5R1lp
6RCtXqwdbYbnjtKGk68/ZDagbZfTTyTu03+xwZtcsTqcFsdd+wV9g529ouLQm3Ip
M8x4+30EqnORaoM7NcCBladuP4L2Zlwu6narVQjUP/nWto9tnOaOmO32yYcoMWCb
LSANhrQrmgWNBaRCYKRZp74i8PW00H7t0up3GAJ5B0rpnP99ceZhEtgJcwAsN9jM
AzxKBl0GX+ax0B50RcltyO6SVXmSu0JEuCCLXMnMwA==
=qARQ
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Trouble in optimisation of c++ string handling

2015-10-31 Thread Klaus Ethgen
Hi Friends,

David Kalnischkies did a good find in new libstdc++5 that recently
occurred in debian. I forwarded the full message from bug report for you
to know.

For David, thanks for the good finding. I will consider the patch or
just do it more simple as having a local scope temporary variable or
even using strncpy. Geeqie is usually plain C and only the exif part is
done in c++ for the reason, the exiv2 bindings are c++ only.

Regards
   Klaus
-- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
--- Begin Message ---
Hi,

On Mon, Sep 28, 2015 at 11:56:12AM +0200, Michal Hocko wrote:
> The older version displays the same image as having 3872x2592px. I would
> bet the newer version picks up a thumbnail stored in the NEF file or
> something like that.

The problem is rooted in the libstdc++5 transition as with it they
transitioned to have a c++11-standard compatible std::string
implementation. Previously it was a copy-on-write implementation, now it
is one with small-string optimisation.

So code like this:
|  const char* path = exif->image()->io().path().c_str();
results in path being a dangling pointer now as the std::string returned
by .path() on which .c_str() is called (which returns the char*) leaves
scope instantly and hence the internal char[] the pointer is pointing to
is freed…

It worked before as the std::string returned by .path() was a copy of
another std::string, so the char pointer is still pointing to a valid
location. At least as long as the copy source remains. Change the
"unrelated" code a bit so its not a copy anymore and suddently this code
explodes…

(No worries, this isn't by far the only application with this problem
– it is just more likely that it results in a crash instead of not
detecting a file as RAW in most other applications ;) )

Anyway, upstream should probably look for more instances as the attached
patch is likely incomplete. It just got the NEF previews working again
for me.


Best regards

David Kalnischkies
diff --git a/src/exiv2.cc b/src/exiv2.cc
index 455c8d3..98029cd 100644
--- a/src/exiv2.cc
+++ b/src/exiv2.cc
@@ -16,6 +16,7 @@
 #include 
 #include 
 #include 
+#include 
 
 // EXIV2_TEST_VERSION is defined in Exiv2 0.15 and newer.
 #ifndef EXIV2_TEST_VERSION
@@ -1130,9 +1131,9 @@ guchar *exif_get_preview(ExifData *exif, guint *data_len, gint requested_width,
 
 	if (!exif->image()) return NULL;
 	
-	const char* path = exif->image()->io().path().c_str();
+	std::string const path = exif->image()->io().path();
 	/* given image pathname, first do simple (and fast) file extension test */
-	gboolean is_raw = filter_file_class(path, FORMAT_CLASS_RAWIMAGE);
+	gboolean is_raw = filter_file_class(path.c_str(), FORMAT_CLASS_RAWIMAGE);
 	
 	if (!is_raw && requested_width == 0) return NULL;
 
@@ -1232,10 +1233,10 @@ extern "C" guchar *exif_get_preview(ExifData *exif, guint *data_len, gint reques
 	if (!exif) return NULL;
 	if (!exif->image()) return NULL;
 
-	const char* path = exif->image()->io().path().c_str();
+	std::string const path = exif->image()->io().path();
 
 	/* given image pathname, first do simple (and fast) file extension test */
-	if (!filter_file_class(path, FORMAT_CLASS_RAWIMAGE)) return NULL;
+	if (!filter_file_class(path.c_str(), FORMAT_CLASS_RAWIMAGE)) return NULL;
 
 	try {
 		struct stat st;
@@ -1246,9 +1247,9 @@ extern "C" guchar *exif_get_preview(ExifData *exif, guint *data_len, gint reques
 		
 		RawFile rf(exif->image()->io());
 		offset = rf.preview_offset();
-		DEBUG_1("%s: offset %lu", path, offset);
+		DEBUG_1("%s: offset %lu", path.c_str(), offset);
 		
-		fd = open(path, O_RDONLY);
+		fd = open(path.c_str(), O_RDONLY);
 		if (fd == -1)
 			{
 			return NULL;


signature.asc
Description: PGP signature
--- End Message ---


signature.asc
Description: PGP signature
--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Getting independent of sourceforge even more

2015-09-20 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am So den 20. Sep 2015 um  8:59 schrieb Vit Ry:
> What do you really want to do?

Having a solution for geeqie that is working and not depending on closed
source.

> In current situation I vote for github. It has good wiki/bugtrack system and 
> many devs can work with it (edit wiki/open bugs easily).

Well, that is a matter of opinion. :-)

My personal view is that github way is absolutely unusable. The
bugtracker is not clear and it is hard to even see the bugs; not to
count that it is even harder to handle them.

For the wiki, I was never able to edit something in their wikis. Such a
"wiki" does not count as what wikis should be.

> Also wiki - it is just git-repo also.

Beside the fact that it is not open source software, it is a pain in the
ass to look at there hosted git repositories beside just cloning them
with git.

> And you do not need to spend time for setup and support custom services (if 
> it is not a hobby :) ).

Well, I have already some server(s) running as I had bad experiences
privately in the past. So I decided to do them myself.

We even had bad experiences in past with Geeqie from the problems we had
with Sourceforge and gitorious. I don't like the fact that this means
more work but the two switches in the past is the source to lost some
users. I think, with at least having the geeqie.org domain now is a
great help to have a common address that even can be migrated to other
platforms without loosing users.

To speak for myself about how to fix bugs. I think that this should be
as easy as possible. Using a browser for that is a pain. I would best
like them to be manageable on command line where I do the bugfixing. If
I have to use the browser and get to one bug only after 1000 clicks,
then I loose my motivation of doing it. Keep in mind that bug fixing is
not something that people (including me) are like to do.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV/nSSAAoJEKZ8CrGAGfasE5oL/0VpL0DUpSSCI0TXXJpOuqpz
Q/zIiA5a2WZ3ExqoUBr+cawfhyAzePxaUBHk1aj2v13XM8XpvHJo4hyu9QQWCbNN
EQVtyixAU0hZgKtNJ2VJ9lfVsIcJUpM5BODD6vm4iTvsIb2cQJmm4T9nsvPeRpCm
3xJSd/vv2+SYgfmgakO8MQ65u68pC3iKQ4gekvSRSl87qYxQY1IG4Wgv3uBGGuLD
z0BGvJc2lnYViIDOJTiTqvA4xVGhmPM6ihjBOGkDCe2Yp9JZck6uL4TIQjemg0VY
WPGi/Pe/tbE+j475o/mw67pQG8P5S2L73VXPublfQQrn2tMk2Y6wFPTyZLDpTrFd
o4jTFhLsoAyH3OgufyepbM/h2d/zlg92x0zJEBS3B7Sf+5ttuPzGzp7SxgntOvI5
zRmTj5kNsVbzXYHn5uNdtY4FjGM4MHnbXN9Hxk6o9WnPgnBVDYMI66UKXnWtIUte
T54ImNrVbKIRTKq/M88RNBy1NIVuMU8KM3NRXBltDA==
=txtM
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Getting independent of sourceforge even more

2015-09-19 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

I am thinking about how to migrate away even more from sourceforge.
Currently we are using the following over there:
- - Mailinglist
- - Bug tracker (Well, using is said too much, I think, nobody really
  cares about but users do. :-()
- - Wiki

I am thinking how to migrate them. There are my thoughts. Please tell me
your opinions.

Mailinglist should be easily doable. For example via mailman. I also
think of other software like gpg-remailer or similar. Easier would be to
migrate to a NNTP group but event that this is the more sane way to do
it, I believe that users will not find us there. :-(

The Bugtracker is the most important, I think. There should be a way to
do the following:
- - Import the existing reports
- - Have a sane web frontend for users
- - Allow devs to easily work with it.

For the last point, it would be (my opinion):
- - Inside of git repository
- - Command line mode

I had a view looks into how to do it. There is, for example, sd, but the
project seems to be dead since several years. I once had a look into
other ways to do it but have no real solution for it. Maybe integration
in a wiki would be ok, but management of that bugs might be horrible.

Wiki. Here I think of ikiwiki as it gives nice ways to edit it online
and offline. Further more it is implemented in perl what makes it nice.
:-)

So what do you think?

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV/VJPAAoJEKZ8CrGAGfas5/8L/13QJMPI0vx8/BnV9syP7dow
ST9NpuaROPZjkekBN6DikOHk7dhbqD+V2TjlfvPRdoLPDN+EZIplF8VNrIeDUgYw
Mp/5zrRJqTlBt/px+rPsmlT7ksnFTZVHaLiz9xA0Q8NXl0zuOuGKd1MQmO5J9s4J
dymh6tEOSWAbUqf2XKOJEeweIrLVouyBEssBjB/FCYy+hJ592L9xy0hHyJ/6nvr9
SUiQE0Hu8ycJHfN6d8lKBgncnEgulyPR+giib29jFfzcIgj5bChbx55p95Iepsun
XZB5b9EnkdFn+rcnqkoJSvFKJ7fmiP3VLBnVclc+xZUaK75IOLJqjEB3KVDCY4ue
dWBOXI5unzoCK9SLAfVtMr755sf/Cgh9mzPKntPF7s2bLr0Whe9kZxcDmyzrziZx
oWovtYS1+MOyJV/CzV+P69PpVP8x0kbIvKKvMsYIDFJm8O6rVdePbKsKlPbmFcti
caYU0NRfvFIa7b5nOMzwB1iGckq6OXRtx70RYEB/nQ==
=BypY
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Full screen mode broken

2015-09-19 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Sa den 19. Sep 2015 um 12:17 schrieb geeqie-de...@stefan-klinger.de:
> Hi, I think I cheered too soon: I've managed to compile geeqie version
> 1.2 from git (be9732c).  However it still shows undesired behaviour,
> see second part of my original request (and now I understand why Klaus
> said it would be unrelated to the bug of an invisible window):
[Problem with focusing other window when in full screen]

Yes, that is still a problem. However, it is annoying but a minor
problem I think.

The problem here is, that the current fullscreen implementation is done
to work around some weird stuff in some window managers (namely Gnome
and KDE but mostly Gnome). It is hard to find a working way in all
window managers.

The original version from gqview was working with most window managers
but had have some issues in Gnome and KDE (I do not remember exactly
what it was). That was the reason for all this patches out there that
tried to fix the fullscreen behaviour in one or the other window
managers but made it even worse for all others.

The current implementation works on all window managers I know with the
small drawback of the focusing problem for windows behind.

If you find a way to fix that too, patches are welcome. But please be
sure that it works not only for one window manager.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV/U1HAAoJEKZ8CrGAGfasJUYMAL6tXF9qq1oYCRImm0iZP3UN
SdIRKlD2znX1tBms7OPcVkL51A4qz8T9xRcbLZ6WH7vpFoWZ2u0nsBZGvSqTkgwX
pr6etByqGAqkenrrRbVnVG0uXsjkT2Ro5w/qgFzQH5RPc9ihxiDfIC08vNs5B7/S
cTjTAZBcNE5fkI9w/bQjXI5StkrfFexiEpMxf5JmZnyHnfFe4LyCdCQ3U28VzZ8y
kvHeszgO1HxpH4kXV5bkzXtUIQLLCp5IzXO1woL9Yzr0fp47BGJZOJaZCZGMRYzl
0f+inqTzcsENT1Fa/OcLq58qWyoHtgE00IY5ZI9AG3oVtavGi0Yq47meyERCGE8O
WMxfig9zOjvc3KUgXSndrjcmULbLQNsYmYKYTrBSgtW62no8uNONPzQDvsxF7CKm
UqPEfUjxNvilFcrn2fttqsuFWRaf1HuvGlLWokvZ/hxM8pY4G5GsvtWvSOnuPkV0
7wW1NUt64LFrHwnonEKAivmRc31xIsxxkh5d9Ov3Sw==
=SOkZ
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Full screen mode broken

2015-09-18 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Fr den 18. Sep 2015 um 11:31 schrieb geeqie-de...@stefan-klinger.de:
> On 2015-Sep-18, Klaus Ethgen wrote with possible deletions:
> > Don't use sourceforge, they might bundle software on their side with
> > maleware.
> > 
> > Geeqie is on www.geeqie.org now. There you find the link to the current
> > git repository. ([0][1])
> 
> Ah, thank you.  Geeqie's "About" dialogue still shows sourceforge as
> website.  Someone might want to change this.

Hmm, good find. Will change it in master (Not in the stable release
currently).

> I cannot compile commit 1e962d0, since it does not include a
> `configure` script -- sorry.

./autogen.sh

... should solve your problem. That is what this is for. :-)

> I have successfully compiled the tarball [5] provided on geeqie.org.
> It does not show the described bug anymore!

That tarball is the same version you have except that it includes the
glua.h file. There is no other difference.

So that means that archlinux has some broken package. This really mean
that they have some kind of patch that introduce this bug.

Regards
   Klaus
- -- 
Klaus Ethgen          http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV/E2DAAoJEKZ8CrGAGfasFxcL/2Ahdz/ewb1TIun9ZFT9VFpF
nISYlPGGPfp2p4Huyt2qHq6eB0PxYBhBDh0Nfayu19hfYMBL3i+2gQa5DptI3ftA
IdInOjeW9lVJUVhtxIWZPXlfNI6JizdljedqupE42cgBr1Qok4BNaSgFul0HaKXd
tHyTWJDF8NIpYKkBS0RuJS3Wmal2HfIVW0ooQDdwZVR6K1aoJdXD8V8xD9ORskOX
nOc/1DX3c30zkNzuSwtlQQHTvRGK+C7sGOdZDHSEgMOgYfzeYMaKi+WMDb7pX3cS
TtZps12FoeC0uiF0r528ODmdyoJeg1YRs4hjMSm2aEIHM/rWfaQvsLKgDQGmuI7V
HZNfZ6GMawBp+TTIf85Pn/LEWdD0aD6BE/Dgm1//rPu7y0fz1kxx8lJsqWwvYemb
l/K/oNgIezG/6OKmP9V48yFNj5PT0gWhXE72AsIg/83dDnuOrC0snTF1FTsu/DeR
Xmtqhoi3Aa/Yzf27tbAGpBWsEW2XhHT3YsUZxOIX+w==
=T+it
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Account to change sourceforge

2015-09-18 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

I created a new temporary account on sourceforge to change the infos
over there to point to www.geeqie.org.

Please, can one of the ones that has still an admin account on our
project over there add me?

My account is eecheey6 (Just created by pwgen. ;-)

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV++iIAAoJEKZ8CrGAGfasrz8L/jEuW5/NWy7CcP85Ak+SbAr/
Havx0VU7O+JzozuIMZcZ5EIYVXmQbFEzmvY5U6B0iw0wEy3LfTXFFounf/xsrjj8
vPHPDSSguHDjUZurgVcfqqQSZjHIKeGx6uvQYU8Ltdmt+sCPLlJXwzZ7JaTxyijX
fIjQc58iHTVfFosBnYKe301xp1IVuPYnQv+R2IcImlCAqE4hXVgsPCKbKYHs4euK
LBpiXY14+TeK3mXHx60+WgCKl2FTnpNWLKOVCrvr9IkIRIqblFrit7/COnIlB3HI
e0rWoAdxnbpKRd8PlD9St4jHdWQuPWHHBDkzLiFjPoGIEUEggy+KufL7Gk/aWQBM
sCaYYB/C0T2zw3+3Dwyba71NnEZdU1XvSdk00Sx53calVm3eXEfIl5CAsKe6vBRk
qicNQHFg8whF9N/BZk8stnR97U1gMu35GcFpKYvDi4Jx5E5RzNMCvASFFvPAsWML
vMb3z+vTMj4D6WaYdr8Szc6eUXhs+IGEFSq3rRmseQ==
=oEER
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Full screen mode broken

2015-09-18 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Fr den 18. Sep 2015 um 11:04 schrieb geeqie-de...@stefan-klinger.de:
> On 2015-Sep-18, Klaus Ethgen wrote with possible deletions:
> > Not really much. Try to compile it yourself from git and see if the
> > problem still exists.
> 
> Is there a git repo for version 1.2?  Where?  I only find pointers to
> 1.1 at sourceforge.

Am Fr den 18. Sep 2015 um 11:01 schrieb geeqie-de...@stefan-klinger.de:
> Hi, Arch [2] seems to package version 1.2 of geeqie, while
> sourceforge.net [3] only provides version 1.1.  I have no idea where
> the've got it from.  Version 1.1 does not show the problem I have
> described.

Don't use sourceforge, they might bundle software on their side with
maleware.

Geeqie is on www.geeqie.org now. There you find the link to the current
git repository. ([0][1])

> I've put the Arch packager in the Cc field.
> 
> @Eric: See [1,4] for description of the problem.

I believe they are reading this list too.

> Is sourceforge still the original source of geeqie?

No, it isn't. But none of us find the time to add a link on sourceforge
side (I even don't have a account anymore).

Regards
   Klaus

[0] http://www.geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git
[1] git://www.geeqie.org/geeqie.git
- -- 
Klaus Ethgen      http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV++SVAAoJEKZ8CrGAGfasUTgMAJmD0W96cBW9kn1qqI1DzJGE
lNxbYzFQtcW5pkYVu4vbJEGgJNB1KuBcphSY/M/xmSOyxsfg35UlpQj+Dq7AhtrD
wm9Gig+rJnZBcuHUxpIatK3TvUk4ieJYHRv+3o7vZznkS7QHZXnlQSDHkqzu8bz8
Q71d8K2ZlECRowa2O6i2dg9wT1B4nwf6l3ACY6J7i/6FQcczZ4h1QO8m/h/rc5VB
am9vzEgCpzhL+9AhoVGqbZGdM6lEJcZ3TQ4rzDAUIctpPo58FwAQPaVFU7aQwllk
Nhs2P5iXaQMEYGRv/aN78ItD1pLoZLgYPWUETL7+G/NjsyZhLL3soh13KsfzyYcf
U/373o6GML2gVD8uNOdDTidnQuIhC6BoeZn6EVOwKYiM3xBojMcHIRNVD3IHpJM3
FQIiNTCzZrRn0BItU3vS/Wqy5L4ZOuLJonNYVeM1620seOuA7gHilJJKmonxzwk4
wqQfgNlzL3NyuPbkwSaDU1RF1LqKtn4BsB16Hs0rmg==
=mKxv
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Full screen mode broken

2015-09-18 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Fr den 18. Sep 2015 um 10:40 schrieb geeqie-de...@stefan-klinger.de:
> > > How can I restore the original Full Screen mode?
> > 
> > Well, I don't believe that it is a problem of this particular version
> > than of something around.
> 
> Hmmm, it started with my last upgrade of geeqie, but I don't want to
> jump to conclusions...

Strange

The fullscreen stuff was not touched between 1.2 and 1.2.*.

Maybe they added some patch that is the reason for it. There was several
patches out there, I believe, origin by ubuntu, that had some massive
problems with fullscreen. Ubuntu seems to only care about specific
setting in gnome window manager and not care much about other window
managers as it looks to me.

> Any ideas how I could find out what causes this?

Not really much. Try to compile it yourself from git and see if the
problem still exists.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV++KRAAoJEKZ8CrGAGfasmYML/ApA1EPYP7SHMpPoamHblmXu
djjfZU/UcHyTKmSwZAzNzHXmPxZ+xGhybg4WLUrEsWKJ0gSy5l+qIXrAMkZQHKOe
+4pbQQpvm+d7XCtF4CmOveNsgT3obzS49eTvQjkytp1hpO+rrc2MwaI5DSM8LKjg
breZq+TRxDqVsEzGOqLRobqbz1bTaE6FdNAF/o2zcJ9+leYovsddGYLbpEB5Gi0t
0U9coTegHNV9V5NglRrTUOafqvhiVA97PsBkYNL1IKybT0IIvnx2L6BJppVoLU/z
qE/fmMZSeV8qODVKQz8PquJmF2bIpxC2CKTMr0+TMZZv8GDJcCIqakqP7tSnfw/q
A3v+yJ7TJnGm3nn1e34rFFvab+m1sn3PBGZOlVrG837d+taQasYG33MVzlyx0d67
z6Zafd1Y7EkEJj9bK9mAkSOf7ApWNrdsofqFhKAgAsReXqoFjj791Ya75Lf4b8WM
1G8nQeYLBkE28k0/7NHSHipeLIkg6SqmHlI7bu+EOw==
=GIsT
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Full screen mode broken

2015-09-18 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Stefan,

Am Fr den 18. Sep 2015 um  9:51 schrieb geeqie-de...@stefan-klinger.de:
> I've somehow failed to add to Jeff's bug report [1] on sourceforge,
> that's why I'm writing here.  I'm running Arch Linux as well, and
> 
> $ geeqie --version
> Geeqie 1.2.1
> 
> Hitting `f` to switch to full screen mode creates a window of one
> pixel in size, and prints the message
> 
> fullscreen.c:306: Original vindow is still visible, enabling presentation 
> fullscreen mode
> 
> to stdout.  Under "Preferences/Windows/Full Screen/Location", the
> choice "Determined by Window Manager" is selected.  That would be
> 
> $ fvwm --version
> fvwm 2.6.5 compiled on May 15 2014 at 22:08:55
> with support for: ReadLine, Stroke, XPM, PNG, SVG, Shape, XShm, SM, Bidi 
> text, Xinerama, XRender, XCursor, XFT, NLS

I use the same setup, fvwm and fullscreen set to window manager mode.
But under debian. And all is working fine. I am not able to reproduce
that.

Where did you get geeqie from? Did you compile it yourself? Did you
misss some libraries?

> I've tried the other options as well, all not satisfying.  They behave
> as follows:: Full screen view appears, the message
> 
> fullscreen.c:301: Original vindow is not visible, enabling std. 
> fullscreen mode

That is what I have with the setting above. However, I believe it has
nothing to do with your problem.

> goes to stdout.  This full screen mode is rather annoying, because you
> can easily switch focus to other windows and interact with them, but
> you will never see it because everything is obscured by the full
> screen view.  E.g., pressing `Delete` will open geeqie's "Delete -
> Geeqie" window, but you don't see that.

That is a known problem. I have no solution for that currently. Maybe
the best would be to switch off fullscreen for that. Will see.

> How can I restore the original Full Screen mode?

Well, I don't believe that it is a problem of this particular version
than of something around.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV+9VSAAoJEKZ8CrGAGfas8uUL/2m5kuppzAjeBx5X5dxFMnou
N6v0V4DCAhnjELflrORVMlFcr4MJBFxEpA8fo8uZ39UUAMe6+DAYXLYBhHASJt5g
Igs0cbRGwfpsW9K24KTqd3AZDLaIjrhEAd++V+hTdLd1XWGUugW5Ooc/j+8HR9dH
WAxo1Kzb+g9X0vvj2BbEoZTJy+ebG91roqu+NP7vXfjo50lSmA1KN/pN+zxj+9Sm
fLmmiCJ8HzuNxiwDsM9rNAP4Qsb/MFKjPeEhm3qK8sYcjCEz1qfc+prmD8xd1+P+
08O22EobcU4Cz4L7TZIGs5OcPPOHUpYCuIMGXozTnmXcfloXFHj41fxp8ceMju4O
4x3vy0J8x3c7ArluQN3bipED1RbZMwhMNtQA+vVOgqJIHKAbGlH47nCeutIlFwXb
CrbbNz6YXCVm8vpmNgpNfFpxBmVMMAncGBZ533FxDkfMpAFEIuNdsWADWkqhdwEp
d+OVwqgZ3pUBoxbLbSAzDsl8veRWYOdl2WSPE6LHVQ==
=fGTO
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Animaed GIF (Was: Version 1.2.1)

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

H John,

Am Do den 10. Sep 2015 um 16:27 schrieb John Stoffel:
> When will geeqie (if ever) support animated gifs?  I've been forced to
> use ristretto lately, and I don't like it nearly as much.  

I would like to see that too from time to time. The only problem is that
there is not enough man power currently doing it. There are several
problems that would be more important.

I currently do not know any image viewer that support animated GIFs. I
always use firefox or gimp for this purpose. On the other hand, I do not
have that need too often.

But if you have a working patch, I would be grateful uploading it. :-)

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV8aglAAoJEKZ8CrGAGfasaZsMAJwg3Vt5352jrnT96YIsW+Of
ReI8AyZRI5qNbpEkU5lMV4gUo6+M6ulyEgCOqnhKhfu3nwNQMcWDuEKZd+LrZAfp
mkw4+GXxHfBY+57GHIbDROerHj0CNXPwOTM+W6fDVLDin1kPoKXDJKqM7I+SbBjg
lRStgkHeE7sDdjf+EcaBOTtCOER9Ib3um4aZzHhPToqVkwyDeOi0jDRooFa/oUMx
SOmEbme8ryn4GdShNSydPeG34VQZQ1fUxJkU4+Lg5aDpQxZbt1mIHRtv9aVJhhsS
I6x6FhTfbyySwbW2s+0rUbF/X3qCnGmsCUb9i8e0Lx0zEj4zSS1NNCNx7LN0P6Q3
R5SHnEBd/oKhQrg1zf10cZmqteRLHTV/MUCcGDqcuUPga//5eVdVXiejVs5syfLe
mDuzu6xD480Sm31WIComCxzLxMIJxCr+ZF/EB8GTnEOkPhjfEVmmrAUgvjngd79j
CfRpPkQO84H7ZR9zfYxn7y7OfBCbHBg93rZf6codWw==
=YEJ1
-END PGP SIGNATURE-

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Version 1.2.1

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Do den 10. Sep 2015 um 15:39 schrieb Greg Troxel:
> > Ok, released updated 1.2.2. *grml*
> 
> Thanks!  Can you post a URL?

It is directly on the main page([0][1][2])

> Ideally "download" on the main page would
> go to a directory that has all the tarballs.   Doesn't need to be fancy,
> apache-generated index would be just fine.

That was, what I had in mind when I asked about who has web development
skills. :-)

Currently the tar.xz is on the same level as the index.html. So apache
index would not help.

Regards
   Klaus

[0] http://www.geeqie.org/
[1] http://www.geeqie.org/geeqie-1.2.2.tar.xz
[2] http://www.geeqie.org/geeqie-1.2.2.tar.xz.asc
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV8ZwOAAoJEKZ8CrGAGfasOtMMAMUWP2FOnUK8MqA2rlfwmrdS
uxgJsmoA+GNxCJvlwJee3DBfg7RQ9tm/36N9rYTVlaCiRE+S9lhk1klh4Auju5Vw
tCyHAUN76R8XIvdkTFnhjS3tS8W0+FqfNDRxGKwjIl01CIHqHFaznjKCgOE2fOuy
Px2O5q9Us1O1F0kQ4j5y1q/oEnicuUxmXv4fU6CIDvpf9VJEf+cbzibgSLydQ/yg
/MCLD4jwQVH4weja2xvMGGmr/UUZZ4Z+g5h3fNFJGTAVincsYu+ZD/u45dmZulFj
s3KF4VWalRvahEbNk3fOcRt/w0zj/zwi7Eq4ukvHrqEixkGdNhbf4tYQ77u7UxOK
G/9K5kN5/Z+YfI7e9lgsfY0NyElmA8sr0nMjXVJBY2v4czRuYolPpNKb/bCTjCzt
MjBOvseSXq5YVezi+wWM8EQg8g4zfTiUwalDt26hCj2SfgbsXEDEwQgSf/28zzXR
AH+K64E4+4/wgMRJjI2jNtXSDnjiewpOBICpg4P/Dg==
=G3NQ
-END PGP SIGNATURE-

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Version 1.2.1

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Ok, released updated 1.2.2. *grml*

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV8ZSHAAoJEKZ8CrGAGfasjz0L/jN2o85KHFO1hbY/bHxFQeiR
mL+K247TAIWP6yVf6A15SdX/IufKgA5emmpyEfG/E3wNrUpAc0XziZ3itcVBQSfk
tBf1PX0esB+50oRoqDCVypY3zC4jjtOXGyvQARZ9QrT+C9Xgg4BkiIE6p0/S1/lT
UGYkuPRT7JyMSzn5eebAxM8bZKTt5LbTLby7Xi0Q9u+u2BoLiEDJkXABs6fvH5By
1dN3Fxu302REqkZxvLvWjx+Ett4Zem8311gLMdoQA2dgTPRPH3r3bHODilVwlaud
8jfsKIeS7okr72zlqeqro8f5XlFiZEKH5+lPVRdd67AngWQpJogveS66fn8vAIfm
hnz2JPD+BLjs/tPtrcQKx6urJJvxUJoBTL22gihbK6axJ85YdLMhy5hpPrxds7HP
66NYSmEig8CB77KcNkzrdCgOVWdIw0IVoGA8H081tesrUC0bDNMDUN1gdpdUbdNq
I9qZlKylV4QpNWEYXW8mIhV38LW8jtkvKbBsyl0ouw==
=PeWG
-END PGP SIGNATURE-

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Version 1.2.1

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

I overseen that the file glua.h is missing in the dist tar.

That means to release another bugfix release. :-(

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV8Y/rAAoJEKZ8CrGAGfasMBAL/1CFccC9NJuWMdRQyjy2+zPY
j996DYz5DhOFLDT4rzGHrKrKJoqfegW7F05kHpGRZRdE9yez16FaYR5+5SPRV1XL
IUGR9/7PL6oQYmwraXI+tmVu3xRbpkE7uL+1OGpDjp7o3UD1AMXu3rpXkHa7oi51
mapDb2OJpde4yImvpoylk1LCY15cjTEz6xWNrVXdnwdlXGi67CUZe7tNalEApKT0
OMRaMMeWqaPMHzHFtUklHy1Rai/UqMjgOSroiOj+agmCdQ4MCWekM2sPnVgwjagN
NEFUMg2kVeqxdnAcw9dtL4xWdytCrQ7599zWFlWMQHsnvkVoxE0yz7y11j7VgnMy
GTKFSx21RdNaGmJNnEXkWnfaPlz2oEu4VMmVwy4c2ipAPaa18UJ3Xb8HgMLUWMqW
Ud0TlCxi6e24VjhRNwXuFVmhQ6siS/mjYoIS2g04FmOsiraW/1kSdflvRBd8XXzA
Ql9OPxCxPXnyJsRlQWuYc99T5oYPKKiGCXqEbVo0zw==
=KeVc
-END PGP SIGNATURE-

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Web (Was: Version 1.2.1)

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

By the way, is there anybody who has a good hand in creating better web
site? The current one is -- well, somehow minimal.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV8YNoAAoJEKZ8CrGAGfasG5sMALG94tslFAKODJq3IrO2/qFY
DF3fB3MR5SjAkKFbY70IyTlaEUjmhsi9fRMcyWIqVQwc0p6xDJkOgjxZsM/B0+9i
NzAjp8OsECQ7mfOT08y+FGs/CXICot3PRh5t5N5Bjx3JWWxkVCxtCpdvIGD2fQw7
kVUSlyr65u3TzEVEOW0OnR32xZ2a1yV5TMZWvR1iF5CJdBnatgWq42thLHkLM0Pj
DG3jQ/B8ez4YEg87maYhOHmuLUCJuThyIR6gndEgYCC2ZniEcUtfcLNe8vOeQOW3
390+KpvEMqLkGvcLT4/pbW1KMGDES92zvMadmsyeRbPO9n3/3ycaH8GEiHksAzVT
q1Doeill1I+vVJDIuWRVwDTuUAwtNbzGij2Ya9R2tIcZf+v/IaghUugAty6PI1QH
3HeqLSuRyifmDKxTg2mOnz9kdiJn17eL9xATtfTn9hYHAq80O11w24YKsAAvR4/L
ClsKHfMYTQB07Td1GXufrEvwq5RP9ycWetuM0BeWAA==
=YA/G
-END PGP SIGNATURE-

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Version 1.2.1

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi guys,

Am Mi den 12. Aug 2015 um 22:18 schrieb Uwe Ohse:
> "make dist" now creates geeqie-1.2.1.tar.gz, which compiles successfully.
> 
> 
> Please create the .tar.gz, sign it, and upload both signature and tar.gz
> to geeqie.org.

Finally done and on the website. I never used "make dist-*" before so
hope it is correct. (There are many added and removed files compared to
git.)

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV8YLlAAoJEKZ8CrGAGfasDWcMAJ7nmdesA22yUzH6cmANDeI3
nJDPI+vAs7EAU283+7Vd2F90qZzkNOy12gyCKC4GhcyR0kWay7B6BQTId+IAP20D
o0+u1nIYZD4+RCYpNtJl1K+H/+vgMensrgHoXxw1tn0XmAGDMSw9tb2jRVEIBYSB
bXYeO3fSh8GwSzMclrJTA5K4lspatZ9LtG7efs9QZDWHVJVC2tL9WqeYqw0iogvT
OtCUzUfEuosenAUnvwUwZE+WNNH/ceV3/hUmYtUEdhSHirsQDjcND3+9hbVOJ6is
RKn6Ic/PRB4jIla8SAyBDDKen7RY9+L2wh3sz7m+eilFi7gUwG4Qbgt9b/u9rGzR
OYnJgVDp8UDQZm8di5cy4Xj6Av9DSWw+U2VGBA7xfNY2/pmI1Sn1Zgoq7U6oElUp
lI8vlzpZopCow7ldIo0o7RYiazE3KbjBF240r8RWPaXJgRUCqpRuVXWGiLYFk6yD
X0EvG+10OdAVAPyD5hfp0OUfOx78VdcCqC+qp8a9gg==
=5tqU
-END PGP SIGNATURE-

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] [PATCH] Fix toolbar visibility

2015-09-08 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Vitaly,

Am Mo den  7. Sep 2015 um 22:37 schrieb Vitaly Sinilin:
> and have discovered a couple of small bugs that nobody seem to care
> about. The first one is about the toolbar that is not hidden after
> restart even though the configuration file has the line
> 
> toolbar_hidden = "true"
> 
> and View->Files and Folders->Hide toolbar checkbox is checked.
> 
> This bug was introduced in
> 
> commit b4581c40f8cb47f32d1102589b005d5435e9e297
> Author: Vladimir Nadvornik 
> AuthorDate: Sat Feb 28 09:59:27 2009 +
> 
>  create toolbar from ui_manager
> 
> (So it is already 6.5 years old, huh :)
> 
> I couldn't find a clear statement in the GTK documentation about why
> widgets retrieved via gtk_ui_manager_get_widget() need not to be made
> visible explicitly, so the observed actual behavior on my system is the
> only source I can rely upon.

Good find, applied in master branch.

> I am working on an update for Russian translation of geeqie

Might be needed. We have to little translators I think.

Regards
   Klaus
- -- 
Klaus Ethgen      http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV7sPiAAoJEKZ8CrGAGfasMOgL/1uc5rO94HJASV/LKYbIdNw3
TT787cwNoJUNt2UWjdW/FwgqW5U3YtJkynIHZJp2VCGbKwgGEv2NtNcOg6+n6c+w
GzAkh3E+Ph00ITHhUWJimpg8rNWN4qJaOzmtCNsi7axhchzze6JxzyqGasuLbabm
7DH20kj4ouwCCu4cGSUmdhExsdkTqjbn4qQ7IscgBgHg+e5dvQ+hkRyLLh8qIXsK
yl6tj1f2S+0A43REuW909rbA4aozT33RJCllbNuavOY0dXen64XukMWpAWGy/Fv/
CSU+9o65QHwPlzcNAFlGhuRCFGDn3KQmXSnkXKRBPGwMnvnM4wsdcqOE5eHQMPQc
Wrn0ar6w9AWAikdwpRx14XExMm+kBtXACG87eRPUYWAbpSAdZc0bNNbfdJst04NX
mWJk1UQV4WG9XmDgpQ0QUhqMBbCK2HhPdMAYtUHNwkVorF59PZvMXF2Z6UxqF6+B
+5DDMpMgiSgiTf45zza5LD6pXZfLzGmofk1f8xoBLw==
=3XDX
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Version 1.2.1

2015-09-07 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Greg,

Am Mo den  7. Sep 2015 um  2:14 schrieb Greg Troxel:
> > I released version 1.2.1 as a bugfix release.
> 
> Is there a tarball on the server, and a download directory?  I can only
> find a git tag.  While I can of course build from git, I'd like to
> update the package in pkgsrc, which is generally based on release
> tarballs.

Currently there is only the tag and the abibility to download a tar.gz
from the server.

I had some trouble with the current GCC5 transition on debian that kept
me from creating a tarball. However, I solved them in the weekend so I
will hopefully come up shortly with one.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV7WPHAAoJEKZ8CrGAGfasD7IL/A7bgUSjI1Rww3cVvwX6F0WF
6ItJDjL/cAHgMzR7W3POlGf7hGGlQQnWITG3J9vV5wvqgeHaelRK5NLA935gj0Of
5+AYJEvtkp6UtKyN/nNpduxtTR3+ssdJFAOAxUvRAq2HOSJp8GPKcBjJUpJOkS56
NRj4nOwODJ9+94jaxX0PFujb28sGBFwz2wkzrbm/ZYy33Tk7lQ2xgHfftOsAOQsx
FzccAf73dkfsNa6NRamw3CJeqvQcIaUN0BgHQzKLEmnmJzcJETYN9z4kOOWP5rEY
Kx+WzfCgxNxGp3XoDBA+kSz+j4wBnXDnphKpPxxe/7uW7SGbU9cSegnoQ87FtUPq
GZw3WmACgy/lHhaL67zlgtkkR6LK6gncDAaUCBJreSeStt6W1L12dTUVLD4BNGdk
U2TZ/lnyah+EIdsjQimZ+FKCkf8r1eDJ4r8T6e6j3OPa8R0dQE4U55namsET/i/3
z7rDx3zoTaPCqykueOO5Fjg+AQG95TevFxu+rzWUrA==
=RATL
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Version 1.2.1

2015-08-31 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Ian,

Am Mo den 31. Aug 2015 um 16:40 schrieb Ian Zimmerman:
> On 2015-08-31 12:39 +0100, Klaus Ethgen wrote:
> 
> > Sorry, folks, currently, my debian system does not allows me to install
> > the necesarry libraries to do that currently. Debian unstable is
> > currently -- well -- unstable.
> > 
> > I will come up with that when the gcc-5 transition allows me to do so.
> > 
> > That also mean for me limited ways to develop on geeqie.
> 
> I still run wheezy (and no plans to upgrade).  Maybe I can help?

Good decision. I also have my server on wheezy, although it is not a
development server.

Just wanted to say, that it will take some time to create a signed
.tar.xz with all auto* files up2date on the homepage. And also, that I
cannot work on the current stuff; at least not compiling. I managed to
test the upload of debian version but then I did remove the -dev
packages and the new are not installable anymore. I hope, debian will
solve that gcc5 transition near by.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV5JNtAAoJEKZ8CrGAGfasNqAMAJ1lOFPdUIyY7k3+9E0gs5gQ
eazfel1IHjbiqmgPhqXQOnKuD47FQ6XPoHMI1wRBvVI7DBeB0l1cn9AVZhNQxVfc
RcBqql/fSCoDvkVAkjEzD2VfarvwhJgbAPhqKweLtAW6M56nJThd01UIZeApNiLx
FHpBtzbdrDmF00B2rd/yuWQq09vWEdIdjTO8i2M/yft/qX4XLiomttV14OzgutJR
VhYwLXc70a0mQ2KoPFBt3r9KJdXOkjWK9CoKmyA73KFIBkW0fIuAekUAjysLs9n0
5X7fKCpMBIM3LmBUlBZtNzk1B1lHCFizTNF+YWalhd7+e/NsO6q9XAhnNzR6ys5a
1U0DF6n1KTgjQT3SpmZZTZC2I8DEfWtnCEYyzXoJPjQWvLz6FTZpGJcN0k5OmE+c
3zdeW/kT8BNu5PvrrD1BMfdjNaeuKhtF5j93dYSib3sQeKYXUzv1Sx+afttMPGse
/GIm9xx8OUqHSAczsqIszqnIc01q7K7LCPdKqmaoxA==
=IP6d
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Version 1.2.1

2015-08-31 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Folks,

Am Mi den 12. Aug 2015 um 22:18 schrieb Uwe Ohse:
> "make dist" now creates geeqie-1.2.1.tar.gz, which compiles successfully.
> 
> 
> Please create the .tar.gz, sign it, and upload both signature and tar.gz
> to geeqie.org.

Sorry, folks, currently, my debian system does not allows me to install
the necesarry libraries to do that currently. Debian unstable is
currently -- well -- unstable.

I will come up with that when the gcc-5 transition allows me to do so.

That also mean for me limited ways to develop on geeqie.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJV5DzuAAoJEKZ8CrGAGfasE/IMAIGEOMazB3XOU98M1Hsej1QX
LHTs5cntmNrlU+9Rye7olnREam0Dir5+Y85bWrnjPcolqmHB7x/Cq+LUuK0pGzGG
A6W8ZSWBTRtdjJv54/zheVTAqnrdOdJr+bPJeD74BiGHia+3evieWGv+g6Av7j4q
aHZFxlpbqEPmCck/fgIZw7YZbChPP3ojdqswC/DUXu2+zeDkxIfUeDAMH70xS4RK
9L17x3q/DgdShSbmrMbyIt1P0OaBLLja9RsOdvfmO9LYKOZ+cZKlFIlF1mjXBBaU
BZ5h2tkvWCN3tImIg2SFwJyp0U9A1J2uzvfrMeRoR46EuzE216hvIomKe8NkyIc9
C8bsdLRBnVK+WWFqrFhnOMfj6kjNdMX9bpx741TrPPMIqJXYQTMymGKTO7g41zlX
fD/0Upfx4PJCUoKwFYlIOZMPWYyH+wLA4+brJ8VKm6sYbw6hYzQYPQg+GNS7aj0c
bSSahGtOCa5Uli4Q30hDB07NqlhA/xpOIitFT+XqvA==
=bNdE
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Version 1.2.1

2015-08-13 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Uwe,

Am Mi den 12. Aug 2015 um 22:18 schrieb Uwe Ohse:
> the attachment completes this, i hope.
> 
> It updates:
> 
> - ChangeLog
> - NEWS (well, sort of)
> - README (sort of)
> - configure.in (to update the version number)

Look at the branch "stable/1.2", not at master branch.

> - src/Makefile.am (to include src/glua.h)

Yes, that needs to get fixed.

> "make dist" now creates geeqie-1.2.1.tar.gz, which compiles successfully.
> 
> 
> Please create the .tar.gz, sign it, and upload both signature and tar.gz
> to geeqie.org.

Ok, I can do that in the next days.

> I also want to suggest that "someone" updates the sourceforget site with
> a number of links to geeqie.org. The more, the better.

That would be helpful. Unfortunately I do not have a sourceforge account
anymore. I believe, only Vladimir can do that. But currently I cannot
reach him.

Gruß
   Klaus
- -- 
Klaus Ethgen          http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVzFmFAAoJEKZ8CrGAGfas5qcMAMT08MoXGZ+9/jzauBsq3HJE
MhikXrwkGKZYynGcyh7pTOnQ2hK9pogA/GVxZVn7QTEYvQGdPrYzxyXxCo+vBHyf
M5qTpxuqW0ORYs/La6y7yOrEfRKr4k0tlFXraZja82gHayYC74p+aCZ2WE+Sw0M6
MH7/QNSfz1hDNNRcVw368q3LJWGprmmNQsRjN900k/bYarDCsml/uIiEnMVfVpLs
icHJCDEVaRy9ZV8kQ+w3eX3RVUN0+vIskiwsaod9f1+6ebMEUBdOb+GQyvrR9Rj6
+RWBofFmDtW35X056nvjJar3H6mT5GTH2MPgrp/hs+g++2KgH8sc0//Gr2GORrAb
3mQVd0lhzCKSuuPI0HQ5izQQg2anSB49h572eDktIyPszXd59VFBKxj2y2tQ0kiP
x88awvlOsRn3iSA0LpByikffoyuqpnvmaMMyzAyn/PP1YEzYRtXRndpPBUn4iEw7
HC++rIKC74ILn3sjpnqpe3R0ELxZuYWKkseqiLBcoA==
=sUPP
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Version 1.2.1

2015-08-13 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Frank,

Am Do den 13. Aug 2015 um  0:09 schrieb Frank Peters:
> I wasn't aware that Geeqie has a new web domain.  I'll have
> to update my links.

Yes, I bought them when we had to see what we do after gitorious was
dropped by gitlab. Now we have a way for the users to have a single
address for Geeqie even if we decide to change the hosting solution in
future.

Currently that domain belongs to me and I am not happy with them owned
only by me but we have no other institution that can own the domain.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVzFffAAoJEKZ8CrGAGfasSboMAIobsFGMBYjp9Nwx4RTtaALs
X3qtLGOGG80Qw1E/qPsGhiZM3WFt/JlJJ1I7Rh5cq/MHQD/Ly1sDI8ckDRnx6+hZ
ZNZlqFzaxXpBLts0YrzrV2Lonj5707KpzF6KiVQ4+FtOo2H0Se6z307qXdkU3nBx
Is57NlT7ExJU7fUUwl0trjx0LfCD5TW70T0stnPEZtB2YOCtoXUQ8trtlXcYcGKg
JU4xPdui7E+MIQOeJvON3t+Zk8BJTQr1y71vsR4IpoFRzP6QSH6nBnE0C6iNXTpe
zBNLMjB3377GKXl/3XFOV0omMLspkVNYFn5RvtEwHubmNs7HZ+XDLHbjtvjMuWvw
I/v9R2SGfeOpRKjfJLmutCV9pq3sSkBaaUrxyWs7ev5PIzBytuWI597wnbzm19TO
T4V3Vz3D7uKNdrXXnViTDC/U4k5zXoAD/oBP7Vody9SMzJimd0G5+8jn6+ythYAk
tyqI6awwJ4dzYIFqBdsDTkc1CLNAJwbmoFj3t44uqw==
=s70P
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Bad optimization in renderer-tiles.c

2015-08-11 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Di den 11. Aug 2015 um 22:07 schrieb Uwe Ohse:
> in src/renderer-tiles.c there is a really bad optimization, starting at about 
> line 1336 (current qeeqie.org git):
> 
> 1336 else if ((pr->zoom == 1.0 || pr->scale == 1.0) &&
> 1337  pr->aspect_ratio == 1.0 &&
> 1338  !has_alpha &&
> 1339  orientation == EXIF_ORIENTATION_TOP_LEFT &&
> 1340  !(pr->func_post_process && !(pr->post_process_slow && 
> fast)) &&
> 1341  !(rt->stereo_mode & PR_STEREO_ANAGLYPH))
> 1342 {
> 1343 /* special case: faster, simple, scale 1.0, base 
> orientation, no postprocessing */
> 1344 cairo_t *cr;
> 1345 cr = cairo_create(it->surface);
> 1346 cairo_rectangle (cr, x, y, w, h);
> 1347 gdk_cairo_set_source_pixbuf(cr, pr->pixbuf, -it->x - 
> GET_RIGHT_PIXBUF_OFFSET(rt), -it->y);
> 1348 cairo_fill (cr);
> 1349 cairo_destroy (cr);
> 1350 }
> 
> it looks good, but is dead slow, for each and every call to 
> gdk_cairo_set_source_pixbuf takes at least 15 milliseconds on my not
> really slow machine, which amounts to over 2 seconds if 144 tiles have to be 
> drawn (tested with many jpegs and a few large pngs).
> 
> i propose to remove this optimization until someone fixes it. After removal 
> geeqie is fast, again.

Thanks for the find. I will put it into git.

Am Di den 11. Aug 2015 um 22:42 schrieb Michael Schwendt:
> http://sourceforge.net/p/geeqie/bugs/213/
> ( Created: 2014-12-05 )

Well, to be honest, I, personally, do not care about sourceforge anymore
since they started to serve maleware with open source stuff. I even do
not have an account anymore. And, frankly, the bugtracker there was
never something great.

But nevertheless, thanks.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVynMIAAoJEKZ8CrGAGfascZsMAIs6DPUGCw5J63P6eq43OdXj
uqVMlaYtpOPPHzwIZ25JrguGlvF1JsBfSS6uCHMvIkh/uDzysdAfAeXNhIBT0uPg
AcOnx2cOQD6BYofpzAflbkVanJ153TK54oqdjWFWbe8aZlXBFGdNky9dFXlZQ/dZ
1tGqkY+pJ7SppvTFc6bbkp+WGuIU0DQLNAnEi85V1FLFUPlmYEyGx9BkhlgYJK6h
IRNaU/vK6hkkUuA1d6Uq0qkns7cjIaBLcdvHdabiP/KbGJrWTecebvk4ZTNjjzpr
WQuo89SZRyP+VsLY8yThPQ1vYvhg9qMZDl9TelF8wCEYgHS53NVuULVnGiwFejGx
PMD0SwAEMnhfuHoXt1RcmsmXKRdYWc1VeEZkvcdXOOzJ9rwYNXIlpbObs2s/2gSY
hD3Vq/Idy3b3hxNKU0n8JCpg4VhKdxd0i9Vcqcd7em8rTBCd0OM8NE4HGCOadB3V
o7bZ8RNEJ0iImVJIGizPQr3eNIyKxLZmJiYOOHqF3g==
=9FvS
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Version 1.2.1

2015-08-11 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

I released version 1.2.1 as a bugfix release.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVynt1AAoJEKZ8CrGAGfasjQ8L/i2G+W/AbN585Jj2VkaFxsHy
wAD6/+J0scBLKaA7UgotRSp+tu4yVcFnwMsQhT8GVvz6BU5+8NUm7gqwp1nmuURE
YbHp+A6iuDy2PJwKE4W/KRaZhsbIWX8A/iGBeGevrDeDAvmb1G4AGQ3Q/75x4nh4
M7xh28u2p25Buj2MW6QrhZkJNawd/VDTxNhqP/+kMfh5lA2/DLAR99WTNej0zs8B
aX3K8pSDrPCqOIE81xjkuQpLOii7kdQoUuX2J1d+JswJYUbMxlzmI3JeGBtekG6B
ILbXyh8UslhIZvurmlEgzlCvFTtsbzEETO3oaucdQiG9CjUaDxiij5bli6V8OJwZ
t/4gWk1QSFsPLQjq5hxyVjv1spOyZOZqayNRZpb4GM7uPLP7AJW1bU6Na5ETutfr
cuxQsmDFu51FYmLY80absMUnWFhggmjnNDPn4Qq6YIUklNc4jfsbrS2noNwV4ZL+
nYwxEY7JdjtNJvH6m1zTqYQXVNdgCBsW/880aCvNiA==
=9op0
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] gQview feature lost : properties

2015-08-11 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Di den 19. Mai 2015 um 15:51 schrieb me...@gmx.fr:
> In the old gQview there was a "properties" feature in the right click on an 
> image. I
> miss it in geeqie, when I have to check the size of a file after resizing it, 
> for example.
> 
> Here is a picture to show what I mean: 
> http://citrotux.org/gqview-image-properties.png
> 
> 
> Would it be possible to add the properties context menu from gqview to geeqie 
> ?

I'll have a look.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVynjKAAoJEKZ8CrGAGfas/ncL/1Nm+pyfyiqO+D14BMb+hsGG
WtVhNmcOVEl+rGaxmjb7qqft/ZrmUQ70FRYuMm7AsSV1OkQXFgXPxy7nKifZcT7o
7EGpQc/j15FnScRO4lqKNrgHZYGWgInk21+xgE0cCWgiOax/p6vBgK5qp0bhOzH4
OUoSPlLfU7iUpgjR3Ul8/F1iAHG1T1p7nRN4Wf2r7OI9pBOfUbQrUkGtJ65ATV0g
iqdT5/HV1Nz6e34XiT/3qj7mCyYGl7wjsOQctgp56gw4ELMPnsu5nQK7NzcV/V4b
dqiGnHbLIgTQrs/OlDRIJIahv+cPkeFCtKj6fvIYM32v3+uzvgJBPHJ7bXusidAh
eJopZzyrewjETB2B+fU52FLJPtbhiebKxjQVoiJm4lWsngD29gVRfQOWDMhD7dWY
6imkArgK1TpPBezZpBZreWxU8SqbeJjmpxFzVVvgffX0Et+b7HoKiGcLatsN8FYP
00Mrm+G8paSeb/DQ3Hz3Z0Ctz5i8d6O/v4onn6+ejQ==
=f1pE
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Loosing gitorious in 11 weeks (Now only 8 days left)

2015-05-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Mo den 25. Mai 2015 um 20:01 schrieb Klaus Ethgen:
> Fact is that the URL should be http://www.geeqie.org/git/geeqie.git
> (note the /git/ part.)

That works too now. It uses the dump backend access that needs info/refs
populated.

That will be better when I configured to also push via http. However,
that will take some time to do proper testing.

Gruß
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVY3UIAAoJEKZ8CrGAGfaslEAL/Rk3PSt27JmOH12Z7glyVP8S
I5KS67vt73givw3zLZcEdSu511YYc7uEY4Vu5zotqGAyv1vIqMtzGdMpcK7PGJ08
NV7bqeII2a/VFi+Mxj89aXx+k/RyU8qiIaGK08FSqw7eI9mUP/9yUl/LI/KJ8V5U
djbbSPDTtv8xPqgkvMP9oIR2vnkm6YqUG8CCt608n11do//da5ayHR/La8LH5/uZ
FDIgQio9KF/WeGwraB3aMaNfzD/Um1tehEKwGsw31HvhpJTfjLpU4jiNIPQN9S71
A0wj9dvcn2Dd487K3SXpQGOCZ25c+1JHBMAV+2uY6pGavDhFPTqyDu4MulKw7Prt
zMDYdfansIbVqhqAqPTCrjQTPQy90O4+ryAvr1rG7Ygz5r5L1PnTuB1qVMtBR25/
1N224z7BDfQY41n0ornXT1TRBNsLY0tlmwp269iEFdsVkl06vtvuEuwyECRlSsvL
RVA8XuBN4xIofSxLuukYk1eEcS7Quz/FptpQr290cA==
=YJp/
-END PGP SIGNATURE-

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Loosing gitorious in 11 weeks (Now only 8 days left)

2015-05-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mo den 25. Mai 2015 um  1:23 schrieb Ian Zimmerman:
> On 2015-05-23 13:49 +0100, Klaus Ethgen wrote:
> 
> Klaus> New readonly URL for git is:
> 
> > - - git://www.geeqie.org/geeqie.git
> > - - http://www.geeqie.org/geeqie.git
> 
> Hmm:
> 
> git URL:
> 
>  [13+1]geeqie$ git fetch origin
> fatal: remote error: access denied or repository not exported:
> /geeqie.git

I should have tested that.

the git://... url works already. The http url was wrong _and_ is not
working. I'll fix that in the next minutes.

Fact is that the URL should be http://www.geeqie.org/git/geeqie.git
(note the /git/ part.)

Gruß
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVY3GcAAoJEKZ8CrGAGfasYFcL/AyLZT9zW/RDuHc3C39sjdWU
NTe3T6O4HidjGHJwtlCd82nfhK/5BFQO0RdPzCkxQEPsrQKSm4L3lP0jfS1AjSCy
tpXw+3NlcGwTOjQeMVZacpMLP0U+c44z7GrG1PBWTIJzH3bmi2hBC7kTsCOO6jQr
Yg6I+c3MnKyNpyce++JnhNi9XVbZKtJEAOiavuAKP8gcgjl7MoaXVjO4En5vfDa3
HRIEF6DUfCAFTE8U800YJG0Fjpks+UAyZPM4PSxR4ZG8fxOfKX1vG0TdA7lXdYqK
XudiS0z1YML4AkBLam+u0WbfR2KWZMiwhVcdMlZqSz+Y4jZR8OpyGijm4D7DZoSe
88ryiGY9Rcrbxdu+iQZecKI4a/8N0ZYWAgJgcdMPD6hYuW1xBUuRffNimyzCVYg4
5xRZ4tVHwD9bcodhU1ETm8D8No9LmKSD9ZkoDpr6PLyO8BQk22ycwn5bCSIRsdZj
nnnNryofVBXRq1rYjxgEZgOIK4IVDsu3zfakkKHWZQ==
=qptl
-END PGP SIGNATURE-

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Loosing gitorious in 11 weeks (Now only 8 days left)

2015-05-23 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Folks,

I reserved now geeqie.org and put the old web page there as well as the
repository.

The costs for the domain I will donate. But I will not sit on the domain
and/or where we host several stuff. For now, web and git are on my
server. But if we find a better solution, we can change that. But now
there is no need for hurry anymore.

Just one thing to go until gitrious is gone/readonly. (Currently it
already is readonly as I checked right know, what makes it much more
complicate. :-(

Please, all people, that have push rights currently, can you send me
your ssh public key (2048 bit or better) via private mail signed and
encrypted via PGP? I will integrate them then on the server.

New readonly URL for git is:
- - git://www.geeqie.org/geeqie.git
- - http://www.geeqie.org/geeqie.git

New read/write URL is:
- - g...@geeqie.org:geeqie (Maybe changing that to git.geeqie.org in
  future. Have to think about that)

As I had to open ssh access to the server for that, I might limit that
in future to only the people that have access. Also I have limited ssh
algorithms configured. If you have problems (after I add your key),
please tell me.

My ssh fingerprint is:
ed25519: 256 f3:d3:6d:73:6f:fe:78:d8:4e:e2:12:2a:07:aa:3e:72
rsa: 4096 0d:7b:9d:9a:99:2f:ad:65:14:17:22:7c:f7:3b:ed:b4

People that I have on my list for read/write access:
- - Laurent Monin 
- - Vladimir Nadvornik 
- - Michal Cihar  or 
- - Tore Ericsson 

If I miss one, please tell me.

Note, currently I have no key of anybody.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVYHc5AAoJEKZ8CrGAGfasZf8L/3eRZvchHmYVZv5uVSbgB03O
fEzFCia3nkQnqL2W16ohi2exQqDmtFcJgR4YeeXeD/llxZ/sB4HNrmiSv9Qc3Lc8
rj8jZaQa8gqtoJDoqw+JJbdcfjW8oSeDsNaZ4I6YOCF0SjGZQNVRmpQ+HpY+i8Jd
ywf6AWJa1EJgGQrzOiDLy6HAQ6HE58Yh/uI9nb2RpkDFLqoRGMqVYBjIEP8jpfp3
sKUbQjHDVlETbsnbvzu6gTnsmP9VlgsVHg7kZwivt3lkdWWlHuutS9EoYUwF3MRI
ylmjVkFj2qKV2ByONFLC+amQwGKhan7wwDGqQuNmKgiEBNvVfJIo7cggZuWR6rl3
gT1RhkrDx4MVKyO5IOeGyE9yXSmOAtSnqRtla1BWoLJKarJp/k8YsFpr7QLM4O2b
rSusOShq3j5gzAwWsBvx+vy5GpSxP1VYc7BSsKDNeirhFHSnjyssUelzsBTmxuUU
CYvv35Plak3qOtfOqxQOIGoDTQr3qZxhtviHnm709A==
=W18+
-END PGP SIGNATURE-

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Loosing gitorious in 11 weeks (Now only 12 days left)

2015-05-20 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Di den 19. Mai 2015 um 17:21 schrieb Ian Zimmerman:
> I totally agree with this solution.  The only question is,
> 
> Klaus> - - Gitolite
> Klaus> - - Gitweb
> Klaus> - - DNS
> Klaus> - - Web (Apache)
> 
> will there still be a way to to a direct command-line git fetch/pull?  I
> do not want to go through some web interface, if possible.

Sure. The same for me. I do also do not like web interfaces. However,
with gitweb there is one that can be easily used for the more graphic
oriented people.

The only think that I have to look at is how to do the commiting rights.
Currently I setted up gitolite to allow ssh pushes only. And I had
locked ssh access to only few ips for security measurement. That I have
to open a bit. :-) I also want to try to allow push via https[4].
However, that is not done currently but would be a nice to have.

But even with http access only, "git clone" would be possible.

A example would be my Repository for gant[0] that you can clone either
via [1] or via [2]([3]).

Regards
   Klaus

[0] https://www.ethgen.ch/cgi-bin/gitweb.cgi?p=gant.git
[1] git://www.ethgen.ch/gant.git
[2] http://www.ethgen.ch/git/gant.git
[3] https://www.ethgen.ch/git/gant.git
[4] http://gitolite.com/gitolite/http.html
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVXM2FAAoJEKZ8CrGAGfasf5UMAI+kwNiZoWaZMXs2iVIb/Qkc
PEJa5bGhYQhmYdS12UHeasanP4dJb2E+/NatyIOFZjxo5ISBtIQqBnE2/wNjTWxt
d1uMXYIhCmv4b4AK+hJsiqe8JBJefT6uuHHYaHvQnRPQl6avRqVEA9VU5/vze4ZT
6+YbWEiBVuminey2Qekzp5NqoAPDKMq6eMExeXy4+9LeBRtdsc4BmMrRGAy697/h
HjOhdEppsamVLJqvVE4LMA1o7fZkfUcwiGDYTfLezWWWNRYolUbb6Ai1wP6101R8
fXZyJVwF1CTDP00krYlYCM6B38VpZiJ/drTOh/t7M+8JFG+qPMTfBwrJB+iVHSzQ
blfNClI2ycvJ7rGIgxi6yhHqCjIEo6ATvYd+3W31XweXl2sZfc7W/UxCliTIaodB
Tpn2gLzwnhfxa6tfYjEOxy+aLf80GeUvDEQG09dqpwoDQB9ZaPAgY8cqhFQkrsc8
KmX0P22Ynhurb28Fc69EQcAlQmHURSJBGCdMX9Z6Tg==
=ImBv
-END PGP SIGNATURE-

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Loosing gitorious in 11 weeks (Now only 12 days left)

2015-05-19 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

We have only 12 days left on gitorious but currently we did not find a
common sense what to use in future.

Although thanks to git nothing will be lost, we should have a direct
successor for the project.

So I have a suggestion: I would not like to have the stuff not on
community platform but with the current state I think of registering
geeqie.org as domain and point it to the server I own. I would not want
to block the domain but that would help us to move it to other places in
future much easier. I already have the most stuff in place so it is
pretty easy to configure that.

What I already have in use (for other projects):
- - Gitolite
- - Gitweb
- - DNS
- - Web (Apache)

That stuff can be easily shared. I even think of hosting mailing list
again. (I did in the past with mailman but would use gpg-remailer
better.)

With the fact that we have just 12 days left, please tell me what you
think; especially the main devs Laurent, Omari and Vladimir. That
suggestion would be nothing that is chisel to stone but it would be
something that allows us to keep control over the project. Especially
regarding geeqie.org we have to think about as long as it is free and
not acquired by some DNS gatherer.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVWzMFAAoJEKZ8CrGAGfasFm4L/itsEBHz6pFQObIdqNljopG/
knyXSDWdTcY4KF+wKyi0DarUWVfquZ8GPe8IUNiLV1iZEYXvxWurGifbk8Wsc4Em
Ls1PLZE+fTFU+pYIRtjo0QSl55+MWF6BhI5/MYu+Wu3mt0b/JiwxripmMzl5fBsX
DCUFIaX93DEDfom1BFxKu6BoA+8l7KFLB4dEg9Y+jC3SZJs+3zGzVlK1jtZHaRJE
nTEwDF/X5+ZsJm9lXiU/M376YRRUDrHhDtsUWke2YZ2VMjZAYr3OA9pWxnBrTKG3
L/OwuupL2jrYHJKTHVhLEDEC4nc35vidxUkfm5O362NeKW1565xFdBrS1H56rQ5T
Z7B9jk5ds7O74+xzVzboll5Jj7TCOAiD413wFfJKbB6Q6AdWEvqwzObbjMzvzkDn
1jJQ5JZBgthrxP/FYShNQvaQalDqB7JvdWQsmNm5oQVfSrJdpYMIIwaCGtmY0qjU
HjxlboOMWQPGj0aJlK1fVaIBoIkUvDd2Am1RE0LfFA==
=Mi/X
-END PGP SIGNATURE-

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] MWG composite functions & gexiv2

2015-03-21 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Fr den 20. Mär 2015 um 22:07 schrieb Alan Pater:
> I have gone ahead with the first patch of the series, adding the
> xmp.dc.description property to the get_comment function in gexiv2.
> Comments and testers are very welcome.
> 
>  https://bugzilla.gnome.org/show_bug.cgi?id=746424

   Forbidden
   You don't have permission to access /show_bug.cgi on this server.
   Additionally, a 403 Forbidden error was encountered while trying to use an 
ErrorDocument to handle the request.

I think, bugzilla.gnome.org are broken.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVDUSWAAoJEKZ8CrGAGfase1EL/juhx7BaS/dW2TUBP0SLApAn
UtYjXAxY/YSfUu4dOVbB3XzgQbhLrl4j6R2RO+U8dlEeuTNQOPv5nB3Qbu9xa4xa
ejta/TYXq5RpD25x6SMZ44zq2bi8E+pzQxGhkhZpse+t4biYLkQ7SyUoVRFCVtXQ
RSUFzK5d0klE/3zbC0SIzKd0hV1JOrrRMRKfkUMSOsc7ZCgsky0ibtzyI51yfmt6
Uvb9d7lnO8XYUuWmBhnQkV+nFpuIL49sfkYlnAyA/BhjapBcZDErsr06GzF02MIl
+wY72Nj+MTYd6HzEAwmYHX7atGqeUOfbVPCBU6uwxBg016+U53Q0seThc3mcLaa4
CKLB+OWE7iHaN4wBhonIDOecqgzPhbA5GE6VFjPQx6Q6NTEM8JRFIvkTJzRz7d3U
gX2mmVtEtGyR5YmHveMFis74QuKkgVDo0CV23WNlMUuvwcTzeNl30cfIBVIk55kb
V4pqZkD34KAveFpdXBcRLedD+u4NaXmQ2Ixfi1+Jbg==
=0qSQ
-END PGP SIGNATURE-

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Loosing gitorious in 11 weeks

2015-03-19 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Do den 19. Mär 2015 um 15:42 schrieb John N Pham:
> Why not move back to SourceForge? It now
> has git support, along w/ clones/merges through the web UI, now that
> it's ditched it's version of *Forge. It's running Apache Allura which
> is open source, and the project mailing list is already hosted here.

Git support was not the (only) reason why we went away from sourceforge.
The problem is that sourceforge has an aggressive advertisement strategy
that even does not stop to change release files.

Sourceforge lost all trust with this strategy.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJVCwdEAAoJEKZ8CrGAGfasAeUMAKCFHKxNq7ZxYUF8vx+T2nCk
LHcd85pYThCVvGs0O2pRcy7phgMrO6ofV/U/Y0LHJQVIuNYeAV7UbnjAAe6R9SDZ
SoEE6C39/w9KvMGLOdjSCMKv4MKf/HX1khT86ob5BClvFVIGazVa9VXBVttTEFPN
L/hekYmaF5fcHoGYHp38F017xHSzUJmK81ogiwkiXiahFU0FiZ3RgHK1Mjahovle
lerD6hrg5Qm/s0eUjiSE/s7eMzH2CSK+0cs4vOxO6fBu7sfYs78oUBtatAfhF3tF
hlEmZmUa29lBSZN9hoYwTC7Cqi9OUAE/6RUBCH/YG/4+DcdqFgG7HY/dJvRLopp4
8AOOPBKplZR1RxYMjsZ04n0rHadxwUr0bw1UmnU8IlrjsR90wob5aqvvdZflR3gR
EXuEt4O6TQKlSzRmBHCMDJWcxN6gqhooL5WLBsIet3RKDl3qyRE/snR1CbQCsAJI
ps99V5Qn+sCyjcQC5Y36MMvsPZ+6aTh+toZ1Ext9vQ==
=Lwcp
-END PGP SIGNATURE-

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Loosing gitorious in 11 weeks

2015-03-07 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

As you might read[0], gitorious was bought by gitlab and announced to
get closed end of May.

Now we need to decide where to find a new home for the project.
Personally I do not like gitlab, however, that is my own attitude. I
think, that a company that is buying a other product just to kill it
would be no good home for us.

Nevertheless, gitlab is also open source released under MIT license.

I even thought about hosting Geeqie on my own server. That would give us
a way to control completely how we would have our project and it would
be even easy to have a project page and mailing list. But on the other
hand I do not want to make the project depending on me.

So what is your meaning about that.

Regards
   Klaus

[0] https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJU+51lAAoJEKZ8CrGAGfasQ9AMAIGfbLnofNxHTGGgnSae92p/
fyILMiOUXeV7ovXLGQfvKqag5BEZ0NfQIXudVKIIhCqA1PDEPeyM4hu5sw62W5vV
AJWFq1v4Mbk59oldjVBBEA3IlcnIGY1nQzyoi8UsWWN9ACCDa5d6wLR82nSsk+O4
/VgRDZFi+OlO7Z1GtVWRSEJUfn4Veh78sRAJKzbhuKB/or9/n+n/XN4OtMDkd631
sJJzahZBNqgzycKil86m9V8jUvBdug/zyY59ZlsT72W1yjr4X+Z3j1tEpAwaxQCX
iyvkeD3NYg7Z2QU+xc3Zbq8JFvtFNNQZ6iGlalkm6VUiRFPkYSgAumkySFXU3DKd
CfMVZrPH1UpaQrCeD9Je16riGnBnuJVk8PpAvT5f3u4oz2cR+QW0c3u8OGU00N2b
kidA7kbM+I8+YH6knJU7XjG1PWZ8KQnlKbyTeaTDtsI+s5hJ3YxGBMK9zp/sWd3U
ua7kt5rRNcMWkCeTqRccF5Xl5bOAon12M7HnteA+Dg==
=8Xrf
-END PGP SIGNATURE-

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] changes to fullscreen mode made it worse for me

2014-11-11 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Di den 11. Nov 2014 um 15:50 schrieb parafin:
> this commit made some changes to how fullscreen mode is entered:
> 04b70c636ab45a99518a2f8b238984d0aaef1606
> For me it's a change for the worse.

I did not check which commit does the problem but I have to admit that I
am also not happy with the current fullscreen stuff. Unfortunately, I am
not in that subsystem at the moment and it takes many time to understand
all in this part.

I will be happy to test reverting that commit or analyse it. Will see if
that is the one that makes it bad for me too.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJUYif/AAoJEKZ8CrGAGfasKdwMAIGTQyyLidskChmW9S7l5srR
mcFxwo2g+fvJjqmGEi/yv80WUol78+0axJXjBfLlo8JP3fywLh/hYxSV0WjpvxES
BWg0eSNCgzDuk8pI7tLLR/pyQ8isqZW7EWJs80zh0Acbhzjhi6/VR+I3YwQ6EDLG
b+1P89ciZKxkO2lq95dZGjOZmiENw3IK7SBt/xCCVvCOMQcNBuF8QS7yEWLQRZt0
7NVXqR5v2OclkBucQtnBxpYOhEIYsJq/pFwyrfdc5tl80x2j/2Gc+vPEH6WYqDpP
VbB5NkRXDTq9EiHYEYGiyPNIqEcpvItZfhgWA4b4hUWibHbpGLBC17D6QU37zhQ0
BEZ5dBMqmGCn2JstJUdez2Zmqqq4rosj4AY5f+VqS0BDAtdUdUW9a+30rJuwAdPo
boDsH7Npm3B1gBQC1xEtD5AK5QmVD+tnCE7BK5hLy0n6CLrCYDVaVFhVl+4LaVyW
IZocXBCvHnbmkKAt3tSwyE/VIOAIprB02coaOfz8Cw==
=c1l/
-END PGP SIGNATURE-

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Transient failures while compiling Geeqie 1.2

2014-11-01 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Sa den  1. Nov 2014 um 13:30 schrieb Domen Ko??ar:
> See full log: http://hydra.nixos.org/build/15864142/log/raw
> 
> It's a very annoying issue, I can reproduce it locally and it occours
> randomly. Probably some race condition in Makefile?

That really looks like some gtk+3-problems. Usually you should not get
all that deprecated warnings. And I would like to believe that there is
the problem located.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJUVNUvAAoJEKZ8CrGAGfasD0UL/0AyxIe6yqXNQEvkmXGAg25g
72OZymrC0VYucq719Xnd9pKkbk/7bCaNtCVKy4EFQB1RgKRzFad1F9b1giLkQT+p
o241r7fq1xrZkg1r29SbNeqA8tAjP63kfPxh4+fnz9BDuVik2NEPDEBVDGQXLta4
IBmqn49tyHwGRSTTCcWkeuMx6tiPFLEyH1c81tj87qms1ZAxj7PNbODb+KvJi5Xc
7x60xZQLZV98Tfwrr07qwfxAUikyEl0ELM47ON+xQZQ+C2K7bV9JnLEnUoWIisub
PXVFAg9Myg7+Vvh0g2Skwa+r/HJUS5i/FDp4R/IoOvi9DOTtr+/MPvaSHbiVr2Be
jhynL0xsP6ibYnmpIclK0Lpv0qnmpk/NI6/CnUXRKbiPFg+CI8DQe1XHkG6q6BPC
ut/WIn+IGOd3RuptmG6JRIGh0JhgPIf71kJFO8G8myV++y8911avd0SqDYLsR99M
FA4QOrH2FeIgQShCqzTgYnFygkDRxmhSSy9gt66Lng==
=E/DO
-END PGP SIGNATURE-

--
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Crashes with LCMS2 patch

2014-09-27 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Michael,

Am Di den 17. Jun 2014 um 12:24 schrieb Michael Schwendt:
> This results in unprintable strings that can crash g_markup, because
> these profile IDs are based on MD5. Even with LCMS1 unpatched,
> Geeqie could not print such a Screen profile name and warned about it
> in terminal output (probably causing a crash in special cases, too).

Thanks for your patch. I marked your mail for review but only came to it
back after finding that problem in the new released debian version. I
was never able to see the crash so I never got into checking it.

Now the fix is included in geeqie and will be in the next release for
debian too.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJUJp83AAoJEKZ8CrGAGfasuDQL/173+V0lETCo19FgiscHIiR2
CyzYKyPdHMj9TsCpIt1tcjJy7BDp93zLwOWYZS+Y57rCXrwx03KJGosU/EpLss7O
UfLjmqlKGmj4PbblpM1jaY7uSSMgoCNphqB3VNj9rkWFjshSdTM+BI/YSUG6WoxG
gQE+EoS0xbS2UyKisz/BcjHCJH7wA97TWJi9xpq/gHW+S3dSZXrSLSLN9sQzHWRw
O1x3RNclb5c2vsMqAV1u/oBvUPeis+I4uQ2wEiKb5asa+DOv0CYCMUrwDutvPXzT
BZ1TsuII5/lMO0LY1hac2ECGDkQJduNt6Eu9wXQjvFDjzS5HEPLbWW31K59NLLkU
ziXlrHywRO6HUzvVmqq1nrvyG1lQYAUgZjlrtX7tNaXvuQwnih9qfDPJUq19bdJ1
Ix5g50dX4vhx2XT/nFqKt30MzV8o0LjrH/txa7WwtVxPWcet/qhewUnsFMFdm1Gj
L39xh/3/ydCAEQ1+3mZ0R9UXB1Hv6uxRgNGrzFSxGw==
=aN/y
-END PGP SIGNATURE-

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] how to get rid of the "log histogram on value"

2014-09-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Do den 25. Sep 2014 um 10:02 schrieb Pierre Frenkiel:
> I would like to suppress the histogram display, but I didn't find any
> option in the preference menu to do that.  It may be actually useful
> in some case for some people, but it would also be useful to be able to
> suppress it, at leat temporarily.

You mean that that you did enable via i-key in the past? That you can
just switch of by another press of the i-key.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJUJAifAAoJEKZ8CrGAGfasoV0MAJSb8ONBl20sQlEQriW0CDeX
V4si0nrQcp8IpKi+eFbs4aCQ3ZgVW+komX6mgirQWiuk8HCo9Q2YJXtFmP+Vwyrt
9eURodiMkTzuS/2x2mJ1uUrj+tFJ95Mh26cUVSZYpe3XpuhS1eBoNxE0jSud4gl5
W1YF6J08B35hTASk8bj/J0JL29fFEGlJFFaN7fmtdVFhWfP5tc55QKiSuWCKTY2h
NCWxUgyjqIeoBPVWektNcivVaf3db9wcsXQdFsRwBCQsJCTWo1QkWQ5QoDZXw2cV
XF3DICm2kvvA+F9BZusThTs6mnp1rqqIj2KibsH5zPqavzz3lNDlYHx4rMokHddm
ax1yINeQuphvJdPcki/8Bn8QIdHNBI4lzUptTbQhUe+/qho/TW36ERTU6ciqh6du
rkTfEQQ1iWfwox1aw5XKahih1ZTO4NEsNSI9/uAqMXgC6G6eeCkFVShNenSmjfSL
CZdBnVOMSsHfvEkSM6DI+/GS8AIh2S4v6OQONcseBA==
=F851
-END PGP SIGNATURE-

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Support questions off topic here?

2014-09-21 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Colin,

Am So den 21. Sep 2014 um  0:42 schrieb Colin (Sandy) Pittendrigh:
> Are support questions off topic here?  I'm easy. I'll keep quiet after this
> --  if they are.

Surly yes. If you have questions, just come up with them. You just
should not expect that every question will be answered in a way you
like. But we try our very best.

> If I highlight a jpeg file in geeqie and then click edit=>external
> editors=> gimp
> then gimp opens up showing the currently highlighted file.
> 
> However, if I highlght a raw x-nikon-nef file (the thumbnails show up fine)
> and then try to start gimp I get an error dialog.
> "can't find matching file type"
> 
> If I copy _PIC1234.NEF to test.tif , however, then gimp opens is just fine.
> 
> mint linux uname -a  Linux dungeon 3.11.0-12-generic #19-Ubuntu SMP Wed Oct
> 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
> 
> edit=>perferences=>preferences=>Files has a *.nef line
> 
> edit=>perferences=>external editor=>Gimp has a MimeType line, to which I
> added ;image/x-nikon-nef, but still no luck.
> 
> Any ideas about how to get geeqie to open gimp, with an incoming filename
> parameter that is a nikon raw file *.NEF?

I think that is more a gimp question. I do not see how we can help here.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJUHyTQAAoJEKZ8CrGAGfasM2gL/iCMK9Cg3DkCCczbpFi2K8H1
z5ruKAJbJpyPlSDAuOVFoq5n9LiYyLyeDKOMe9ZXLE4Tlrh406eyyztcPtBYfx1F
8J2F6sMTypb4FB/q/KGmIHc2qdoJSI6GhIsmAJvviftqZLHY26WFD8zOJ69j8zuf
gYilcyth1iRcttr3uWnAHy+stTwAXzUHYowMqD0gs9gBva3caVrYYhUzoH9v7kSo
8GW5zo4UJNicedTuPg+GHAFkLo0yZPtFe8ZFzQqcu+ZlugsVhFEi0Yv7PCf/Us1o
lpsV9o9iNx84tWDZSvMI5Sn3ZBl7pOknHToFJsr4SpWgPg871gcxdNC1leZ29m7t
p4loaqyhZIAVzxsU15DI3S56kPV988wiba9VkDFjOQfzh2dpln4aB3T2QpsZXp7+
89UYIjvNXhzha+5Hq8REeGc3rBd3vprHrCItqOVotXB6Fpeaeis1+U5r7KEQzg1W
zd40kt6WWFc8ZprInD3lMjiy3GD1RsXLBJbmPcC93A==
=zrRg
-END PGP SIGNATURE-

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] geeqie 1.2 tarball?

2014-09-08 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mo den  8. Sep 2014 um 18:00 schrieb Laurent Monin:
[Going away from sourceforge]
>  i'm fine with moving the project elsewhere, until we have clear
> information about where are the official website and repositories.

It would be nice to have a official webhost for geeqie and for the
mailing list. I think, for repo management, gitorious is not the worst
solution. And I do think that it get used by many people now so would be
contraproductive to move it again.

I also think that it would be great to have geeqie.org but that would
imply to have someone behind holding the rights for that domain. I do
not like to have that in private hand; however that might be only a
little problem. (That is one of the reasons why I did not register it
until now. But maybe I will rethink that. ;-)

> I'm not fond of Sourceforge anyway ;)

:-)

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJUDh6rAAoJEKZ8CrGAGfask1kL/3dPyueI0N0cxb6cWg8eyn+H
LoFKBo1WeH/6lqWgtIWY2637ERpqYuxN09ZqSTFsKgPocyMhgE/G+dGLuUpN5N7k
LJHvw21hebqv+asrWhzSAfXRHMzBS0NOQYoNdjGGNPvJU1zWW1JqgQbHPS11Ay4l
zbbLdssrw7Rve1257hgdOv+EuolkS/wF2MKbSGETzidUR7BPWN4SwkAsoiQr/ZKM
pYGvu0CPniuXanXsOAbY9i45pJ1U1FkCPRvoU8fOiqOGluXVVYjzzYK6HKt3dcda
XBbe44a739R226FWxVfnJj9+xS6tjSjhUGRkaINB2jZQcdwYJNu/3yAny4uZbmGD
W5E2WUVjMwpaxAWkHNfOLOdOzrogHmtwihaxtFkIDJ2BP8vh87FvpbaJ0fhkGR6+
RHgK/UuYLV3jIfv3+pqtASPja3FploplqCVpZvb7V9zGBs6zVnAvSIPqtiUAThWn
kGsodL3FBt0HiRQLlOF6dprzBneQSM6Arfx/gjN+PA==
=qCjT
-END PGP SIGNATURE-

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] geeqie 1.2 tarball?

2014-09-08 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Paul,

Am Mo den  8. Sep 2014 um 21:28 schrieb Paul Wise:
> > Maybe.. Have to have a look into it.
> 
> It basically allows you to download tarballs of git branches, tags and
> commits so the resulting tarballs won't have autotools stuff in them.

Yes, that is the same that you can archive by "git archive" I think. See
no sense to import them into debian git when you can merge them
directly...

> > Well, I had not the major problem with their proprietary codebase. In
> > the past days the most important problem was the archaic support for
> > modern repositories like git.
> 
> That has been resolved for many years now, they have git and hg.

I know. That was why I said "past days".

> > The most problem I myself have is that they inject proprietary code in
> > free projects for advertisement or force users to use a advertisement
> > downloader to get the files. The time when they start doing that I
> > canceled my account I had with them.
> 
> Yeah that was a pretty big mistake. IIRC they stopped doing that and I
> thought it was just a proposal rather than something in production.

No, they did that and actively do that in current days.

And even if they stop right now I never can trust them anymore.

> > That's true. I would have the resources to provide that on my private
> > server platform but I do not want to make geeqie depending on me
> > personally. It is a free project and it should stay being one.
> 
> Perhaps this WikiPedia page can help make a choice:
> 
> https://en.wikipedia.org/wiki/Comparison_of_free_software_hosting_facilities

Nice reference, thanks. Even there: "Countries blocked" not empty for
sourceforge. That is a nogo.

Regards
   Klaus

Ps. For the debian related stuff I will write outside of the list.
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJUDhQNAAoJEKZ8CrGAGfasd4EL/RDc9w8RLKMyC1JwGqgW7yZE
kKOqROoAP3LHI0v/Us3nYSQq8u9WdumyRXm+qDaKNNjz0LGX5uLnhGobpvxWs0iX
QEUwwMZaDRHssdrBnNhSaxjS7KsUdgsozqZDrE9Ys6yP0X96waEichvuW5mxCSuP
3GAmVxmLs4hcomkWC+mEl5GbZ1CejVFB/T2KutdkR8OpeL5wdFNVQ4YtoTqlHRRn
lnv2ESnOHF6BL1uU8AhrUMouanUiDZqZU0hnaRRyMS+xqvr3wciIMNUZabXJFc4U
iSeKnPgZhnziO5FceYmtIc81zeyua87AuM767AEGjcK5OiLtELdPccdBOSI/VnYv
JxyiiHRDP4zn05LkiWVyxlXv0WkfM1vRNmOF45dlnIVov7q67BtYWKOHxFLF/Zuj
MNy5lXvs370PtCheEaBXrbpA5sVy11cdScaVb5FIPULqjSYdvQMYkT+OinePUjkd
CE4Ki1dIcjnyAmO7htHwlQsIkwivzEhBnNF8JmyIJg==
=O7sf
-END PGP SIGNATURE-

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] geeqie 1.2 tarball?

2014-09-08 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mo den  8. Sep 2014 um 21:06 schrieb Paul Wise:
> > There is no.
> 
> I see, perhaps the gitorious tarball mechanism should be used?

Maybe.. Have to have a look into it.

> > We still have some parts of the project on sourceforge. But considering
> > the facts that sourceforge went to the dark force I refuse to have a
> > account there anymore so I cannot and won't upload any tarball.
> 
> I'm not sure what you mean by 'dark force' but they at least use an open
> source codebase now rather than a proprietary one so I think things are
> improving over time.

Well, I had not the major problem with their proprietary codebase. In
the past days the most important problem was the archaic support for
modern repositories like git.

The most problem I myself have is that they inject proprietary code in
free projects for advertisement or force users to use a advertisement
downloader to get the files. The time when they start doing that I
canceled my account I had with them.

> > I Cced that question to the devel list as I would like to move to
> > another hoster but I don't want to do this decision alone. There are
> > other ones that are more involved in the project.
> 
> Unfortunately gitorious doesn't appear to offer all the services you
> use, mailing lists and file uploads seem to be missing.

That's true. I would have the resources to provide that on my private
server platform but I do not want to make geeqie depending on me
personally. It is a free project and it should stay being one.

> > However, for debian, I just merged the upstream git to the top of debian
> > git. The only think that is missing is to recreate the auto* files that
> > usually gets autocreated by default in a tarball. It is just to find the
> > right hook in dh mechanism. :-)
> 
> We can use dh-autoreconf for that.

That was the clue I was searching for. Will try that out. Thanks.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJUDg+SAAoJEKZ8CrGAGfasQUIL/jEAaow/6gNAJuA9R5uv6CKk
beGW3OF/hW4SOeGzlBBG+t3p3f2eRV6o6u8O44DqOsCvkonRxwrUHd/Dm5R/h2Zo
uSzVoI5fuB4bcTRPmwB1+X4u1Y++E2WbC0MGyV9uLxu/4Mjx2QIc+BXwRjzuHLBW
i9zCf8x85xKJ5OeGUrPFtUvRuLJKBtvTwl92hqR/7LydQhQd9VG2MbZw4ss8PhL6
1195rQJtqY0Ojvtozg39/QUFGiNwaKRLL68ECzC5aofIxqq+izZhh1Rvo1DLHf6T
IHgQcArnYYxUU/gMEtyygclDI1Aa8TH1qxR3sVsB/tsn/nltR7MVTnL5HAswy9NB
3pgJR3KHL9h4FkVoHtORKx3OVlt/JzkgjgHoenT7C4kMFV/MaybmQA//P1E6k3n6
Ehpio80LY/yRBpVIpqmkzzJXx/Eqd4jH/bjcBGcyVAY+8eCAm+gMOyEDMSNk37R7
inrkCXIqig9IRl74g7nTElJyBQjdLu51z7HY8gT7bw==
=I0vQ
-END PGP SIGNATURE-

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] geeqie 1.2 tarball?

2014-09-08 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mo den  8. Sep 2014 um 10:05 schrieb Paul Wise:
> I wanted to upload geeqie to Debian so it is in jessie but I can't find
> the tarball for version 1.2, do you know where it is?

There is no.

We still have some parts of the project on sourceforge. But considering
the facts that sourceforge went to the dark force I refuse to have a
account there anymore so I cannot and won't upload any tarball.

I Cced that question to the devel list as I would like to move to
another hoster but I don't want to do this decision alone. There are
other ones that are more involved in the project.

However, for debian, I just merged the upstream git to the top of debian
git. The only think that is missing is to recreate the auto* files that
usually gets autocreated by default in a tarball. It is just to find the
right hook in dh mechanism. :-)

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJUDYNCAAoJEKZ8CrGAGfasNy4L/iwX22A6y+g3dGQQMUGxe4Pv
dCRlvuQTVh9SgJkjf7W0Xjonlrjj0cG0wfU7P6pC4Cr31UxXkPDh0K4PAnfKPxD0
/SZn+h2yn4Rx45v355Xp/D/CS/bWik1iVm3iVT8Dn/oRX3NVApHzlljCBgFTxKQT
PiAgzP5w2zcFpMXluUSZL0xSWZdLPqnF0jEhu2Da2OV0XvgIKKL2jlqaWhYhT1qj
GjF/XqcKLv2VPmwKtO43W72TVZ7ShjUrLQpefLmUUbPT6k/DytprOwgj9K80qi9U
18lX6ZXkH4WXu1iRnTsfvaj4IYi0Wl54NvZX0d7iZ4V7V4qc+x3ozfWS4HgTE3ID
zgmY4bfB0BWywaGG3wTGJPUAIY20POR9T1IuBhZzSKpiKuDfkif6RtURaTAGIj4f
1rPuMj6qVZcocv5odYXN504pwfbeh4Hpd5cKkCtrg5r9rp8iFm/YzqK+wB9hXaTk
R0jV1v147Xz/urh61kT13+k7whiZSZJWrQ9bsoZOMg==
=c3F9
-END PGP SIGNATURE-

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Viewing Encrypted Files

2014-08-07 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Do den  7. Aug 2014 um 16:06 schrieb Frank Peters:
> Is it possible to add some sort of module or other functionality,
> which would be customizable by the user, and which would allow the
> viewing of encrypted or similar files?
[...]
> Such a user-customizable filter could also be used for non-standard
> or experimental image compression.

Such stuff is one idea why I started with lua integration. At the moment
it is not possible as it is not implemented in the part of file opening
but that should be possible. (At the moment, lua is only integrated in
overlay processing.)

Gruß
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJT453JAAoJEKZ8CrGAGfasabQMAIDK68zk7Tixh1LnBvGRaGeM
9ci/uqsUi6R+Paug12TlOkVwIDcwf/0DCxXe2bC3hWSj3Jzit1xZYOZcwbBhftFS
ba8V6yimZm9Dlg+D0WPjPX4cgaLoYT6JMq/cnsWlGMaiY2/0rigkWw3uvAb7f6S7
0FYvyM3qEcqeKYx2dsbaCGdAA4a0p/PyaLwYwF5vxSB7hqG7SfcgqzElkcjF0id0
L18DJX6f6XbLQkExxuG3aPh4beVkdQk9jz8txS4HOioSa0VQHPP4C2aEl7aO8WSB
YH+RErPzmxdNvAHBBI5tapaZDTXki2LeI5sONyZc5ji4r+C0i1qvPPpgdiLMCqj4
gARbuosQBJSAY13xvNFlN8PPFgPmjxLsDjfo4Xk3J87nkHI75p6Dl67OlE/4xD9U
fsskoNwQHJMPPy0pCeeL/P6e0fGc3ElN516p2/H4MgH1RDOGKg8CaJYUyk5UP5hS
YsUnD3xI4JVErwHuFjcRCMjodIQ7bMozlTf/RBZuKg==
=zLGv
-END PGP SIGNATURE-

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] New version

2014-07-20 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi folks,

I did just the job to prepare a new version of geeqie. v1.2 is now in
git.

Thanks to all contributors.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTy8KQAAoJEKZ8CrGAGfasUCYL+wbOouPaIjUuEzpxX3jK9MLU
T9SMPWzqYHyCcamvv1Nj47iNXjy0FUCRNsthmnSZOR59oXldxJM9iBeLraqUNl1+
PfxvVRxAUQwCDg2rPo5jhZyf50NwI+yGsDYdsn85c5CTfNmfeTBlAXvQKLELplgA
M1LqfedgDDjmHCR1l/7ieGZhF+2q9/+FYoOBcmT7db3qgOddnJspYguLcjLPmdWi
OJWDjAMLMu5Vk7QkP0LrIniVY6oHsqcLWwTPGWOK6nRnT+AFn6EeW3kJdcG9ZI+i
zBN2Lk9rrYKEegIvSGVfd1f53BuylPqEp5tU4VHvI8o5UE66cBiBSrJnk5ei480d
a1k5v7WtwfjtuDy6xx6XbVUD+kmb0DPLTi0T2W/t8l42ty6bq+/BulPH4jEsyZ6+
0gHiuIulxw0pWzb+xpHVR+0V+ZCPceErrM9arjVq8b+1xgTC4puPJ5Tl+9VU/Fs/
LdgZuZFWgmdysvbTHFpgGdarz8D8aMyrfr0T+dunnw==
=786R
-END PGP SIGNATURE-

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Copy path problem

2014-07-15 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mo den 14. Jul 2014 um 22:38 schrieb Ian Zimmerman:
> a. I am conditioned to expect middle-click to behave erractically,

Sorry, can you explain »erractically«? I cannot translate that to my
language.

> b. I am the opposite of handy, so pointing devices in general are the
> stuff of my nightmares;

I do not like them also. I like to work with the keyboard. However, for
some situaltions I like my mouse (or more specific, my "Knubbel" inside
my Thinkpad keyboard that replaces the mouse. And the buttons are
ecactly wher you need them to paste.

> c. (related) I use a touchpad instead of a mouse, and middle-clicking is
> particularly clunky on touchpads, even when they have a real middle
> button as mine does (most don't).

I can understand that. I find touchpads the most nightmare ever. And if
I buy a laptop I try to find one without touchpad at all, what is really
hard.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTxOZIAAoJEKZ8CrGAGfasXmEL/1uTt1SxVoD7mmQDiRFsyEOF
KiS5ATKZQSeTb69XTbiUtfAHomIQnazaAsRFXm543U9dPewjzwRXcwewmcoyouW8
TbZrbo1rF/ez1fGIjBcvhdDXgQEffpAoMZeYoiCA1j05MvLhgAPL0ToUoH6p50Yi
huwfgV8qMvzplywbAtvpf1DngV69SE62U6cq2bj0sqhLqTCMBZXIxtNIKRf1PtGu
8vn+J+oUqsIa+33akfiSFNpcYMep5GUegmt/HdnLsy19ZsLh20NuAPtIxSVzcZuy
Pv1S6tRmhxhJxaMk82Jf8L//EcgTXcoP8nK1hxG4QcfV88KbA7kMYRie+FpfGwG8
680NjebDNc3mYQAllh3nqSsuHrwRMEI6seVT/DXk20LuBfo5PuNqXxKLUcmyU9fG
1/WblGHCbeASpfGUwiXP25KmY6HBSXLErIFUDc85EVHJ8NXxhtsNgv8srfGenrrU
PxSWWPKx8fOZ9pfBgzkQ4y2Yn24CUn5dRKmv7paP1Q==
=IM4u
-END PGP SIGNATURE-

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Copy path problem

2014-07-14 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mo den 14. Jul 2014 um 18:22 schrieb Ian Zimmerman:
> Klaus> For the normal X cut&past buffer used by middle mouse it makes
> Klaus> most sense to populate it via explicit menu like it is now. For
> Klaus> the other buffers that are used by GUI applications it would make
> Klaus> more sense to explicitly say what to copy. Maybe you want to
> Klaus> insert a image from geeqie inside gimp. Maybe you want to have
> Klaus> the path of the file in a spread sheet, ...
> 
> I really don't see why you call the current way "normal" when it is
> clearly different from what almost all other Gtk programs do.

»Normal« in this context by me means the normal way you would expect
unix stuff works, not how GTK is.

GTK has some weird concepts. One other is the use of $HOME, that is
documented in a complete different way as it is implemented in
g_get_home_dir(). Just to name one.

> Yes, it is convenient for some workflows, but then it is also
> inconvenient for at least one other workflow (mine).

I believe you fully. And the goal should be to find a way for both
workflows.

> Maybe just add another menu item, call it "Path To Clipboard" or something?

That would be one way. An other would be to allow to configure that.

> Klaus> By the way, Drag and drop works with Geeqie.
> 
> Sorry, how does that help?

Well, it is a other possibility to move data from one application to
another.

> You can actually paste the Clipboard selection in a shell.  Just run the
> shell inside Emacs and use the clipboard-yank command.

Irk, you use the bad e-word addressed to me! I use VI! (Vim currently)
That is a bad style. ;-) ([0])

Regards
   Klaus

[0] http://michael-prokop.at/computer/images/vi-emacs-final.png
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTxBkjAAoJEKZ8CrGAGfas6sIL/20IusZKTbaNto9MAnJRzu8Z
PUbH403JCKi4/e25BPSOMjK+/RCPETlHz1MrGYMGBBx2BUMRZw0OVQwpuU5iqUAS
eDp6dVD5aGt8oWDcy/amQ4DEGH+fQsEjtCFPoHo2IXhqU0/De9SmkWjysc2UQTL5
zGQGFdZTdtp2b+gpkwcjg8bh+Go2B4rTxNQbdPSV9eFWiZZS5908EOyap6prEqW2
M7rFWstY7wF0v39pnenOBPII5FAbUnzNXSEEHqc107Vy2GDOHaPhCDgtuBp2IVbo
rE3GmUYUqTg5Mvi6/uvGNKzhKjHmWn7NqSFQpG3tDdVK4cm7GmcomiWFT3vKv0Q+
XvQ1pdpWJ7/YVEQ2N4qQUyWFfZmzb/BGtYxJdI7a2qorgs+YhAQuiKwgFfuuPIDs
iQNHkE6yM6f9x6Aizrbe/9PToQuH0WrvUUAbU/TlvHstfu8Os3f0KB255+THj7x5
2aQ6+21tMebGpEADyKL0aK8uSPrKDHrboctZ3Nu1DA==
=98A/
-END PGP SIGNATURE-

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck®
Code Sight™ - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Copy path problem

2014-07-14 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mo den 14. Jul 2014 um  3:13 schrieb Ian Zimmerman:
> Klaus Ethgen  writes:
> 
> Ian> You're right that simply changing the current code from
> Ian> GDK_SELECTION_PRIMARY to GDK_SELECTION_CLIPBOARD would break your
> Ian> usage while fixing mine.  It would still be the right thing to do
> Ian> IMO because of the convention.  But we can keep the cake and eat it
> Ian> if we add new hooks on selection change events, calling back the
> Ian> current code with GDK_SELECTION_PRIMARY.  How's that?
> 
> Klaus> You mean just adding also to put the stuff to the other
> Klaus> clipboard? Maybe also to the third one too?
> Klaus> (GDK_SELECTION_SECONDARY, I think)
> 
> Not at the same places/times.  I mean setting GDK_SELECTION_PRIMARY _as
> soon as the thing is selected_.  That means setting a new callback in
> each window where it makes sense on an event like "selchange" or
> something (not sure how Gtk spells it).  So a file name would be copied
> as soon as you click on one in the file list, for example.
> 
> This is the right thing to do according to my reading of the doc, at least.

Well, I don't like that way to have that automatically in buffer when
selecting.

First that produces a big overhead to selecting process but second and
more sever, it will break many workflows with using text selections in
shell. It is not expected for a image viewer to copy any to that buffer
without being asked specific.

Even worse, As I know, some of that buffers can hold any content; even
full images. What should be in GDK_SELECTION_PRIMARY when you select
multiple images? The paths to that images? The full image? Or the
thumbnail? That is not obvious to solve.

For the normal X cut&past buffer used by middle mouse it makes most
sense to populate it via explicit menu like it is now. For the other
buffers that are used by GUI applications it would make more sense to
explicitly say what to copy. Maybe you want to insert a image from
geeqie inside gimp. Maybe you want to have the path of the file in a
spread sheet, ...

By the way, Drag and drop works with Geeqie.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTw5wBAAoJEKZ8CrGAGfas7BAL/191QVYMvKss4KAb8yzxeUVO
WFMVVixxfIm2ggUK/22dThgFb5uybL+dMSb4SBPP4mnwKkjoCPbCY2tRhE0EBbFb
ZI321snAMAFKVs748McLWyTdfac9PpIhhHTkmpwsXtCAiwhJwfwuwaUsZvd5Uh/z
C9xG9HVnOusjgCtQE43ElUYBiS3nvYoc4GpYeiQzMGCU0TnCtNquGvROTfeeNMNC
3/tccyoSyV33uyn6XLTrWp3yZiJjqspW0jg7koFVLnlYMPTo9anUX3ra0cuiGTYz
+n38vGaOQo9+YF/nkcaJ20uVA/CUqO29fqfwA2+iYE+fE+mgbz3flUct1+05HePg
UO6EUkO8oqMm435hD+72rKmTN8iWSCmiRgxOVqh1Qe7FI79dHinkKOAxRo9j67iP
K2sYmTPPrG0x8v8UoaGTmtAqRSQKLbvRIMyPDTFRJPfA7O2X5K7aVnzEr86wEhuo
Dh9Omft4Sv32gPnuYn32lEESDa3rXYcm+GBI7n1XDA==
=qxqx
-END PGP SIGNATURE-

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck®
Code Sight™ - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Copy path problem

2014-07-09 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mi den  9. Jul 2014 um 17:08 schrieb Ian Zimmerman:
> I just snipped too much from the quote.  The sentence preceding this one is:

I thought such. ;-)

> Well, all the Gtk conventions come from the Windows world :-)  And yes,
> sometimes that is a problem.  But I still use lots of Gtk programs.

Not all. But don't mix Gtk and Gnome. However, would be long discussion.

> Klaus> I personally like to be able to copy the path to selection
> Klaus> clipboard and paste it in the terminal where I mostly work. That
> Klaus> does not work if I use Strg-C in some GUIs but it works with
> Klaus> Geeqie.
> 
> You're right that simply changing the current code from
> GDK_SELECTION_PRIMARY to GDK_SELECTION_CLIPBOARD would break your usage
> while fixing mine.  It would still be the right thing to do IMO because
> of the convention.  But we can keep the cake and eat it if we add new
> hooks on selection change events, calling back the current code with
> GDK_SELECTION_PRIMARY.  How's that?

You mean just adding also to put the stuff to the other clipboard? Maybe
also to the third one too? (GDK_SELECTION_SECONDARY, I think)

> Klaus> Well, it can, if it really fixes some and don't break others. It
> Klaus> is even open source. Just make an patch for suggestion.
> 
> I can make a patch.  It probably won't be trivially short; where do you
> want it posted?o

Here would be great. Or fork the repo on gitorious and create a merge
request.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTvYCYAAoJEKZ8CrGAGfasHCwL/jM5exgrhWFtddNqdRgeA/ri
MS4HAOcuzKARTmU1qz4fwZQSyy4wgoT0X/kT8DGq6AtEUDcVLKaSvT/x43uCZKOP
0LwQm+h2q5MARpR12EreYaxvoGBtJ7CEfuifIaW4TgBlnc1Ba2W7G+eKpDKAkYHU
JU+oXFK9dvIvnLrh44zqdUqRX/MYjcnYlaf7MdA6t2SX706QFd5IwU3aZ3JhFJs5
UEiT1hGRoNzy8ZSMIsYf7ltABCM/9cNfIQn+yl55J+rN/Ogmd9oK0KTyBh8NKAmx
fjCxvM6/HXDvLZJHxv6ISAuteVT0Zeekl20ZueGXNgrYC6Ck8bQo/2pM23ViCsIf
AdsA0C9jcXlbq4j5IuR0JmFgbZq6Tu2OKqqR8hvFsdxsasvbdba662K5NPrABTTz
257hFAij2U7bXjoT7m2noKaUbv1n12nDXvkJfAfg9nFhzylEkQ/LANaQhkNHEZT8
uHz5jKfaJsOlHLQeIxhAzqNOI9IqLgoqLkhbzaVXFg==
=df+9
-END PGP SIGNATURE-

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Copy path problem

2014-07-09 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mi den  9. Jul 2014 um  7:08 schrieb Ian Zimmerman:
> Hi, I hit upon what seems to be at least an infelicity, and perhaps an
> outright bug.  The Copy Path popup menu item calls back this code:
> 
>   clipboard = gtk_clipboard_get(GDK_SELECTION_PRIMARY);
>   gtk_clipboard_set_text(clipboard, g_shell_quote(fd->path), -1);
> 
> But, according to the GTK documentation:
> 
>   The currently-selected object or text should be provided on the
>   clipboard identified by GDK_SELECTION_PRIMARY. Cut/copy/paste menu
>   items conceptually copy the contents of the GDK_SELECTION_PRIMARY
>   clipboard to the default clipboard, i.e. they copy the selection to
>   what the user sees as the clipboard.

So?

> So, the above code should really use GDK_SELECTION_CLIPBOARD.

In your pasted text it is always called about GDK_SELECTION_PRIMARY. and
never about GDK_SELECTION_CLIPBOARD. But it might be possible that I
miss something there as my English might be not the best. For my
understanding GDK_SELECTION_PRIMARY is the right one.

> This has an unfortunate practical consequence: after copying the path
> this way, I am unable to paste it anywhere in the geeqie UI itself,
> without a roundtrip through some other program like Emacs that
> understands both kinds of selections. (Don't ask why, but creating a
> subdirectory named according to the selected file is part of my
> workflow in some cases).

The problem is that with the current solution, the most used way to copy
around text under unix works, using the middle mouse button. Changing
that might (I did not test it but that might be worth to test) end up in
being unable to paste. Not all consoles knows Strg-V (what comes from
the windows world, I think).

I personally like to be able to copy the path to selection clipboard and
paste it in the terminal where I mostly work. That does not work if I
use Strg-C in some GUIs but it works with Geeqie.

> Can this be fixed?

Well, it can, if it really fixes some and don't break others. It is even
open source. Just make an patch for suggestion. It might get accepted
(or not. :-).

Maybe even copy it to more than one buffer might be ok. (Keep in mind
that in unix there are three different buffers, most of them evolved in
the newer time and not supported by all software. They make fully sens
to copy around other stuff than just simple text.

Regards
   Klaus
- -- 
Klaus Ethgen      http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTvQYxAAoJEKZ8CrGAGfasW4IL/A7jYk6B2bp7jaY9n6QhUu2p
7yt9ZJvfDMlahKgIQpFVHpA6VSNKZe8FqZcVHhmJAedk7u43mtf9j8+mtZGhp7vu
U53vYo22e8DquIn3oGmN1BANXMEzq+HKZAhlt+chRKyJtQSYptJ/7D8nHFMmFxS7
6rn4YtrSqFmWT+enhmfTLtCdCZmTynosOR5WoqJ9yXTp/mlzQjOkk7h6MnmovTkC
KK9PAj+IU7EjVKzM0RRTpFPIdvbHZeKmj/WsG2D+ox7KY6nY9npF2mxiz02KcOGf
ca+ljhgKC0lg4STOrGeIp1+yT76HRuRvGN8dvizEYFh0APwlnZEfYnAigB8cw5sQ
BfstlA3iy6c65ZLmvoDF2lfKzdfFEqZKVdYcS4n9GPsXczGbzaJggb0h0rUY7oSb
vPGE2NJUySQmqFSmLudrCjaqUmtcgBLstyYn2ze6NEE2Pm3wCCndqg4j7YpmCmhZ
owJ23T7TnjY8a0Wv/UI4mpnbQlc5a3yKil5oV2dJew==
=YxsX
-END PGP SIGNATURE-

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] New version

2014-06-27 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Omari,

Am Fr den 27. Jun 2014 um  8:22 schrieb Omari Stephens:
> https://gitorious.org/geeqie/merge_requests ?

I knew them. And I did already merged some of them. Only the ones that
the user should have rights to merge by themself I did not.

While Laurent (zas) has the rights to merge himself, I checked and you
have not. (I thought you have...) I will have a look into it and merge
it.

What do the other think about giving Omari direct commit rights? :-)

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTrSZ9AAoJEKZ8CrGAGfas3WYL/0GGP3yJ4jajRqFYJDAiSXiz
Vm4mYMEdriTAzl2t1Y8apH4hRWVdcfSoe6nt6H75RpsYqmukLsuYqCmJpCelieIw
3LEV5PMWE+ligL/3OvBuiXJ/eYwE7UWbf+Hp127dk7+f51k5RPssC0b+huaJLhJr
l1hh9lyoqvtuqJzpZ6UipAtcoxq5HzOl3gfXZYTjrbA8NDmH4wR5WpyZfupkbaDv
KvZXJERX24cqAJVHkL/zHWhvHF7PDRIEdS2S/pUX60rBDyeXYK8G3KqGJEir3gqo
hD4S1rGlbbIMiItUC7Tu23Z4hHsQfpePD7McZqJByrItECVqeRN6E5/CENnbZlch
3cjc9ILVp2ysfiNxp+xvWr+FuFcticz0USAlo3u4SWpWBt65omPGIlE3R/iwK7qp
cQNQz/Qcp9S76Wlqo0WCIxDTrxNd4k7e8lYVOc67P1t97zndaiGOA88s+NNLEz2M
1xeZrfKI1YjbgLmZP6PP22xSnRxjtMfPFenggsfDjA==
=9ngR
-END PGP SIGNATURE-

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] New version

2014-06-26 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

The last official version was done long ago and there are several bugs
fixed in the current head.

Is there any objection against tagging a new version?

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTrGDCAAoJEKZ8CrGAGfasjNUL/0XP0AzxznjaiqnMVQoyLeFH
rt/l1CPy6x9tADIG2GbhXV53uOWjBt/kWpnuFgd4Z12+9//JpSCESFZapruLKBb1
0YQ2VZYbtxyHbox0FY8fMNr97ZosIN5d4yXgqtp1hUTa5ivmPg9dJlPjgBnhU48n
uWnSM5PG/3UcCsprfvWi3nbFgTrna+3TZuuDGe05TI6aG+nKZfLiZGtBSUGoeZqh
wR3L+hXtLy2IpbxwVtiLi4rz/U2cOWNWQkge7emUzJ7IyAP6Vdl5UzZVACWDfWEM
O5lH462rrRODRa0KpFSthTHgzyHCGxjJpp2Avcjud5PqK9P44WvKaaMHWbx3jjLe
sjZ0NCUaim0/qIc8F9VE1cizdgQn6emd2jdyqy7MIx2adHPWXzIZ95rK4Dfd6W5w
XjXnH4rf45DUM8kMtY5n2X9C6D74+R7YQyoP2krWD5UIsrTTd3mBbH/R0kgG9U2W
kDitxjqA7Oibg2iBIbDOO6SL9e2j8tiXKHh4ixjLYg==
=PBT/
-END PGP SIGNATURE-

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] File move without metadata

2014-06-26 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

I'd like to hold my metadatas in .metadata dir inside the image
directory. That worked well long time ago with gqview. No I recogniced
that I lost many metadatas as it is not moved anymore.

Anybody an idea when it did fall out of geeqie? Maybe with this caching
stuff? I don't want to start to bisect it..

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTrGBvAAoJEKZ8CrGAGfaswiYMAI/PsQmHt9pB+ddMlUNlgRNu
RmH3Q+I3InktyMm+ysvs/fwUgnJ5e5Q/FvQ0IpCZPC2/TmOzv+7IkSaqelanQQAQ
eaRo70ibDXxp4IBQuY+m7bUUEgkzzuaFhMwmFD2Xth2secB3D3+07Mpu+vvpznwG
SUDv6WLUwoF1e68C0ViupcszvUK7ypoHU3TpeTsnlBVmSMHla2PVe4t1WqM7U0sG
wLocueYkDfjEP9IMZx2EbuhPIeDfs12cmfHQoE1yjfaaeWLImv2S5ymLtLDvd11o
CpryKbq0w68uNYdoN5axbvSRwMufTMEpSdlpifQFXhj3ToICq+7peE/qh+Yj5WP+
Y2haycLx6UonUGHKdBeBOuz7Bau86aTfa0pL5Gh3nX16DmKIhhgdplmkqG5Ffyj2
GoulsvVfhiUupDHWs5htd/t41345tgPF8Yvo5gZZyy1Va8m9WV15ONmjI/Fi+zqx
ZWjeZQkZIyaSdlHoC8N96KGTGamPCEq1J/ytyIWFeg==
=Qzg9
-END PGP SIGNATURE-

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] xmp sidecard filename

2014-05-30 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Martin (kleinerdrache ;-),

Am Fr den 30. Mai 2014 um 11:58 schrieb Martin:
> I used darktable, and there the xmp sidecard have different names as
> from geeqie - so I would like to adjust geeqie.
> 
> I have for example a picture called
> 
> foobar.nef
> 
> and a sidecard called
> 
> foobar.nef.xmp
> 
> And I think geeqie ist searching for foobar.xmp instead.  Can I
> configure geeqie to use the .nef.xmp instead?

At the moment there is no such feature. But as I have also seen tools
that create jpegs for raw files for example with, the same style, I will
put that stuff to my own implementation list.

But please be patiently, I might need some time. ;-)

Gruß
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTiGuKAAoJEKZ8CrGAGfasbEwL/0YbWEg3KJqDo8wjNPh8bWQn
8mQxlto//NYj6zrlrKYAjXG/J4DF9+tCyH9VPO3BI0lkG48ItjpGpr24H8GLZo9I
F/+6Vvg9G+eWlR0Qb+yVwHt2PWJEhgKf8YJOJYlBnjfAotJi/bsWG1xP+icOK2wP
E0NxBGMNAKON6mQNF0kd8ix/Sso00iE56wnkwd6Ch7LVxUoe0R6Doq03TdHLKm/W
HWWgaXHVNorRbS3bcR3gVzI5F/peGyZriccHhXQ8E1tbLNoRqXv1+PXnV2deGOek
6ubkcIN6gMztn8L8oO3isuFBV/AwDFgmTzMwPcDhKTduHjO706msMkqtVJ3aFYpp
F0fsE31yScsS6QiycJwkZ3xBs2UJVmSAWOe8MLklRDfF+2NvSyAdOJ5PMxvLy56N
w2XfY1Aq6eR0FzP1twB+AMU++4KP0CcvCoYhWXSwRK22hOxi4BXd8O43IJDXCjZ1
QPgsZWQFhyDGytnI4ySXzw9Rsd76ZhXBh+XSFs1Mgw==
=YkQb
-END PGP SIGNATURE-

--
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Color management and multiple outputs

2014-02-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Yuri,

Am Mo den 10. Feb 2014 um 12:49 schrieb Yuri D'Elia:
[dual head with different color profiles]
> However, geeqie should use the profile depending on which screen it's
> window is mapped to.

Optimally, yes. However, I have no idea how to detect this proper.

> And hopefully it should also switch profile when I move the window to
> the other screen.

That is even more impossible. What if you have the window half on one
and half on the other screen? Which profile should been used?

Regards
   Klaus Ethgen
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJS+QD/AAoJEKZ8CrGAGfasOZ0L/1epH5UlR+xKSyJJB0AM8dkS
xAQNPnlSb3mqv01lx8nQS+gSb+1jNw+U1r3nwti8mhhkzFZblBTxN1VYhW7dvwQU
044FdehzluMBzhrFMH5ya506+sIwIV6Yp+0j3l4DM+LlRZysaIMyB1e4milBKJiJ
KbtGAfsYi3R0HRG7WQ0JvmmnhoBp2n+KzYJpDEiHMFRI5GBdW+a/rJC+0fChhR6K
EzwTh0jpLq3WmHmURy/885Bz+x71fUa/naKqy1BpDKxD5D6Tl5r11K1Tsbseu7rl
PatmRFIPCQyNTIftY2O14Uu8EIvbJK6513grUcZzTgmjhaFLLjV6+f8qLBi+lxdp
xrl37/pgVQIeXMPeSNALU7nz2XEq+HWzhN1juZ0VHnWfswe0IIxz/R/yxGXemepg
Xtxf9IibhWVzlH8IP56de482u4RztN4MVVpvn4MaIKusExjvOYfSrArca4dxBu7z
N9e9EnRRyvn5yVL+xH2eHYJXGSa2xiLADzDSxBIctg==
=929s
-END PGP SIGNATURE-

--
Android™ apps run on BlackBerry®10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Diverses

2014-01-26 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi fellows,

I did merge some longstanding merge requests. So lets see how to go on
with geeqie. I also think we should release version 1.2 as the current
HEAD fixes some problems in 1.1.

At the moment I myself work on resizable parts in the sidebar. I also
want to extend the lua support and add some sample code. (I use it at
the moment to display file or exif time depending what is defined in
overlay.)

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJS5T84AAoJEKZ8CrGAGfasdkUL/3DFNC/YBLFCEzYSNbvL1/da
KtWP3DePRjR9GIvJ2mgxaKlM/Q4QrsEPXsrS6entaKVf4gB227gDV2Zc+w634RmS
Ak3EBvCEwRceweNM0oaVxd//cxvzQ5rerpWZs3afKJydgLFOoab3IT19TEYp6/XX
a2NVcKelmE3npdTVwMcXH3Xzfz3QW2KJeiqFMh1A4jRIala5Mf1co/Me5JTL1hFl
A5T1aw67ytUHdTDweg+DPN4q4Gsl83jGTP/2b/R0HoPRXRzKZhrLKsrFtKT1GRcA
DjgGwBtKDyF0FVNeU7uuZ77bYJIMw+VjiOfBOmR4qerFBlTzShnFdyPIm2JXtPbg
giZOiUty+sQyaZ3T5wJRbguHT8iSvjXojlCN8JN0YLOKYCzw4guhDekB5Be5gymE
yNq/L3oRdLlf9Dj2wXzSFFToJlFgjSn1rBpd5D83ScoiwqgbjrCoPfAFhEtXoUNP
XFUR8Ww1547xNSZ1eSblUENAw90e6bvJlu1zMA1H1w==
=11hD
-END PGP SIGNATURE-

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] What's up with geeqie git?

2014-01-21 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi David,

Am Mo den 20. Jan 2014 um 20:13 schrieb David:
> I can't help but notice that the latest commit on the master (only) branch 
> of the geeqie git repo on gitorious.org [1] is apparently from October of 
> 2012, considerably more than a year ago.  That's great if it's already 
> attained perfection and there's no need to work on it anymore, but I notice 
> that there are 6 "open" merge requests, including a crash fix that's been 
> around for a year, etc.

Thats right.

At the moment I use the little time I have to collect bugs in a way that
allows to work on it. I even have some errors found myself that might be
hard to fix.

I also did see the merge requests and will merge them when I get the
time to fully look inside.

> So what's up, is geeqie orphanware, is there another repo somewhere from 
> whence I should be pulling, or are we just having a busy period at work and 
> haven't gotten around to taking care of the side project?

For me personal, the last one.

> I ask because I'm working on some bugs and I really hate when I put time 
> into fixing something just to hear, "oh, that bug's already fixed in the new 
> repository, you're using the old one that we abandoned three years ago but 
> never bothered to put a notice saying so on it even though the source code 
> points to it and it's at the top of web search results."  Forgive my rant 
> but sadly it has happened to me.

Go for it. Post here where you working on so there is no double work. (I
think with that little resources we should not spend them in double
work.)

Keep looking at it. Hopefully I will make  some commits in the future.
Maybe first applying some of other people.

> P.S. nice program.

Thanks. Such think is always nice to hear. :-)

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJS3jv9AAoJEKZ8CrGAGfasaTIL/27AKQ/6pFs57vJ8wRS7gsUi
PkFYmMaPepJHgBhTSYMnyGcgngRiU8wck8CA+TNxc2u1ubSFotowsDHZPX5OOqbB
cW8mP3xJGhG/vMXEseSLf87G6rPwyi6mze7YBKyU6/+gVPjyw7z6tmng7QyeJrNJ
McmW7tnrM2+65OG5u9YXnTlQEGSQJbnzuj4l0+ibnxxX1D2zJoe8kH6x54rtXrKJ
CuM2AQ3s088nKn83/T+KQwntbhqPL93qEXYwsIKlHQE+Tw7zUZjpoxeRz7RQrrzp
yOPbDxUYGntEK0hnNEs5Yvnuqcw0rnDBAh/iYicCcH03UCmC40G1PoaJ7k7Kqau0
WN+6cLktcKj9IYGndh0Hhx7X+rBeWVrdxVI/4QbOe2AqG5rMvZG9hId+FNNZR41+
DkrAp4SP9a/rC86Jr94Kt/UiGMBKZbStdYxXslv9a3c3l6Onfw7+tHtNDpIojwR+
VqB76gBfUeqUknlfathcMuHD5J49YztML6bOvwmfJA==
=s6XY
-END PGP SIGNATURE-

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Need help for uploading geeqie 1.1 Chinese trans.

2014-01-02 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Levin,

Am Mi den  1. Jan 2014 um 14:58 schrieb Levin:
> I'm a geeqie user in mainland China. And I've just done chinese translation 
> of geeqie 1.1. Enclosed pls find the relavant zh_CN.po file.

Nice. I would like to take it over.

> The problem is, I don't know how to upload it. The git is readonly. We here 
> have problem in login sourceforge.net (can only expolore the site, can't 
> login).
> 
> Any guide will be helpful to me with thanks. thank you.

There are several ways to do it. I'll try to explain it.

First, sourceforge is dead. We do not use the repository over there. The
main repository lives on gitorious[0].

To create commits now.
1. You can make a clone direct on gitorious. After finalizing your work
   (You might do many commits in between), you can make a merge
   request.

2. You can clone the repository locally via git command line or any GUI
   tool if you prefer. Then do your work and send a patch via »git
   format-patch« or directly via »git send-email« to the list. This way
   we can directly use »git am« to apply it to our tree and commit it.

3. This way, also start with a clone like under 2. but now use »git
   bundle« to create a binary bundle of your changes _only_ and send it
   as attachment.

The ways 1 and 2 might be the best to start with. If you use 1., don't
forget to give us a note that there is a merge request as it might be,
that we don't monitor to often /if/ there is one. ;-)

Regards
   Klaus

[0] https://gitorious.org/geeqie
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQGcBAEBCgAGBQJSxcCeAAoJEKZ8CrGAGfas7TwMALfVkP8AHfvSGx/ZJKNTXS7g
N9e0Bo7/o/uuho+QOwbnP/86UsSNrLSWe8C8E/Ul3pBiRTmBk0801Ybuj5zyAbms
V1En74rC3tH12Qsi+Si4YEQp3napr95GdVGDgi//7O1q7Y/B2dHpSzxcGkhVbOjt
0nX1Jdv54nadPACxk6eBHK7ZWiwQZKfRPdcoloyafeyydwsCYkESYP/qyyBIxYc8
Gj8y68pawPSIquwLnJGrp6F5VeTrUfwmEFAGIfhGElyMpilmy4JblqTzeyq/+GJF
CcHMuSuIfDTj4hOWCO00XWmYhYwDg3p0ExOQF0oWLOpjr6Fxq4wuG4oBTlExV09g
T7my+khI98pG2FpzG70M+mFFVkXg/QlUIXeWt6J9A4hitZDjWGm+awo0oxhxccNQ
Fb/Y6HFfRGjYDJS/W7sJ50KX14KKXJzwRENi9XUmvIDzlWC+bElu0xlM5spZ6EkD
PBLfz2VPtm0vt5XUSey+5PBHsJqNWPqnyjrvFL8Byg==
=9HhU
-END PGP SIGNATURE-

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Consider adding an "Up" button

2013-09-15 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am So den 15. Sep 2013 um  0:31 schrieb Jeffery Small:
[Sensless add]
> Who is adding these obnoxious ads?  Is Sourceforge responsible, or someone
> else?

I think, that is the new policy of sourceforge; to make money out of
free software.

One more reason to completely go to another platform.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQGcBAEBCgAGBQJSNYozAAoJEKZ8CrGAGfasr5cMAJ3A3jluycpWcTuYxzrfMjhZ
JxPcsbHDzHrWmgmJJ6pSLaMOvg5RB+taqXfRZskFySwuhlYBx+DaUUPr9U1uMIvV
NzPRul39JOkyonhWwaXudGAA41pR+cxGIoY5iNux5XoopgOgsvqYJ/8eM1jqslpw
E8qt6i8ZlyvloixB35FONe15wE5q3q7Kjnh09yJs6byb740zwfZmx/EZS5e3JzlI
OfrnA6OmCv0gzCwXDdfmgHrPDR5Y5fG1mq2CWFCaPI+a34OWAEz5TxlELT7tquZH
nG7SEwfDeXPjczpkXdR3+y4ovzsPb18tsb9qP4/2mI5KcbdR+X3S3avAkDyK3wYg
O0WcPbPdUt86Z5l0vRT7w63B0EK7+EkieMS79j6VtudX9619NcrDiCCqhWV1PnyL
B2QyYweNikIjZ6ruyHReChuxTzMNN5QfjJRzsnt+jV3Cy84Y91gHs6A9ivTqEM0s
9jxh33tq4NFS2ftbTzZtAGDSSqE4qs+KTSzmyG6yIw==
=BjvJ
-END PGP SIGNATURE-

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Bugs

2013-09-03 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi folks,

I want to have the best image viewer ever. But at the moment we suffer
from such many bugs that I am somewhat blocked to go on.

I want to get this bugs fixed that makes the user experiences bad.
However, I am only able to address some of the bugs while some of you
might be better to address the other.

So I plan to triage the bugs somewhat. Unfortunately there is also this
not very clear bug tracker. I would mostly like to have the bugs inside
the repository and to handle them with only little extra work. I have
not that much experiences with such tools. At the moment I know of sd,
bugs-everywhere, ticgit and some others. See also [0]. What do you
think, could you please help hunting the bugs down and do you also have
ideas to get the bugs triaged in a more friendly way than such a
horrible web frontend at sourceforge?

What I think should be helpful is:
- - Having a fast list of all bugs maybe filtered by some facts. (Not
  paged to 10 bugs on a web 2.0 website)
- - See if and who is handling a bug and what the state is.
- - Maybe interact with other systems (sd does)
- - Uninteruptable way to resolve or handle bugs other way
- - Commandline (It's my preferred way)
- - evtl. also a GUI overview for that who cares.
- - ...

Please add your thoughts.

Regards
   Klaus

[0] http://dist-bugs.branchable.com/software/
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQGcBAEBCgAGBQJSJlr+AAoJEKZ8CrGAGfasPqYL/2x9YKJVQcczBx5fr1Igi49A
CbAtlcuel26S6tQWFmMShKGMUQhSploWCWjFZz/X9VoUa3wKyTPWDnntLG6+E0kk
nj/vtrDf12BAGB3GzX56V7YRf1/1ZyCkwLBN68pfEh2NxorPVCDrQjXhNgjnvkwA
ILIVDHR+rs4G7FeWqe6K8eTqyoETW7zbnoXJBFW4mm0ueEpdboRcgn7CnNaQbK8G
m3jPGAYFg/Ky3NCZL+J37F4BDFczDUj4GIo6yIPF6fovmXk/VDUMyU9CzX0LUveW
iG8wo2C2sfLOQL82Uu+A1UoB+zC6KKKJEqfs9F3zVIqNAa39vDFD4Vpsz2fWF1Jz
ddPFXx7UzaEaf2JF5fY4DPCPwoj+eKrq4AOOZH/YWheHtfwBspZ2NicBG0C4mZs7
v+tEr2JdlrzgxF3vr8XA7RcGjRqejXCicZB8DqK86/1c3AogZK3E3PBLf4A7Nd93
bUzrwMDnCzcDlZP+qr6U2X9+FVNkU2YAb6JurYpXIQ==
=3pu5
-END PGP SIGNATURE-

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] [m...@systemlinux.org: [geeqie-devel-ow...@lists.sourceforge.net: [PATCH] Avoid endless loop on exit.]]

2013-07-29 Thread Klaus Ethgen
Hi Andre,

thanks for your mail. I'd like to apply your patch to the master branch,
but it seems to be still fixed there. This seems to get fixed in
2009-09-06 14:01:03 by Vladimir.

Please have a look at cf90f24, the most current version on master[0].

However, I forwarded your mail to the devel list too.

Regards
   Klaus

[0] git://gitorious.org/geeqie/geeqie.git
-- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
--- Begin Message ---
Hi

I've tried to send the fix below to geeqie-devel. But the mail was
rejected, presumably because I'm not subscribed. Maybe you can
apply it or forward it to the proper destination.

Thanks
Andre
- Forwarded message from geeqie-devel-ow...@lists.sourceforge.net -

Date: Mon, 29 Jul 2013 18:17:06 +
From: geeqie-devel-ow...@lists.sourceforge.net
To: m...@systemlinux.org
Subject: [PATCH] Avoid endless loop on exit.

You are not allowed to post to this mailing list, and your message has
been automatically rejected.  If you think that your messages are
being rejected in error, contact the mailing list owner at
geeqie-devel-ow...@lists.sourceforge.net.


Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193]
helo=mx.sourceforge.net)
by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from ) id 1V3s0H-0007dr-En
for geeqie-devel@lists.sourceforge.net; Mon, 29 Jul 2013 18:17:05 +
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
d=sourceforge.net; s=x; 
h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date;
bh=eTedQMKgHcCDrOl7s9rWsXCU9EcOrbsh90QXA4Q9AgA=; 

b=pacwEZ+oy7OWiB4bh9WiLpGWrjGsRvdElDM52VxbnI2x52Ki0eUt4hO4YJeGffh1XBCdHxiy2g2KR5QT0yKWQoX+gAh4W/7vgHVqT6CKs84Ogmt9iIq7nMI6RIzNuN2H5hC0l2TqZuseHwIUCS0luKgf0ZVM/2yZmfMXhTiKxA4=;
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x;
h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date;
bh=eTedQMKgHcCDrOl7s9rWsXCU9EcOrbsh90QXA4Q9AgA=; 

b=cxcBvDqRTrdkf3MRWc7SgkHF2U08TqzCE64TSUwwoMN91MIFbo/gxu0O84ivzZ/tX5Kq0Osu0Qm7WA51UPrz2C/klvG0c5DvXIPFt9qysMV2RGmGC0EJ2zKbu0uQW9OIztdPy934J7dX7OXfEQJh0M44NYlFFAFXfHO6SNi1w+I=;
X-ACL-Warn: 
Received: from systemlinux.org ([79.140.41.46] helo=v3-1046.systemlinux.org)
by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.76)
id 1V3s0E-0004iE-PI
for geeqie-devel@lists.sourceforge.net; Mon, 29 Jul 2013 18:17:05 +
Received: by v3-1046.systemlinux.org (Postfix, from userid 1002)
id F31BA21E1BA; Mon, 29 Jul 2013 20:01:44 +0200 (CEST)
Date: Mon, 29 Jul 2013 20:01:44 +0200
From: Andre Noll 
To: geeqie-devel@lists.sourceforge.net
Subject: [PATCH] Avoid endless loop on exit.
Message-ID: <20130729180144.ge29...@systemlinux.org>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="TD8GDToEDw0WLGOL"
Content-Disposition: inline
User-Agent: Mutt/1.5.20 (2009-06-14)
X-Spam-Score: -1.5 (-)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
See http://spamassassin.org/tag/ for more details.
-1.5 RP_MATCHES_RCVD Envelope sender domain matches handover relay
domain
X-Headers-End: 1V3s0E-0004iE-PI

On exit layout_editors_reload_finish() is called. This function calls
layout_editors_reload_idle_cb() until layout_editors_reload_idle_id equals -1.
However, if layout_editors_desktop_files is NULL,
layout_editors_reload_idle_cb() returns early without changing
layout_editors_reload_idle_id. This leads to a busy loop on exit.

This patch fixes the problem by setting layout_editors_reload_idle_id to -1 in 
this
case.

Signed-off-by: Andre Noll 
---
 src/layout_util.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/layout_util.c b/src/layout_util.c
index e667449..dfd8198 100644
--- a/src/layout_util.c
+++ b/src/layout_util.c
@@ -2007,6 +2007,7 @@ static gboolean layout_editors_reload_idle_cb(gpointer 
data)
{
DEBUG_1("%s layout_editors_reload_idle_cb: get_desktop_files", 
get_exec_time());
layout_editors_desktop_files = editor_get_desktop_files();
+   layout_editors_reload_idle_id = -1;
return TRUE;
}

-- 
1.8.3.1.487.g3e7a5b4




- End forwarded message -

-- 
The only person who always got his work done by Friday was Robinson Crusoe


signature.asc
Description: Digital signature
--- End Message ---


signature.asc
Description: Digital signature
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
v

[Geeqie-devel] Back after a while

2013-07-23 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hey,

I think I should come back to the geeqie development. Had to less time
the last months.

Lets see what happens in the time.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJR7qrWAAoJEKZ8CrGAGfasWicL/0VWsUGeEL+RTmnM+sdfb73W
DdLOF6CDvrsUVyDPraK/XbJmVRCk8eTdGIQI+BIqXsopS59Ex/AL5YKo1TTV8tKK
UEb30FuFNlIAq25eri4Y4+SIQa0ChixZux8epORAn0UPGL7UL8nok7y8pN9YSFT5
YszWb/FiJrBAbMKHcPfJouoFxTZ9IIendzfbgGR9sNMTGR5runqvCTlsMq/iHiga
ygVMbWIMvcqBEEwwTJCaP/vnAwusFs4yDkPjySDO/ppDY0dFo1sgnaeUd0PvM797
oOqZvdup05im8SpF6zbZLPgdRDWXOjlL3zj+rCTc6LuEQZWpENafE1uXEf6sfSb2
JcFC4g0FEu2SdMsgSC6gVasiIW+YVod7esCwsr7s3qIoyogrOLPYKQZdJDHgLVbP
Qc2aUO1Fes3tLRz9DgIxhvEO2/nVxhGZjzXkI/t1bmdqyxzcTFTbHlmkWFbJ15fI
I7Qfl0c1EErCFS1+S814wV2xPY3B13cGWyeuXIWirw==
=ucuZ
-END PGP SIGNATURE-

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] One image missing in image list

2013-02-22 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Fr den 22. Feb 2013 um 15:42 schrieb Jarno Suni:
> >> https://bugs.launchpad.net/ubuntu/+source/geeqie/+bug/970789
[...]
> I fixed the bug report. It seems to be specific to vfat file system and image 
> file naming.

I read it and from the new information I might have an idea what the
problem is.

Please confirm that you are using it on ubuntu (or debian) and that one
of the mount options is utf8 (grep vfat /proc/mounts). If that is the
case then this is a long running debian bug that the kernel maintainer
refuses to fix (He even has introduced the bug against better knowledge
as the kernel folks do explicit not recommend to use that option.)

Unfortunately there is no way (I know) to switch off this option. So you
have to build a own kernel to test it.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJRJ7ttAAoJEKZ8CrGAGfasnG8L/3g9z8E2YerKsTI3N6ZmFcoy
zzMQJGa82cAlZRUD+l53TF+idWqfOOT92GgipRr37HHq17Dm+2cE3C00r3+bMyUK
T4GnAi9in2/hzcKaNrLBnJxyFtMUryZtfgVQaX6tg/DYfenmI6WiurY+sVdvxGyM
7NNufSqkNqcPmMFZjvWKfs3rAf0oISfpsL+OrpFl2FvfT9jNAtvtR7nKB7blPxSG
hasiygwKwl7sCt4/Ui+p8/s2yHgmATYjejCG4hjEf6Gvvrsp0fTPl4OS64KR48s3
1WGCjIyYUF94cfs1wNt9/Ex2Baj28uP+hqlYCO9KiRiyzGdbEXPfqZ0KK4a11piR
F6NhCFvw/oVX8YAqwg6FNQStCrcbbEv3mV7EDOLiSd/leRdY3qvwK3MuXI0rjz/b
4cUuf1oI2kuOnQCYxocqHEh6YTj5KqHB7bw82H/yeAqO8O4rioTXERVL4/XxFZv+
ZpO/JmqIwQfOljF8g+xb6mLdekMwOQDDAZGNPq7tUg==
=IqQ+
-END PGP SIGNATURE-

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] geeqie feature request - tagging selection

2012-11-22 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Lars,

Am Do den 22. Nov 2012 um 21:42 schrieb Lars Täuber:
> I use geeqie for viewing, sorting and tagging of all my photos.
> Therefor I'd like to see a feature added that would ease the tagging a lot!
> 
> Please consider adding the possibility to tag and add keywords and other 
> metadata to all selected pictures at once.

It is still implemented. If you have selected many pictures and do a
right click on the keyword you can choose to add it to all selected
images.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQrrDaAAoJEKZ8CrGAGfasbCwL/Ay9owj9FvL2evmQbgxEzhnH
rK5sy6u3XmWFWZuuBsgeKPy9xYZkCHZgpVr6nHXIZIVJUeuLUH7pJooMN1MrfeIx
CQflmW63/1cQXOEKxPGfI+eaHR1Cebrh4A+YA5T2gn3Zphkt6OE6cQLYPdxYkN5c
CzMhIvBdvlvNM/6TDJBBeRQ/r7+z4oQL0JPCF26cEnbzMS/JoCWY82eEDXQxnZBM
dRPlFYrNPgH5v6PI95MhYKLvL9hkt9BG+b1CdQoUTdlLmTI0pUo98aNNpdO8l72m
e0r1JxH2//KFoyOQV62OAiWgvF/czIq3gqy7Zli4Onv1F3EGbicwzRiCZyw+Atdg
LWSlRCfsZYCrhkDhapwQQOoZDl2g01kVLCe60R2eeFjW2hRGpnp2MxXzvqzdM59M
kC/JRv1ARYFIU1P7bQxZPosYqkLVgogE9RfKiBS+nniC0gZyTXPeFfn8PcyWKkxm
mzH0moIi1w7R91ii4AqtMAgTLjQ6BUMC6yEggkyAsQ==
=tjwh
-END PGP SIGNATURE-

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Merged LUA integration

2012-10-02 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi folks,

after long time and finishing my private pilot license ;-) I got some
time to peek into geeqie again. I merged my lua integration into the
master branch. If you are discovering problems, please let me know.

With this merge there is also included one revert that had some
problemes (988b89175eb9703d8116b719e0baf036793a33c3).

The days I will add some minor docu and examples.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQa2BOAAoJEKZ8CrGAGfasVAEL+QGAFZVorR4L6+Kae+bfS3Ra
7COsGQTTP0iCNNS28+QJixKYYgaUEw8oNcysL4M55ywV8BumjTwUzr4+zjAwPH8X
hEw5EqVyXEY+82bjFQq5nEfzvG3Z/NIMQzpfdUeiDbGAosAwNaSvuLcakSmXYH0I
id1ftIjgDgtW7E2R6GmDRtZcUvFPoq/2nBv/CRvtIKRVDJ6gxMQfRt+Y6iAt+iJu
bdU+M8knMhGZqwyBGp0yndQt3Lly4PNsp5JC15pTqWx5iufj6Ka32eAARsMDkU+0
orpuTrok423cPlTH6b/b+CMB3qJRgAzTOEWyo9697LXOTKh+ho5q/bahIW6Bek4D
AYM1hwmuqbygaKtB61qR1lsYmd33YzDyg0o2D+ELQH853h8AO/XSYMpD1QQG/Hzc
U0Hd46WVgJ/kxgOdAMKq1W15PdxZCxgV6XIceW1Qrp1rZG5e3rAENvQNXZ9dVlbK
Qoep8By39mCyPvoHrpfKqGbUyOpn3w1b5PHSCbJthg==
=apJi
-END PGP SIGNATURE-

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Rules for git repository

2012-08-16 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Vladimir,

Am Do den 16. Aug 2012 um 20:35 schrieb Vladimir Nadvornik:
> In my work project we do a rebase each time before pushing to master, I am 
> not 
> used to other methods.

That makes stuff most time more complex.

> Each commit contain logically connected things - for example adding a 
> variable 
> in one file and using it in another. But merge commits break this rule - they 
> contains random changes together. So my feeling is that with merge commits 
> the 
> history would be harder to review and debug but I have no practical 
> experiences...

It is the other way around. Don't see a merge as a single commit with no
information where it comes from like it is in SVN. In Git a commit is a
logical point where more than one development branches come together. It
is trivial to debug with merge commits. Rebasing on top and then ff will
destroy Informations about the history. That would make it more
difficult to read, review and to debug in case there is an error.

Don't compare Git with SVN. There are worlds between. Years ago I did
write a obit on SVN (in German) as I hated the way SVN makes development
more difficult than it was with CVS or other version control systems.
The existence of SVN did make many bad thinks in the heads of many
people. Git is a tool that is really made for development of complex
code. And that can you see on such many points. However, it is like
other tools too. You have to learn how to use it.

Regard
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQLWHBAAoJEKZ8CrGAGfasxe8MAJQhul9gKcM5c0XWF4OrJKVC
Mm4imLanDkENX8PB5PRs+TNK3lsXhEF1Ltfjd3RqMTckFFYjoRBZUCCAjjIGMcTC
y7dJ5D7nSw/61qcaUOFhD0bV8/4EtH7nSdS7eK1sNVrli7cfAVpVajHlutlBR0p1
PVaUxsN4ibD8jucyzLPlZOJga7HsxcdB/pEghcR9xflJah+FHPi8lAeNrPrALVGk
bf551xDr7IgRmjQhRJuw8F6Z+bzroBJ+Ys9HtdLgHmxQKQpy586xrAvTYY9VOtuP
e64WvZ05Zu2R7hvYaLBwVoIGAEOohJ1QI1X2btfyXOwlMXmUN/t89kKU3CcRYvfs
pIhAqo/8Ezna1XiDonX2AWVpJzueKUq7v3vjrV/ffRcoNyNC++6R0DTc01oxfVmX
fYZebITzcLeyhXMIhD35VrOGSepY2f9ebnSXl5FsklRyejqTouahPtdnMHBBi7ky
+PhZpS7a8wNwE5xn5TGvwlrd2g6r0pO8PyoMbiZZPw==
=A4Lb
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Rules for git repository

2012-08-16 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

One to add:

Am Do den 16. Aug 2012 um 16:12 schrieb Klaus Ethgen:
> For me it was/is two things:
> 1. Limited time :-)
> 2. Sometimes frustration that it took so long to get the code push out
>to the customers and not be able to address bugs directly. (That
>point should be fixed right now as I am responsible for it myself.
>;-)

3. Sometimes lack of idea how to fix/implement something.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQLQ+fAAoJEKZ8CrGAGfasFVAL/1j5sz4+a2E18AXQLKS214o1
lzSanr5V+cam0KWrVEQK6nRl7Xmt87iGc3OQT7FDnwxx0/sAkC11iR7nrIvGVONt
6eiiC7lhuUocaky1aFzmBB0dxADWkttWldg55UYqf/N9k6xfW0zBjsD/1Fv71tbw
yEJ4SCTgwUBB9THquVr2BnbxZVV2NOnAPhawsLrYXLX4RRsmE7hQRz0wVsJVqpst
L9IDzswTQgle5UsJI+1GCYy59vUN5YTTohNb2eI50+mxZ1vn6BaZie7wKCOkpjvZ
o3M9svfn0f+jQbREt/Kq+JXBz9jrSCeEtmKm7sCwdE+T6MzH1teE8NdG8BQDRx5Q
63Ju/vF+bY4c2pHtBBkUp74UAD87tx3z69zwpSwNRDl9J0th6d9t4lmZQLPy4DJN
Nu3bUz+T1OINFbFZOrq5LyDLq5YoMpEW380+Z48TGxIrxVlu/YcxbH7Dfge3f9ro
CSR8PDzRVe5Qb3iHp9E7wW7Q/UxJkaMro2+VG7aU0w==
=Aor6
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Rules for git repository

2012-08-16 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Do den 16. Aug 2012 um 15:51 schrieb Greg Troxel:
> I would add, as suggestions:
> 
>   for complicated changes, people are encouraged to ask for review/test
>   of a branch before it is merged to master.

I always did this but seldom get response. :-)

>   when merging branches to master, use --no-ff in the git merge command,
>   so there will be an explicit merge commit.   When one merges master to
>   a branch, checks that it still works, and then merges back to master,
>   often the merge back to master is a fast-forward merge and this is
>   boggling when going through the history.   (I am running a large
>   private project where we use this rule, and it really helps; one can
>   'git log --first-parent' and see all the direct master commits and
>   merge commits between releases, etc.)

- --no-ff is sometimes a good idea, sometimes not. I think that should be
used where it is reasonable. For example I might cherry-pick several
commits fixing small thinks into a temp branch. As long as nobody did
did something in master a ff might be reasonable. In other cases where
there is a new feature --no-ff is the best way.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQLQ9UAAoJEKZ8CrGAGfasEbgL/jwzzHzSSpDqPGFNsPBqOHDy
AXtWJwPdrjRyOxm0AJlXERnclmO05Ma9dO8zWX7MrF2FNXzbM9nsEapO9fYfzR1R
FOeJITPS7MhQwDgeQ6akxN+yYTTtIJ2SXtrcCAOAmEwR9gwF1QZteHP1naT3xAuK
X1PZQTfaYzSW/BdtPja7urVF2WO2OnzMUqyut9ZiJRzZtFGqNWGFutu/1AKXaSdf
tRGOjnhgB3NRVHQTySQnBC8J6TjgHfjwOWKWwtxAbYSU/d0YQ1lReHGnodPxJYzV
s9DnE38mDOAnbirdSSGZsXmFDpq08H6jyHgpunHoxWy2LmVt2y1jHk5JZLZRa1ao
aH+XqVJlfBJIYVesMR0k3Msv49FcfCP90qqCZbvGZRvSS+nngaYC0HhiW9pCF0/2
u0FlDiroQkTp7kxO4k0fG7fUgoL58Lb2cQiAT+tnl6Nhz/S6y4F9KO38ieL6Q3Nu
MJFvjfzRVKkmfdAg05nDTbP0LpomRA5reHqQldPogA==
=R1Wt
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Rules for git repository

2012-08-16 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Vladimir,

Am Do den 16. Aug 2012 um 15:46 schrieb Vladimir Nadvornik:
> I think that one of the reasons of stalled development was creating the 
> personal branches in git, without setting processes for merging.

For me it was/is two things:
1. Limited time :-)
2. Sometimes frustration that it took so long to get the code push out
   to the customers and not be able to address bugs directly. (That
   point should be fixed right now as I am responsible for it myself.
   ;-)

> I am still 
> not that familiar with various development models that git allows, so I'd 
> suggest to keep it simple, similar to subversion workflow:

I do not like the subversive^Wsubversion workflow. But ...

> - master branch should always compile and basically work
> - every developer with git access is responsible for pushing his
>   code to master as soon as it meets the above criteria
> - no official code review, but everybody is encouraged to look at the changes
> - problems are solved when they arise, reverting a commit is easy

... that sounds reasonable but is not subversion workflow.

In subversion you mainly has only one branch -- trunk -- that everybody
commits to. And as it is that hard to make a branch nobody use it. So
either the people commit not working stuff or they do not commit until
everything is finished. I find that a frustrating way. See my lua
implementation. It worked well but I did not find it mature enough to
merge it to master. With the svn model Nobody could see it.

As you might have seen, I did some cherry-picks to the stable branch and
even merged stuff to master when I was thinking it is mature enough. And
with git it is possible to also merge master to the own branch and make
it possible to merge it back to master. With svn that often ends in a
complete redesign for long ongoing development.

To your second point, merging, not pushing. In seldom cases cherry-picks
are also suitable.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQLQ32AAoJEKZ8CrGAGfasa6wL+wUhns9RrGT1WqNjECux5j5q
LUSHjF12mdI2BlQAiVHhkzcTWy3mxfY4eCKFWQ93a4mPjNflnob2m84VDF0RFuf4
5AbY5D13vBszmX3GgXakyQCzVSmfrTCSarklVbwQxVe+WxvWnTeeaccO6OIGJihF
JkL5kHbFCNshVO+eo5y+m1cCxgQ3hK6ZUSPPfMitCA/HdGMgO6cNZP8X9PKPmqLW
4/hCvEstu0nm8aaUgRj70D68ELM9XR3+0x78nsfuHfFkTGHKdxF/EZpsCWxuWW/m
Y5vbhFHHmzTCqDwVNKSR7l7nulOiwoOZXBWfY9uo91XIOCvTvLB6uVDUoArAxdof
KAUFg6OsXkhvyWJxLEaq2ZEnVdNTQzxrHBYSojZWmke/lfGEhB1QObB5QZ5Xam24
PLaqAo+xeRm8YqgPxzEibDPeicBoS2Z667HXgwVqKFAl27NfZ0gSmyrBbdDZ7R9x
xbVVTbtkt7+NCI+gEACEVmfMZMG/A1XHLDGuTj5+Qg==
=bXZd
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Starting 1.1

2012-08-15 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi David,

Am Mi den 15. Aug 2012 um 21:57 schrieb David Vincent-Jones:
> I obviously had a problem since there was no 'geeqie' to be found in 
> /src ...
> Not sure what the problem was but I re-ran configure and make and this 
> time I do have ver 1.1 in /src
> that correctly works.

Fine. :-) Maybe missing library.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQLBGTAAoJEKZ8CrGAGfaskrQL/3xKh/LnXIIkVLwIe9msWZn4
vExJrUBjIHSkJWOdD3VD6QxuHlspRgslHdtVgbFelwmNWgF7oajR2/8HDalBzFCE
aWbW305s4/5ohEI1tVxlkiy9USdPYYKBxJPU8u3GK2dRQ2CH1TU5/4cbjwT90NNb
Gwc7sxUZTMqGUsNHL1d+yzR3NXd+J3OEGLYaRqQsdzw9QX8fK8xgCc4eI3Ew0Lll
nvR+x2MLLT9HYdVLHME1vV7NJn/X33b6An/bJjvbZmwWcgI8Qkj2GykLc5B57a86
SfbuTJUzFEq6HpddBHarojLOnLRhXoMSEsBVznjXfYQkkL3C8Et/FZP7Y3CM/v8v
/DgnVOfwwHvXJmNeuIsSn4v++YCjqVh1M7xEIUg4w+Lg3O9RLmb2A0gFBb1W+eK1
0VKyU1ijz/xcOMaMQSv5rkAaMjcyHryrB4bMoasyHyLfMqmq7gDhK8AI5nesCqiK
FRVXLvTarfhK1fKoN06tfx+lDzzwib5PNN3ISUg6AA==
=Vv2V
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Starting 1.1

2012-08-15 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello David,

Am Mi den 15. Aug 2012 um 16:22 schrieb David Vincent-Jones:
> I appear to have an ongoing problem trying to start the git version:
> 
> Double clicking "Geeqie" in the  ~/geeqie-1.1 folder file appears to 
> work correctly but
> the command "~/geeqie-1.1/Geeqie" fails.

Uhm, where do you try to click "Geeqie"? And where is that related to
version 1.1?

And normally the file system is case sensitive. The command to start
geeqie is fully lowercase and it is also build in src directory, not in
the main directory.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQK8ADAAoJEKZ8CrGAGfasfsIL/2Dy/BavI4TU1DRjxvRyxOeG
WNJQD+w30vLRBSuKfAQdf8QEmMKwq/Ne7Sbde5q4vn/A0epK30pf56bfQ91yTUOG
exwweKXCwCg21qqsUsae3rq/3HlBwHTQET+THORH/zy7nwpAzdppZAQPOlVbnPKX
ATQm6bui01M/g2YLb5ilxrq5spvs0uqNiLkTrLRK8g2QqtQlYzGZOtRWmwmH0xno
OuhgKTAV2jKZAK1T5R9R6RTT/sNm8mPe3jiz9CzG4SmIoKmRkPIlcE0drgLAPFNX
6f12B0Tfr1de2rydOuHx1XoO+94o/EuH5ryql8xNhI14rm4BD1iae4kSc940Iq2k
oAAApFTZFPreeca0rFtq1ZbUTcxK6Qa1WL7yGuDkoNzhpuaiAyphEHNIbKfE+9pQ
6+F5SShNRJJ4p62hPkpbonD5REHGhbk2qwYTJaN60GukzhnF4SuGvk1tJo/0X5Uj
4Zz0jUZXAQWZ7V6hvD0/uwJm3YpQx0tMM7xyZcv6UQ==
=WJAK
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Geeqie 1.1

2012-08-08 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Just for the completeness:

Am Do den  9. Aug 2012 um  3:26 schrieb vinit agrawal:
> @DAVID
> --> extract the tar ball to a suitable folder
> --> goto that folder in command line using cd folder path name

Before the next step login as root and do a »apt-get build-dep geeqie«.
The rest can and should be done as normal user.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQI1dFAAoJEKZ8CrGAGfasCygMAIeiXnT/LHQGeFa7kY1x3/Zb
wwE7xKNR3GrAIGkL/Bqh8N6v1tLEYta7pDr4LPfZbjAZgmzwq7vya+LcTr3KYymB
jUzj648h3+FbXlJVxkuCLUG+mHDKnX8qqLn+cpwvg+fCEeMBE+1HzmkXVWDHhmJv
ARhBV86dqmCZJsvpdRMzq8s2DBIrghhy7IkoknhucofO0S1VB9qGzD4HnNS3jfW8
EfyKMt8vW2DWSVn8uaQZQQ5y9iX2ZdngtlpzjdZh7or1QpFu125zL2KpcdS6ebY1
7kCQO4T3tR7mEd2+x+BWryIgXj45oGFUxTta9/hS0pvbpM4DyeLAaPsIo4si8E7I
MClJZhjQvPCmm5nauoChomc3HldM2P7evkinT21I0DGU725EpyA4NdhMjWQgzWnW
Q9bO85RT5FCji/cIxyBXaWxaZwDJ4TtL2PhL3q7OhEk5ItxbKlYUCLMLOr4b8oZU
56hkOp1k4U5jxduxdpMGE5o1xEb4aIemzatW7DOEig==
=BWJM
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Geeqie 1.1

2012-08-07 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

Am Mo den  6. Aug 2012 um 21:21 schrieb John Stoffel:
> /home/john/src/geegie/gitorious/src/exif-common.c:642: undefined
> reference to `assert'

I will just go and track that down. It is a annoying problem. That is
only a missing library but I do not know which one.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQIOvnAAoJEKZ8CrGAGfas4jYL/1Q2o9KyJXajq70vd/uCSvPi
AWfbZLFtDN9Q8ibTJ3FhD0xqZm4it3V5AjPb6gbwfT7Hap3SpJaUwlWUk4valEY5
AiNibVwtO16pZC9RPWa1NcdPOZi/DOwFI+tqgwu2RjIyTF+viOo9P03zfH5HPxvU
PR+jzt8w4hMhFoIfTW5rt9oqTZ5xnPafFnf02ldKyNATTIMV2ZB/58gu/fszxz/v
jE3bhCPT0LYVNSz9zScgE+b26G6hUl6lGuBJDKe4b64X8CsgM4ungILvZ59UkVpY
ZuVxGXleBRwFEP4bVEO74hz4ZtZcnvqFdm2PWcw4Er6woKmvVCzWnt9LcqFhploJ
JpAw8RxED1LRWHp1D9WEaqN6a9vY6ULEREpQH9r2LdgyQ/94hEIKL2StZsg6EwJS
gxPGXO8WJeG/+2fTLZIxeQ+pSezvwqGBdm96IY0xVF8hOVmo4cTviZBDtjCqd8wf
jza6GgU/yPfT/sm1LCNCOlT4bi5ARItiphIPy3U1Rw==
=Yf1b
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Geeqie 1.1

2012-08-07 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

Am Mo den  6. Aug 2012 um 15:51 schrieb Vladimir Nadvornik:
> I thought that I release 1.1 ASAP and then,

Good Idea.

> if sombebody complains, eventually release 1.1.1. But it is no problem
> to delay the release if you want to test it before.

Do you really think we have the resources to manage 3 levels of
versions? I think we should just increment the second version digit. So
just go on to 1.2, 1.3, ...

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQIOtfAAoJEKZ8CrGAGfasVzwMAKy/CFrKh0UESo5aQCKTE/IU
SiX8QUpM0g2VP7Cqfpel5xbTPljEF9cKtbo4dxTVLJ7Um/JYJME5K272gTrfb51l
5bzdWgJlcw/Dk9jIWgFzyeV2tla+EMIth0Z2ELU7MZeJuEbhoYH9aAIjlrHgcLo+
EFBnVUDPDGLOL9ShVpLvVSIofFSfF45LpLtV0Qi1RMsZ+0ABJWvVUmC+n06zOtqG
B/WlHWFu1unM+1YzpJonTGTFF2QptxDh7OjJz/NGfb6o5h8kS1syFb0HhEn3m0F0
eMi/C1G0VgvCHSdvyeOShX02HMmLqplViTL8vSMSWEYZV2XkibgbTEuUmTc9NPyP
gv7qnvs52NftMzEyO7865llJmStFNbwevnllCYKjcOYZ1PQv/eO/vSjmiP5gFbj9
7rIGpdiIkVDpRDDp6Le9mn16c3ZYpTgkzN4OHI+IprJPCYFAGQJbpNzXA+deOQqt
X76ctQivgyAL5wBytvgSjHMRJ2Rs9wqXczDuTMTlMw==
=cwAB
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Geeqie 1.1

2012-07-30 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Mo den 30. Jul 2012 um 21:44 schrieb John Stoffel:
> Or has development moved elsewhere?  Ah... I see I think.  A little
> bit of googling sends me to gitorious.org, which is ok, but the
> sourceforge site should be updated to point there if at all possible.
> 
> Can we please please please update sourceforge, even just a note on
> the homepage would be fine.

Done. :-)

Gruß
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQFvYUAAoJEKZ8CrGAGfasivsL/2hVF+M76HFpUHzV9udRYK9x
XwNZWcpA9XKQeA8qFkoQawKvzMRTQnwC15EWf17DpfxJhUawrctK0gud2jG0ezpl
45QMkQuyYTnWyEwyDrfSIkC45PpvNJkw6wj/xRyPHu1/zwNRi/7PdCrtZV9TlLQh
VBkRTgRHGQJQB29A+JLJQDUpYeWdY1AIYn9QGj9ty3DLr2nvrayNdReeKybT4pev
0SgZlB31lySa59sa48r9BZ3O+YlOO7ejl43ZfOwYmXEzCNqVsBGl9JYjhpqINPyC
K2UqVyc8m/AJVvoMLEPBnwPu2oSJbkhjcgPMOZoxTkq8pymgC9cLSOxGbMB5/GBX
dtKzVbqO4go7lJzfMvjHNgP4OjgHqqBsBTV+VZGR6k0n67y6/USz6UlEe8LkDMo9
aUwZcdXD8XF8Ahl43suHg1mZE7bCjU7JtvNlVMw6B2H3qju350vxzzP91RIyAjry
TMfnn7tyFDiLFTG4e5ybb5EnOOND/TVaWSC61gxk7w==
=nk+x
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Geeqie 1.1

2012-07-27 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Fr den 27. Jul 2012 um 15:45 schrieb Vladimir Nadvornik:
> With Klaus we are discussing if we should base the 1.1 release on the 
> "master" 
> or "stable" branch.
> In my opinion the "master" is better tested and the new features are quite 
> stable. Also, there are people waiting for the official release of the new 
> features.
> 
> What are the other opinions?

Just for the completeness, I told Vladimir, that I think that the
changes in master justifies a version of 2.0 and version 1.1 should more
or less include stability changes.

What are the opinions of the other developers?

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJQEqtOAAoJEKZ8CrGAGfasuWUL/jGz3ndbTeoRRdoD59Dna+5o
hufUAoTefEBNEVDbKUZX/+RYjWfhCTADtGC1Fj6p5fWUBGGWyaX8XvUoL3O4JJKV
SelDHWdNxtZMEOkCQsnDRf+HxNJ1PdQBkoVjHN8WNTlRg8Y4YUI6I6d1KJhrZjsm
axZQKzLdDJiloi6KJz3ZBdDDpGARftTiEB9qoO9WZaqZqsX7k2oEFsh9gZ6PJKN0
53TtCSiOV5CHYTvFwtiadJ4nmVxKTxvw9mCsTNKMUJX9s1JaqjF1oEnfg/lpmHPQ
xBIAcapTtmmT7PM7LedSdNU/IQNVUFLt7iZVnn9Rzc/43jpAKTLSLq65agfLC7g9
u4BTG3IsD+cFl5sjmhhAmXXFTyjVHswdFdMcOjXYvTW/uIQlWamftjRnP6PqCU4u
56a/x0+gpPKg2sr3Xi5pq9LY6mKGxKvz177eYQvQnzVAIHnE/OAR+02gEiHOJ8md
csUWq4BUV2eBrF3I/sWFP5KLAh/hTDNsY9hF00b1UA==
=1oJo
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] assign keyword to group of images

2012-07-08 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am So den  8. Jul 2012 um 12:38 schrieb Toni Mini:
> I was wondering if it is possible to assign the same keyword to a group of
> images. Such as I have found in the documentation and by trying it out
> myself, I can only assign the same keyword to one image at a time.

There is. I did a patch long time ago to allow it. (34c581a) But it is
not in the stable tree until now. Will be in the next major release.

Gruß
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJP+gidAAoJEKZ8CrGAGfasd8oMAKBWxGy+smm2UmSCKvkI5E1t
M+BExGkA2OxqwL7rPG4vr4tr7KLkxmypOTn7DQJZZ2LRVPeaEE2pCeYDkmCdqzDQ
Om4b9OIjrgzsO4h256yKwlNxOFho21n69ORRVmldBiumyEqYaesjIPsgI4aXTtgj
8IQW7eapSNmvdFqYUHI06iTkzpjMol+T0yztQfopFkInfnKB/FT53zZqDFOk7qgu
oC91Qvl5TU/2ppacEEyNFdl/APUmc6VSGLXvPoVFqz6U3mmh1M783yVQACF+Pp7F
BERDQp0GtDGVt9gC3g7p5QhWAPIHc2ahGGlB2TwsJpI7jqTAChuSOPzKCUibO5Uv
SxZh2mB1dFJmAwnqeZWL5w8j0Luqh6oCtzopMc6tV5ocJq+osu1+3Zd3hAgXNsNk
S9o4HTOIs+sO8U1UHXOaCn9HHvlukvl8D0hcu1hPzbkPYOJiqZ3ChCB6Oed7puQX
3WOAPqF/ujbgFfW3XeYOLDoRpWVe/aIY9bG1A2VCFA==
=E/rZ
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] bug while compiling

2012-07-01 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am So den  1. Jul 2012 um 10:46 schrieb Carles Pina i Estany:
> On Jul/01/2012, Mecatxis wrote:
> > I downloaded source code yeaterday from git. I'm trying to compile
> > geeqie to test my translation and i got this error:
> > 
> > ~/src/exif-common.c:642: undefined reference to `assert'
> 
> could you try to edit this file and change assert by g_assert?

That is not the case. The problemes are missing dependencies.
Unfortunatelly we do not have them in configure check.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJP8EI7AAoJEKZ8CrGAGfasybAL/i3BmNlOupdhvXHkLtBwsriQ
yn6Jf6meTNuZ53z7c5UXY7l+VxpOCejfKrD66pBMRj+KHzZtwPe5kdWSZZHO60+a
odNU6sL4tOFq4N/l9PxndnVCsfwVVm3hp5Jprb+L5K0bljBkSEXdLO/C/p9Vx9qI
Y1epVfN+m3XZ8knWm5kXyg07Wq5Zp8RomBg6y+OwRtDar/yEHZbGRQZJfJtXTN3l
F1xGGeGUWLpA1V+sEXkFh/yDPDgue7LJKCtuS2Q1B7VwxsjsI5MBmsTguio0XT+Z
BcOpjgu5ifYWSJlxyJJ2aym68zYEJuY/jey61I4q09KuazHIQpVEtDQfKOU4NlST
UbaqjNnN5BCz2bJYv1tP2iyLfIOId9mLQ2oQhIotzdQqJbD5sYEd6VGHPZ8da4vR
mEswBtfBFx1e84a24amqIrbRlXmIF4gaz9dC+OF6Dw368iScLuGPyp9KEDw4CSnq
1pqjCLB9JagySgYPH2yNvGoNpUo9C4tUOqz6dtc+0Q==
=qBOb
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] bug while compiling

2012-07-01 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am So den  1. Jul 2012 um  9:53 schrieb Mecatxis:
> I downloaded source code yeaterday from git. I'm trying to compile geeqie
> to test my translation and i got this error:
> 
> ~/src/exif-common.c:642: undefined reference to `assert'

That happens if you did not install all build requirements.

You need at least autotools-dev, libpng12-dev, libgtk2.0-dev,
liblcms1-dev and libexiv2-dev. Maybe some more. See also Requirements in
README.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJP8DWiAAoJEKZ8CrGAGfasamwL/3ZqTnHpYSHzGNtKJa/ibDyW
x0Xk+AXUu8OfUlDdh+yGOvVofWy74XHcJx0V/RUl6oZBJx/xhMEBNZPS+E8dOWUZ
XgEJoX4AE220iJXMeG1t3efYjrcqFP4Pqdj7oSXIXSN8ROjlCT5tbMTYhu4pe5+A
h8RYVeTlOFDbDfd0AXUbcJDd6KSv5fBgskSs9LZcf69pdN+SHjLsisuoE01eI0qa
+zpHDs2XczoEoo1qlJD+ShEyiOnl9tYesNBsXDRN65f/bIc0cvRRLnedK43dSwnN
1qmVK60zf/fr7ipiBJFzYoPUVwyyF31cjP8/9r+QWo0itMvMyjwxxVgBqkgPaesA
yRl4YXpxUiowRgeoNq1pheRxEz+ia+Lgw6ZGhfYRm5j2plwkuJkXBCjzdh88Oci2
2JwbKv6eKx5G11vsZF8YggfHfbPiKe3fNWWqs/a7cvA0RZBl08m66bzMepZy7r0W
thbVOzDcciHV6vtvrvLmd4fMe3KIrK2Wti5Whu1HSw==
=XtzX
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Zugriff auf Sourceforge

2012-07-01 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am So den  1. Jul 2012 um 10:51 schrieb Carles Pina i Estany:
> Would be nice to consolidate the git repositories and know the best way
> to commit patches :-)

The active git-Repo is still on gitorious. But the pages on sourceforge
are still pointing to obsolete stuff.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJP8DRyAAoJEKZ8CrGAGfas+hML/AgEdWA1wY0uWHzstXAmn0mr
O66nCwR48ZoyjvonM6fgbyXJXZqpLFwNRVL2/vwpo+lFfU2ZV01xSB6pCw5j7qoa
MXNQjv954iONVGSyL9LEW7NfP0RDUs+pXeIiW3JQ3MGtbSUx06huz5IsP2F++fZH
XMTAx9XHPDG4VQihs1i2ojKVjvN3qS+MrWomx+0qvQRWCaWx7jRT1ystqagowVJF
irGdBJzswQpFNgwVy3n1Twskqqkbq1OXAmIwc1R5G+iRPStKV6yAuAyjmAC9WS7q
6uvYiafEwOboiM9QfiDnb4+7jhpUICpWACLoWQkMFuppn1ntoRPIYsLM1PrtY6gr
sJ0umYVjm/4i7gA2fvaZMAbY9BryvH2Tf0g2vbfD4jxSDrb7pZFasygcGw14WhBp
rO4MnavtvIDqg8kb0/IndCSHIqQ4ZpIXnS9Jp4CTSAwau4mRxiFswQT3KIcb7DAh
+ukWsMp9Z/lipBCObGXOZrvSf2dGrY9UXD6Ai35cJQ==
=ZL03
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Zugriff auf Sourceforge

2012-06-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Folks,

Am Mo den 25. Jun 2012 um 19:55 schrieb Carles Pina i Estany:
> and why not to release Geeqie 1.1?

I'm waiting for Vlads comment about the update on sourceforge.net. I
would release version 1.1 if I had rights to do so. Everythink is
prepared from my view.

So Vlad, please answer how to update sourceforge web page and info page
and what to do to take bugs for fixing.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJP6MGmAAoJEKZ8CrGAGfasFlYL/iR4JVtZXnGXHumJrZ4tBIFD
avxEharHzFMuPnweIuml+AGZ7lU2vGmwsWpu8LTNgn5PLmq3S5F4DVKW+NVSMDjb
CuGF2pe0ESKkpltD5cZGNy5i72PD55beScy07fxUintF/wMHFr225MpkTd7FTcxr
ON8PEwB4lN8jfYZxdOEKBqc3LPStnm7lg28P+QTw6VSgmMrpi+/7D1ik4I0THgSt
ymm6AmraKgCvqPZi0JOfwTRi5LpMuIVOLqv/mpljEOcSkmAR7uqAHeolSX16k+01
qPhBuwpRsClA1tiVwxIaN/yRWrLVpk+2HyeU4rjC3tPkAfdJ81OICqJ9UXYqm4il
JrNqx4+CttHhiM4DJSOcnrLbSIAPg+2Lf/jH+UHlIABh/E/p9d0wF9ZafuYDRlht
pxL1kJreR3t8moMg96NoS8AnOsQqqrZK2Q7OFoMhXpSyuK35Aui6xlusA7C6HKSF
3s3glaEXxPxrTkUiCtazonNfjloCfgInKtQyXN9jCA==
=EHfc
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] Zugriff auf Sourceforge

2012-06-21 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Stair,

Am Do den 21. Jun 2012 um 18:57 schrieb stair:
> Even better if someone could create a PPA, it would be great if all the 
> goodness that has been added in the last couple of years could be 
> generally available in an easily digestible form

I can make an Debian package of the current head. But I do not know how
to do a PPA. I have no Ubuntu system running.

Well, I have some server running ubuntu. But this is kind of pervert, a
desktop system on the server and the server system (debian) is not
prohibited on that system but I can have it on my desktop. :-)

Gruß
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJP43kyAAoJEKZ8CrGAGfasiqUL/2ykHR92MgPDUBi6ghgdO1RQ
FmUGiJf5lvKiVVg9jqyPp6evLgSQc3SfLCZ+/9p+d6DS3NFwA9Nc9+53Ky1nhkIQ
guJVMFXbMK08cSP25ra5uQ+kmz0C4Sw9UdMd191tZJsBEBDbfOi5DZnEDBBAS7/s
LGq6UXroAfa9KtMEqr0wWqrPDDNXxIYbRMxnthTz4F7o2vBElDAMsYvBZWAcAvBZ
KH4/JXsSSqNS2f3pQyl36d/EW9XYk3u68HdevrG0LJ4A3KYUU2Oqkk+rbqq1kb1h
NAzxi63MfuJ5ysspA1LO0wG4GLq/QdltNA/T61HXA/Md8DpfDPgrAolEb+0Y69zI
I/saYentsU7th6jSJOOUbj33JemRGtd1NU/eL4+IHf3DTkDhV0c9aYVndMvJI751
/5QLrQuJHjHRvFOtwewgfyFMpA2NrBqbBaUethQhC5nbVw8GGnXA60IQD3RcbDtn
oWjfV8cWz3W5IrDXhX8WA8bbD1l0JLINeJwvM8Axfw==
=hzLq
-END PGP SIGNATURE-

--
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


[Geeqie-devel] Zugriff auf Sourceforge

2012-05-31 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Vlad and who has rights to sourceforge

I get response from a friend about geeqie. One was that the information
on sourceforge is pretty old. At least there should be links to the
current repository instead to the old subversive repository. Could you
please fix that so interested people can see that the project is not
dead.

One more is, I can view bug reports over there but I am not able to
modify them. I think they should be addressed a bit more but I have no
rights to do so. Could you please be so kind to allow? ;-)

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJPx0RlAAoJEKZ8CrGAGfashUoL/1JFOerhTdIbZSll05PkumxD
l8y4YIK7RvgVZahq44twnoL8OsvxdvOLEHEYWDXTgLvtSHOr/4GowkUxbsIHXjnd
ACaWeTk9mOpZmzd2QnF6n/GkmCI7IX6Fn/EQTIunbnwS/forLmSU8G5uZzDxqDWj
w7ACE0q+nRUqaH6MA4pGScghY5l/1vp19/VUjTrVXvG01JygZJO4voe29N7M2BfR
5QoEPNS4RZD5/LdTIq6O0qPygw7IHwAXvVQUozk6HAuKbjbzI+dzUJ5Oa/V7dg3Q
DZGL1Qppgi3iynMcMa93zPZasPkcjJLKfxT57sY2aPniND6UmG+KmGNYV0FIZlYA
BHVkHY/jGjeRUUCvrfCPHWoFlSKloPs52Qd1EjgA+GBk5i28myTXDC/TZrI87vyi
vmN3Vwbb7vcQofiiWjNVapgsAAT+K7rPDTGpFp1leuWdwQwxqJ2iWQT4OI+LZYAt
deYBdOH9maFW6t+24McX9OeNDo/s70PwiJkEBiYx1w==
=if6s
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] New development

2012-05-14 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

Am Di den 15. Mai 2012 um  5:01 schrieb Jeffery Small:
> Regarding geeqie 1.0:
> 
[Problem with async Update]

I see that Bug. And I currently do not know if we find a solution for
the development tree.

In the selection I did only consider Patches that I could prove that
they do not break stuff. There is amazing stuff in development. But this
would be object for next major release I think.

> If this change was rejected for some reason by the developers and is not
> being planned for the next release, then I would like to suggest that some
> other means of updating the thumbnail cache be provided.  I thought that
> right-clicking on the thumbnail area and selecting "Refresh" should do the
> job, but it doesn't update thumbnails under the conditions I describe above.
> If Refresh could be made to force thumbnail regeneration -- or if a new
> force regeneration option could be added, this would be my second preference.

Well, in my opinion there will be a solution in future. But maybe not in
the next stable release.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJPsfv4AAoJEKZ8CrGAGfasMHYMAKLed0eH3h5bzUF7250h/0Na
bfz0EnGuqefE+I7k6gP8orYS+M+YKIh6EZnnHPaOaxp3iaweaywgOMpd1BgEa3+r
jOKEOj3gG5UohlVm9cKSuw8mdfbTtJqZ4eyp6utJhdTllqMQtDd5pcKrnX3aS8zU
rBJrGESOKrdtuBUYFREKyIAxpf6BJl96pvIqOuTmVf3gaSpkfIFklY3yMEF+1dA4
hdLTIo2yW71o8up6Q72MJjQScb23n4BbHgXRXDdbV2wX36qQQJDKdKoeGmnWHaAc
Dmd67CcFp5RYXPMYMidJt9MPln0+BRN6vLoBnuf4jtnAevS3XT9vIqj2z3RajzGO
NIrmPbaw6TRPpeaRLIZvNdNBlhzAoQ3nyXm0f59eWNZGLuz3WXXDI1BDE/ri/Rro
tBRgtQMdQ6VQOr1MdjuSqvZxYN8QfowhreDBoFExG6InTksX19JLzBHpW/h2/90e
mN0qXMjdxxI4LONgvkVpwqP7RZ7TeDBJShyIsu5f+g==
=ed+f
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] New development

2012-05-14 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Di den 15. Mai 2012 um  0:12 schrieb Jonathan Woithe:
> Out of interest, what is the current state of a patch I submitted back in
> 2010 to autorotate proof images?  According to Laurent on 13 Dec 2010 it
> was committed to his github repo as
> 
>   
> https://github.com/zas/geeqie_zas/commit/c4e3c3ee6f8b80c43925b0d38b8bcfae71050c6a
> 
> I have no idea what happened to it after this (that is, I don't know if this
> made its way back to stable, or what).  It would be good to have this
> included in an eventual release since having thumbnails autorotated makes
> proof sheets much easier to use.

It was lost on the way. However, as it is still in the repository, it
was not lost completelly. I did cherry-pick it as commit 97bddb3. Will
check it.

Gruß
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJPsakeAAoJEKZ8CrGAGfaslo4L/0twT5qzGnBGFAVqhG6H/Ew3
OMaUXKByXxsmnkgXNHEzwuAorkGDl/nle+ns9M8HabjmFeFZo3pmZlVsi/DmvkuM
LZQRWDXelV7L5ZRB3CsX8uZ526y8UQXuiK4Nc4DullMM0YgqNISHcMqC8n228KwP
hp+iPDXQYOsx+R4ez4ycDkqhtpvdM+XxumPa2PVAxr68vzAXqAhoEDo2Zb6TveOB
e88VqGXUG9tuN0zbMcdaEWFcbvyKUoQ8QPbTiqymT7N2xUz5XiRiCN3aVGMC3VaN
lsx8nO6IGHHE131warmM2gHotcmJAe75Gfh1vAOpZPlq4a98kdysz46Kl1J7SkS8
/3juKydFRdbuzZhcJmVtFaAHivV1xHMg6+bCI614np4+RocQDV50SXpEPGJdC9Xp
+SdJQErku/t7FQ2ow9gVblQSp6KJw1iR32OvYdx410aEGjakUpxPbthybsPRboxn
3Ml56+1zLV0r2S0TjQ55hHOtjKGEmwxAC2jWHqYc/g==
=Ku8w
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] New development

2012-05-14 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Tore,

Am Mo den 14. Mai 2012 um  7:28 schrieb Tore Ericsson:
> I once comitted a complete Swedish translation (thanks for excellent 
> guidance) 
> but did never come to merge it into some main master branch being too 
> unexperience with git. 

2011-02-14, I see.

I think we should train our staff to know how to work with our tools.
And git is a very powerful tool I think. :-)

Would be a nice Idea to have a online course for such.

> I would appreciate someone to also marge that translation into the main and 
> tell if I can help to resolve any conflicts coming up. 

I can do so. In fact, I did. ;-) No conflicts.

> And can we have an updated version on Sourceforge sooner or later? This is a 
> too valuable a software to slumber like that for general users! 

I think, yes. We should update the 1.x version soon. Also we can provide
a monthly snapshot or so.

Candidates for inclusion in stable branch (beside that, that are
settled in by now.):
- - Translation updates: 8c25cb5, 236bc4c, dc3dea1, ce2d11c, 1ce6b8f,
  590da3d
- - b71f37b -- Bugfix
- - 7a426d7 -- File class extended
- - GTK deprecated stuff: dd54e57
- - b71da22 -- Bugfix
- - svn->git leftovers: 55de20b, 4e2e57b
- - a4270ac -- Bugfix
- - 559683d -- Added copyright note
- - 7bb3871 -- Bugfix
- - 18d80ca -- Bugfix
- - 5ef3084 -- Bugfix
- - d53d2b9 -- Bugfix
- - 83db9a2 -- Bugfix
- - 09c22e6 -- Bugfix
- - 103c2e2 -- Better code (;-)
- - 4f944cd -- Better code, fixed whitespaces
- - 9b64785 -- README update
- - d8b7b32 -- Dito
- - 49d0e74 -- Better Text
- - evtl. 924ca61

I think I will cherry-pick them if there is no objectives against. How
should we number the stable update? 1.1, I would say?

> This is, in my opinion, the best fast general image viewer ever made!

My opinion too. That is the reason why I help making it more better. :-)

Gruß
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJPsT9VAAoJEKZ8CrGAGfasOOcL/2IviWqZzt5EATY68wj2KdWx
CIqepY0S6iauXAqGTbl0LwoAKGl8x+1n5Rja2GMT6VRC55zm4EjSZCSGfZlp6pHQ
ylnX8RTQkcQqPZKynZYW6WxTBveUTnKjW+1ein3NWftwalxBUCTk4y6mXa4xwVls
slYZuKqYkXKZvkHGxfsKVpPEAXZzsA2Xt5mNU3xocGniZCfVpotUV2x4urpHMh4V
DtQDMhf6Q/nB5IhD+51eBaXikHbXF4ECATKYmUHl1r6yChw9KwHTFH3CkLzTacrZ
gmo9NtbkuLRvr8o3vEDRSa7mjLQyLhLkR1jviawefBNeyG+Lu2aNS6l5WjxSLoEE
ktNeYz9O0KZO06LTSHFb8HTziQA7INBjwGr0ILRw/8LUUfFKMtrseTlha/ZuPbI0
e0oARpVOXTnbi8kYnOkdPH5uv37fj8bivqAr8CmnuyDLMPQf4vkU+gsEJSX3EQ2y
Dl/YKQ9jQzsgPlTziPQ3uAUm0lWqUq6M8XJ6V99yhg==
=0VD3
-END PGP SIGNATURE-

--
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


[Geeqie-devel] New development

2012-05-13 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

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 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJPr54gAAoJEKZ8CrGAGfas39wMAI1UGvyMWZe/D2oS/1Q++abf
osCZtnaNNQsc0NiczxScRQLhbfHTsEsK06spCxGigfCsampvQgfXk3QKo94mLylG
pr9qXFRXvbEliKXBajWKI/fkzewCjOm9ilTRtRT1pkmBoR//y64zTyYK37egTNVq
qEfLdedddlRQCuRzAAy9rlbyOxvt9yy0UtYuY0c/qB2ktZ7GXkde4YzH9UIIS1E3
fnjbjMjzzIV27u7QClfy9vjheGuIcVozeqpA0yJKtGAIkuQp6IDclc6jnYo/XG1p
R8JVOqq8QN2DFpJFW7fd+vF4MxrawrtavNzWHJWyK6nXOkkuP0XUwLSPyJGigCTQ
zqMgzsKrmSddQrIhslU4EGaQQuOO6NmuwZ5hyFPN+iGdNEhUrJyYXNz5o69jw17D
Zv2rvsmjNro0bmouXH3enzx6xtSnR7TottcNGf+MhIjYsu5N1ngpOt2f6Nw4e+PC
3vjhyyW8E1sd7TpY4TYInHifed8rzeHvw0K7+Idyew==
=6Iyw
-END PGP SIGNATURE-

--
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


[Geeqie-devel] New development

2012-05-13 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

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 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJPr5/5AAoJEKZ8CrGAGfasnDsL/2hHLxCaqdyRfcedzQGsR3Cb
sL7c33iqGQ8dGDU4XZY9T/9NcmB50RgRnBMfwHw1/AvE8XOkzxvzvjQscSCrJEDy
NpI5jmK2LV5c77qQlAKgSz19zOjv7/ZEgu8o2IM4ZsUYxwdFBQFBG5ehhVZcg7hY
mZ2tvZfUGM7TvcHsqbpQwgufQfH6mcbFVVp5+KaEAZLrkmKm/Joi6FOvvfUrym5I
fOXtuL9jWSnZJ9h6m26qBewqpdHd9eU+bvnhZ+/apUUpYMpEzQGyBRA3/zDi7v4t
akJAWLMWjx0/4T6EJM8F8bwtok//HiJEBcWCXOTwf+lV0nWDSltyVLMzD79+YOQr
wrKK9ovmvEnr7rOBDPfi+LtGRl9akHzCYokoUPKjIapq/T2ua80TZwk7MtTzlnJ7
WWCvnrHHjw1ZvUIChkaIolwsPOcwSvxSwFpKUCbYXqqXrz/1Bi63YYwbR1NC/fVC
SHqenwUSvYNCSKc1ysqxIXCqHiCzRD+pjTwTAfwUuA==
=Mt+h
-END PGP SIGNATURE-

--
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


Re: [Geeqie-devel] JPEG image comments

2012-03-24 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
NotDashEscaped: You need GnuPG to verify this message

Hi,

Am Sa den 24. Mär 2012 um 15:29 schrieb Alexander Antimonov:
> > I can not follow your argumentation. First you say that resaving a 
> > image might be dangerous and than you mention that you would like to 
> > have jpeg comment editing in geeqie.
> 
> Resaving an image might be dangerous with some image editing software
> that does not support exif data well.

That is true. But should not be valid for geeqie.

> And, suppose, it can save JC without any issues, then I will work with
> JC but not with exif comment. I'm trying to say, it's good to have
> another way to save a comment into an image.

Hmmm There should be no code dupplication in geeqie if ever
possible. It would make the code more difficult to manage.

> By "JPEG comment" I mean a text saved in JPEG image segment, the one
> with "COM" marker. Again, I have probably missed it, but I did not find
> how to do that with Geeqie.

Now I have it. It is true that libexiv2 that geeqie is using do not
handle this particular comment. But this seems to be a bug of libexiv2.

> I've been able to save a comment only as Exif.Image.ImageDescription.
> And want to save text into "COM" marked JPEG segment.

That is the default location. But you can also add the following tags to
your side panel and edit it (Just a selection, there are many more):
- Exif.Image.ImageDescription.
- Xmp.dc.description
- Xmp.exif.UserComment
- ...

You might consult the man page of Image::ExifTool::TagNames.
Unfortunately ExifTool is not a library that can be used out of the box.

Regards
   Klaus
-- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJPbd+oAAoJEKZ8CrGAGfasM9EMAKi9guw5Awermzq0eRDOm3Qd
I2EUmFPwB9Zz46EJCkOR42DwotihFA2zueKTPQljeg0MfmF30mngNRT8RxUrKE2M
u0j0YTXCteU7gq+4O6ZQi28+iEzUX3jBIB3xHe8LC3KZF0iBG3fJvMsewzB6oGex
uurSGLAIDcCOlkNeQLF+e1+diN6e5xVvRyMbInRUet6fhfvQA08pSVm4J3mR1BJC
W6H9IGI4e8dIDI7OwvZwDcMtCPH9zwVp0YNnXFsZHxp1BgFL/J/tfefcZNj2qzH+
LfvwYmsxU/Zr2yl5k97W8rEzBidgLD8At+SDWSNsQaX0zCUmsowSnhrVRstwnJYa
lJvKLPtxuuvmKZD4hi9T3w/6dHv3pjcPhHVpqxrPYAwt3CyB+5+WL1ElVKcp1ZNT
rKuA6tfrivPQqM3E77HfkUNzUoJa29jrK34sUWxWv+uSprr4EwhlWMJRVyq0GSPf
DEl0/yGnFz5ywZJ/+zjsYFHveEmESy8L9Nl5X3Me7w==
=LaLx
-END PGP SIGNATURE-

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] JPEG image comments

2012-03-22 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
NotDashEscaped: You need GnuPG to verify this message

Hello Alexander,

Am Do den 22. Mär 2012 um 22:21 schrieb Alexander Antimonov:
> On Wed, 2012-03-21 at 09:16 +0100, Klaus Ethgen wrote:
> > Hi Alexander,
> > I do not see the point. You still can have all kind of exiv stuff, also
> > comments, in the side pannel. Just drag and drop it from the exif pannel
> > or enter it by hand. What is wrong with this way?
> > 
> > Gruß
> >Klaus
> 
> There is, probably, nothing wrong with that way. But, it's known that
> some unreliable software can either drop Exif data or damage it after
> file editing/re-saving.
> Sure, JPEG comments (JC) is no guaranty from that kind of software too,
> it's just good to have that many ways to save comments as possible, I
> think.
> 
> It's not that JC support in Geeqie is like "killer feature" for me.
> I can use GIMP to create new images with JCs or use CLI exiv2 utility to
> edit them.
> 
> Almost every well-known images viewing software has support for JCs,
> e.g. XnView, FastStone. If you think Geeqie doesn't need it, I won't
> insist.

I can not follow your argumentation. First you say that resaving a image
might be dangerous and than you mention that you would like to have jpeg
comment editing in geeqie.

But there is still the feature to edit jpeg comment like every other
exif value. But it is impossible to save jpeg comments without changing
the image! (Well, you can save it in a sitecar but that doesn't count.)

At the moment I do not see exactly what you want to do. Do you want to
save a comment as jpeg comment without resaving the image?

Regards
   Klaus
-- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJPa6grAAoJEKZ8CrGAGfasmhMMAIcJxLP6G71cBxEDYaxMQ9Rg
mfDhFR5oz21oNaCzdJXONphEv6OUthhO47QR64mOyjOJr8GzJeMIrMWf9ByjUyqe
5VKQvk7mOeeC35aaIOWS0cLQ5q5fZnANw+VzWxTXOu82b4w4QBlEXrrPoQcT7eyG
gxUiBQ/uuRKUGkBAua8MxTVrRmOWCUf+stiUFNWqFlNHzJ5OccLV7rZcV67+6Px9
VZIWGbsryyK4Uq9LE3ad9BV6oyyzmPOKV5InHD+pmkmK6g/6P60xkLCx1gOycvA2
lQbPqG8nUUByfHn67yy/yOS+AkkaQ0k8PLBYZ+53ge+gjFkRPONKA0z0L6OcH34g
xCfG273SIGem2c03o9v1mjmnjrn90UQbPoEhd3/dcEnD/iMF8agKzoaxCyme1ZbK
pJ96QglIl0BEcQf0AkrHLj6ul7QG2pAA3RYn+qyCvrtlnkXc8HWcx3winFlKlEJN
guwIa0KKmoxI+3d7CfWcPTdso9uXvJ9BIwC6kWkcNA==
=7vr1
-END PGP SIGNATURE-

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] JPEG image comments

2012-03-21 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
NotDashEscaped: You need GnuPG to verify this message

Hi Alexander,

Am Di den 20. Mär 2012 um 23:59 schrieb Alexander Antimonov:
> As no one of the Geeqie developers have even a word about implementing
> "JPEG comments", I guess, they are not (much) interested in doing this. 
> 
> And now, I am going to implement that.

I do not see the point. You still can have all kind of exiv stuff, also
comments, in the side pannel. Just drag and drop it from the exif pannel
or enter it by hand. What is wrong with this way?

Gruß
   Klaus
-- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQGcBAEBCgAGBQJPaY5RAAoJEKZ8CrGAGfasgyQL/RnBR4rVP709/VESdS6GFTnk
7A4D/zK0PBTdLUqgMFwFwzgdNpGC2reVSkqqdN7rTkhjBIWf70Dqv3LXC2bp5yZl
Keri6lSyb2ZTqnSKM5oeiSVKg2mgSRcioOwhQjHTLvCrq5Iil5HQ9F56pmE9FcK9
tysbL9WQWEcmnooOufFNUcouEnTyacse+ovnGii3f4AbF3lpoLCUoNgdxnw9+l4K
dqWhnz5PZg4/6uJg+Za09ExqiGFlPm9dkgQ6a3OSEDTDXE+RG1bxwd3jFfQxxly+
sbF4l9eKcGtaRKqugalIBnQjyWGwH0PgmogVdm2FA2Y4ZL+/30a/igD1QpiCD9dC
83pm1P/LV2PWlWL1+juArTzcIpumuG1PyeamFPh2M8SX9aI2CpEpPELAIiR4z5Na
lVbYjT6iFgUhw4Jxp+Q54mxkJRvl8MkXVoJjQROjYzCQ3ZkYGqK1w1CKtuOpBvbY
DMZw2yarcu1QW1V1s5CNI70zSFGj1OenTbV3W/Hj7A==
=fmJ8
-END PGP SIGNATURE-

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Bug in calling notify in idle call

2011-12-30 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
NotDashEscaped: You need GnuPG to verify this message

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 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJO/bVpAAoJEKZ8CrGAGfasnmsMAI+R5XYj7tfpqUrT0o9xhcBr
5g4MHPt3x9AXWvWmCVcxS8pWY9EJsDYC3Cw7kxq+qZK29N+Ce67Fi773zddR8ipr
hTTaE8vg8sXSC5Wqp4JbLhaO7v1UZ4L/fzqG8PV+tRH6tkKJbRD1DEj7M+nGT4PR
9r1f+9hvHi31yWBrkYjD87LH79gnV2bTG64WHXjUojMpNQNdJzT3SR1x8EfA+R9p
Nf2HZTojtyn+fYYPtDlvqk1EJRIbLlJbNsXOrzRHKbHZyjMxPOBWht0pViDoxyY7
H5VLSg5yn+VyIl+envmSMMpxbMluwT7+pjHORhdbazodEcNwxWbri5lR/t2GXsmW
2xQCvoo/TqeGItC1yvJugY5irQVZ1BsXZQ0Lew68Ng7JctloyWx0VIROpOpQf+UE
RIP3jxsFx25nZRB6e3QIhcB0BFz/4zDcgOhfkmKuL8MTum9vqZ8m6MKEsT/Kg37R
kLLczov2auvpN66igxc9JgTuqELuYOKkeeDltInPkw==
=5dht
-END PGP SIGNATURE-

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Bug hunting and stable

2011-09-27 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Di den 27. Sep 2011 um 16:18 schrieb Klaus Ethgen:
> Normally it is much more easy to merge the feature branch to master.

It yould look like:
   echo "f5470bbc26b15ce585c8f1cedfad3adfa611ef85 
a8c5cb269996f35d4877e31514956c198c3bd2e5 
a3a06975ec99beac1b2f1f16445679dd56fae053" >> .git/info/grafts
   gitk --all

Just delete this line from grafts file to get the original state.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJOge/EAAoJEKZ8CrGAGfask/EMALgM1j+NTN57Rq82RFPOUd8/
nrWPWebmj+qaPXT2zyUAAe49F7x+G6Biy9FQvtrSqMvbYo4B9iCw7ggXtLB4kxVv
CfELSVTHYg5b4JXkpPdnjin/q7ZToM3ll1pQYHb50nJT6RSZqZjhiHvjFbTNBOu8
6nSMFtkWgSC11BqkyPI1zIDebohNyShtItVW1eXNjAakCpm6/kKJOv1fj495GVTy
a0BNjLPAr78HzMzrLOzSMrV3G/t5C4C09hYMZdvkamAN+ygcDZk/7h4tS88cJllR
HJ5fyWKDzlVLob2xNxFT95l7zB5RbjW0jJ7RfJHao8vR3xEDLWUO0RhxIXP/hc5m
2zyyXcFiTLZAhsxRhDN5E8c/tWDb6Meqye1wJgYT/HyYoEuZsE0m3hefN2brRulc
lGjjnNO2Fdb53/uULHDcleOXZgoOmav6kUzRSAnrbPGw+v64GM5+L6eR0s6rDLkK
D7E62HV7ST07onsi+K3JXtwL17IHBuPDXzW+CY+VFQ==
=Pm5v
-END PGP SIGNATURE-

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Bug hunting and stable

2011-09-27 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Vlad,

Am Di den 27. Sep 2011 um 15:21 schrieb Vladimir Nadvornik:
> OK. I have pushed the stereo support to master and some small bugfixes to
> stable/1.x. I hope I did everything right.

Nice. I have to test this new feature the next days. Do you have any
documentation how it works?

But let me give you a small hint. You start with a special -- feature --
branch and then cherry-pick the whole stuff to master. Normally it is
much more easy to merge the feature branch to master. After merging you
can delete the branch and it will resist documenting the line the code
went.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJOgekxAAoJEKZ8CrGAGfas0LwL/jWsVMHMcS8xLsphFftsXy/U
vUkQne7+cNfVm8TWQXtdIcWTtXZjIINLttMQNNcAgAylvl0RxT2l09eufuyQLKT2
nIiaDtR0vpHfKecAMK0RVxWbbZ/Q41QR1pAztqvVT67Gy0Lr0/QzHBuFnkxYLS6w
9z71aG0ywA0ZboA78gBs+RpT3RwjVC/Ox57/XkhBZbpQJ3eFTcg+bRNNude9Zreq
AOWpxs7UKD5BUkDU3yBmiTzGr3959hxqF1uL1fjkI0sBsKQN44zxa0AxyWjsxiZg
nq/JbWWaRvSSeGjLbuG/GfthExHyvBSs0tH12GVWLXDoKh3092JYElSacEGD6SiA
QhwKq86YjlFa5OolqqfG2aY9hAc3NATJaxQ0WCEG03ppnad/x8sDRRb3hVS/z+1m
ngnG15fHikKmn5ESVrVtg0Qyb+AMOhHiaP5A5M5oIAn+6RFyzlco4XAeBUALr6NC
OfXWRB6F9dn8u0KCmbYQUMMXjTnmMAhB9kyX5tqmcg==
=LC7+
-END PGP SIGNATURE-

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Bug hunting and stable

2011-09-27 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Vlad,

Am Di den 27. Sep 2011 um 12:22 schrieb Vladimir Nadvornik:
> I am still trying to make sense of various branches and how to integrate them.

:-)

> Do I understand it correctly that stable/1.x should be used only for bugfixes
> and all the new development should go to master?

That is my understanding of doing so, yes. If you have better Idea, you
are the main Contributor, so well, I have to adapt. I was only adding
that branches as there was no Idea (I use about) how to manage. (I hope
there is no feeling that I would overwhelm the project. I never had that
in mind.)

> I think that my code for stereo images starts to be relatively stable and I 
> want to push it to master. Is it OK?

We are waiting for it. :-)

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJOgb95AAoJEKZ8CrGAGfaseK4MAJSNh0BLxX5UAQGzmIR217vp
drS97Oxt1uPqsrHpXfNNVlXR0MLLpegORBt+jlD881SDDvGgxLvpor9bWImyQcfx
lR8hDFaBkZEzVQZc7wFJ4b08SNheI3ErNwVRmWCyVSBoywGh+HX1/vtez7Cmi0G0
Q3h9yV5M1MHi0YyTQ6RhDVZ0ztKj0jq8AiYRMIKrV2v9cWvxAwrjejO5bdm/Hp+y
CmPecBexpZvOepxyDntSd9TEOtV2DeQfvo8TsOqx+qubl+oabQ6FUJ+QTvDmFLbB
UPStPV10cySsIZrUEqVeONTXol9bU7jDN6PK1QnnUDU+9/wYFRD8dDlfSihsuMhP
6XM1h0b0l/5YD9aBBX1e6+e3OVrMvcXIya5rfIh8G/lMneXKKUmg3v0wcBlpWdgu
3Wy6ufMsbCYRQj7nFqOOh6XMkcmFx4AufLs2/D8jENabPIGyUZMuYcpWuDw0Iv5J
nUY/cqM5rK5wTw6b83FUdriEEBmV2w6JCRwD11LXzA==
=viw6
-END PGP SIGNATURE-

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] eo: clockwise

2011-09-05 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Aleksej,

Am Mo den  5. Sep 2011 um 13:22 schrieb Aleksej Serdjukov:
> Please change at
> http://geeqie.svn.sourceforge.net/viewvc/geeqie/trunk/po/eo.po?revision=754&view=markup#l846
> the word "dekstro??ire" to "dekstrume" (and optionally "Turnu" to 
> "Turni"). "dekstrogire" seems to be an Italian word.

The translation for Esperanto is very old; over 3 years. As I can see
there is no maintainer for it. If you can do that you might update it.

In any case please create a git patch or clone from gitorious[0] and
make a pull request there. The Subversion tree is not used anymore.

Regards
   Klaus

Ps. I put you in Cc as I don't know if you are subscribed to the list.

[0] https://gitorious.org/geeqie/geeqie
- -- 
Klaus Ethgen      http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJOZNbVAAoJEK8RO3RE9oVxq34L/31Ub8sYzLOfbFesHNddpZN4
bBr09jj6gLIKCTD86l+QaKZ/dnySpuUnI0Vzbu290umLYr3LJW3rSq+Lvr8ycayv
yUEmqLDUd9GfTAyQCt7RpVrXvorN20eiC00rOHGQ+H+aa46257LfYqbpWi9hVHBc
CaDRYzfLqeW9bZbdb9sOrogpDPMWhA2eXNwIIryr7mL8CrgpVxPgI8VqsH5Osyha
D65vzqv9mWHuOtIY/x5JBkG785D8RXJxqXs1mthCrn99lctiOfMrNyfrYZBLnnOp
X+Nwwy5zLwFUCKlBCrYH0ELk3YU9nt342Q9MNl11HMTrPlOa8TcyRqBmbyndaCV1
qGPIyQ3kbN1bHumyhgbNEs9tEUOMMWrCx8qTCIMtv/1PbC7T87tn66M9EJHr1AIb
lIfXHT9c1dcgggOkjvB7dUrqrm/YLeDZhmog90olzz/c95Jgr5F+3WYObKu7e9KD
XvYPAdImWIX5x2xdcqF7fW1cHh2z09RkAE+T3rLPxw==
=+GBg
-END PGP SIGNATURE-

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Bug hunting and stable

2011-09-03 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello folks,

After some time I start bughunting today again. Well, started to start.
;-)

I moved in the lost tag from Vlad to this tree and started a stable/1.x
tree (I do not think that we need 3 version numbers). I will cherry pick
some patches from master respectively from the lm tree. This would be:
* c15a10f - Fix bug 2999830: do not report failed chown() on copy.
* 1b0745a - Fix bug 3006812: ensure exif cache is initialized even when all 
files are unreadable.

Feel free to populate the stable tree too.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJOYoGrAAoJEK8RO3RE9oVxmB4MAIZTUPe5ZnA3nL+H2w3WKdeV
02lh1h7fMWGSXe61pyVzaI33L2GUkIOM3ry2pyHK5kYSOVRUp6cVg+1eo3O7iULi
jN19N28gaWPZMeDOjzhV6bFqaprBm9OqeLP+HrRDUlg32hiO/34XdkNBa7RrmFtp
h9kGG2JL2SZsVImpApMh0UnURUf+5xmee5oCmwHsPkMdPaSYgvyMGLprk1uid/bD
x3s3NY3Iuc9rLJoBOijnp6zpzfXKtzZ8luyvRCk5ry8qvuLzeh+MkouG/iG2Rd2H
W2JOk1wdE+NKQmJilSt1gfCZb13UiJoLlE6RrR/w08NTDG9gK5bPqdXVj1U8l7iC
kAAEleNu/Xl25/4+n+AkyazmlOjMDtF3mOz+i/qyfauo/us/bTGXjipC+shOXpeY
TBtCD/ySZ1ocvzmyCdLgJ/pM8PA+8IhVUmEDKf8jWK/r3Nc/CtH7osDejSz+8CTy
CTYobQM21t7FgZUYxWN5LGWH1u7KE6p2e8cuAHWgTg==
=kbSX
-END PGP SIGNATURE-

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] geeqie: 1.0-8 repeatable core dumps

2011-06-27 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mo den 27. Jun 2011 um 10:36 schrieb Justin Piszcz:
[How to reproduce]
> ERROR:../../src/exif-common.c:641:exif_free_fd: assertion failed: (fd->exif 
> == exif)

That can be. There are some exceptions that are not currently catched.
Maybe that is fixed in the most recent devel version.

> Backtrace:

There I need a bit more informations.
- - It seems that you use the debian package. Which version is used there?
- - Install the geeqie-dbg package to get useful output from stacktrace.
  The normal packages are stripped from symbols.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJOCKNSAAoJEK8RO3RE9oVxX9UL/2Z6HegrSRKVm6iE90703B/I
5fBmmHcqKQOdU/mnm+g0qVUtqVz9Vzopn4s5F3NA+w3U1iNP3/cNCUOudVGW/3Zd
3lP6DCdP9yf2dY6Z9pHS7OLzzXntA39QlEUxG9g1iZ1v3z70seM1Tn+cmRD51pi6
NEzkX3JjYyhMGQK/H+OEGQ7p7Hxnwv5f04fmXQ1RTKv1BySHvaMa5UZXSJE+mKZD
lWjZ9bjjJoQkovk8FRpC1OBPDe9DVJHWick3yL70bDYuy8S7CTPg/HFdjnpqsutu
k/jd3fJQSgXT4HXJXj0s+WIZjkL/ge7SBlrv+8NDg8AP79RGib+2TbgDWBnCQIu8
1OH97kHS01ZnKXyH3ljl1u3k9dcHEJFYMaV+IDgbGeVQF+/sEymGBX1jpM0wSGS2
eme5FTIvSkUb1RZ/PSgcg6K6ztfzeYVDegErAH/RCiuV6Rfjx1pG4ZBxNFR7SLL9
tIrLsSDqPWyhfiWCOCF0I3K2aMFGLrIgwNE++l26FQ==
=zz7h
-END PGP SIGNATURE-

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] new logo

2011-05-18 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Mo den  9. Mai 2011 um 11:13 schrieb Matej Bohac:
> I had the idea of creating a new Geeqie logo.

Good idea.

> Attached is the first idea, that could be further developed... or
> abandoned.
> 
> The first two ees were meant to indicate that it's a viewer, and
> even that it is capable of displaying stereoscopic images. The
> eye-styled e itself could be an icon.
> 
> any opinions and suggestions welcomed!

I do not like the second (single) "C". It remembers me to something I do
not remember what but I have bad associations with.

The first is better but even has this "hairy" Cs.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJN1C7yAAoJEK8RO3RE9oVx9kcL/A+uJdSPtKkK/EHqxV6x8CBn
9EtC8hN9axqgFdlvfgntppWSPRiMDFt4TgdeM4hoQ32tffWGlMPP77G5RwF2O7W/
3TTQhGiBjQ27BN6m1VU/q1t/gYYZat8g3HqFUi0zMlnQOYhdPLfZEOdm6XcEDa66
/8qXvefozMMHZfevuQGg49KJ1xJ9aJyBSh3gQDsh4Ol+WHViY8aPAe4FEVJJI7ZP
67XMJVdfXMIrkZVbUWrLLnQkqBDBIsoLAgVgBgN4Rm8TQ8Nr7tB3/JBA8kslj+XZ
dTbuu4W1vVhUZPrIPIvQpRGqUxYdX53yO813Q1ZDNLA5PM2poNYaYa4FmGMCy8rl
KdV2hR3OTZQOCMxLerxAXpAFxmOc67AAi2TbhHPU3d1FY/oGmd4WWs2aBvsMYVF9
/+pa1IGA+cssNmp61ZYQyLhGPTCLojWfvu9fUafiKR3HMI7+cwBRkaWlaOplS7cP
zIH7tTqccj23nT1rrDq/F74bgpHqbfLeIMPfv0b/7Q==
=EnoB
-END PGP SIGNATURE-

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Documentation and code standards

2011-05-05 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Do den  5. Mai 2011 um  8:50 schrieb Colin Clark:
> What I find missing is high-level documentation, not low-level. An
> overall description of the way the system is organised and how the
> main functions and structures should be used.

True.

> But in my experience, programmers won't produce documentation even
> when they are being paid to do it,

Partly true. I think documentation is possible. Its not a nice job to do
but it is possible and has its effort.

> Line length was important to me when I used 72-character terminals
> nearly half a century ago. Now I use a visual editor with line-wrap
> enabled. No matter what size window I use, the code is readable.

Also just partly true.

Line length is not that important as it was in the past due to wrapping
editors.

However, it might be important as wrapping do not produce that readable
code than manual wrapping can produce. For example if you have a if
construct with many conditions it might be error prone to read it if you
use automatic wrapping. If you break this expression manual you can
group them together in logical parts.

> But I do find it very surprising that Geeqie has a non-standard
> coding format. Layout consistency could be achieved if the
> developers selected a standard format - maybe Allman or Whitesmith -

I do not know Allman or whitesmith without using google. But do you hear
about Gnu-Style or Kernigan-Richie-Style?

I think we are pretty near to the Gnu-Style.

> and run all code through a code beautifier before putting it in the
> repository.

Bad idea as the current code would be globally changed. So that could
only help for new code.

However, with the most common code beautifiers you can define the style
pretty flexible.

> Would it be possible for source tars (or even .deb files) of the
> latest files to be put on the Geeqie homepage on sourceforge? Is it
> possible for this do be done automatically whenever one of the git
> repositories is updated?

https://gitorious.org/geeqie/geeqie/archive-tarball/master

You can find that link if you look at the log of a branch on the right
side.

> I would also encourage the developers to try to make Geeqie at least
> as good as GQview. There are two problems where I find GQview is
> significantly better than Geeqie:
> 
> During copy/move/rename there is no thumbnail displayed when there
> is a destination file conflict (I've made a patch to do this, which
> is ok for me, but it is a poor technical solution to the problem).

Jup, that I was annoyed about once myself. Just post your patch, maybe
it can be used.

> When I work with folders containing several thousand files, any
> operation on the files results in the view scrolling away from the
> area I am working on. I guess this is the same as bug *3107316*, and
> I assume it's because of gtktreeview being updated in the idle loop.

That I am not the right person about. I was not diving into this part of
geeqie too much.

There is also one or two other but I did mention about them in earlier
mails.

> But whatever, when I'm doing this kind of work I have to switch back
> to GQview!

I did myself. However, as I pushed myself to not doing that, I can
normally work well with geeqie. ;-)

There is just one case I use an other tool -- xv -- is to view images
the fast way as there is no other application than xv out in the wild
that is that fast. (See also my own work on xv[0].)

Regards
   Klaus

[0] http://www.ethgen.ch/cgi-bin/gitweb.cgi?p=xv.git
- -- 
Klaus Ethgenhttp://www.ethgen.ch/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen 
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQEVAwUBTcJ9K5+OKpjRpO3lAQr8xQf/UWLrC6jl/mmkNC1fKlnb9WeQ/FWexGa6
zeS7l6QiBz2SUEZSnZemLTI3KdludNfeDJPSmt1f95iCfqwI3VtDff5S8HxPX0l1
88svQLI1hYTrb+0kTGMELyDPYXpwdEiQm1BuJCDpzFTKcauo5AWQ6LHw7gSV3Cx+
tpKQxlzS4et2w6P+Wpcb3A6BUs10RE61UQgPTGbmlw3w+fFpH2X8y02X+/d4l/4v
ghJl+AkQjH2F6bdHPLtQsG2t1ilXfW9+CJaKGVa75ijmido/IwXWWomLiY4csISW
vI2eLFNInX4ESuwuJ5s6LXCzpbRZocR/5y2QE244OjwlG2jpA3ygaA==
=eYQ/
-END PGP SIGNATURE-

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


<    1   2   3   4   >