Re: [Geeqie-devel] GPS maps

2016-05-22 Thread Colin Clark

On 20/05/16 23:08, Greg Troxel wrote:

What does clutter do without champlain?
If you compile with the --enable-clutter option, on the 
Preferences/Image tab there is an additional check-box: "GPU Acceleration".
This feature doesn't work on my system - possibly libclutter has evolved 
and Geeqie has not kept up.


I would love to see a way to show all images in a directory on a map at
once, and to get a subview of just the ones in a region after selecting
or clicking on a cluster marker.  Try some of those proprietary photo
apps to see what I mean :-)
I have written an additional search function that allows the user to 
search within a radius of a geo-point. But at the moment it's on a 
branch in the repository, so it will be a while before it makes it into 
a release.
However although it's a recent addition, I wrote the code years ago. At 
the time I also had the intention of using a mouse-drag to delineate a 
circle or rectangle on the map, and select any geocoded images within 
the boundary. It didn't seem so terribly complex to do. Displaying 
Exif.GPSInfo.GPSImgDirection also seemed fairly easy.


Unfortunately from that point on I had no time to use Geeqie, let alone 
code anything, so everything went onto the todo list


Recent comments from you and others have renewed my enthusiasm for the 
map software, and I now have more time for this kind of thing. I hope a 
few things get completed this time around.


--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

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

Hi,

Am Fr den 20. Mai 2016 um 23:05 schrieb Greg Troxel:
> pkgsrc has multiple versions of libchamplain.  The geeqie README does
> not explain which versions are needed, and about clutter-gtk versions.
> I suspect the reality is fairly simple -- you need libchamplain 0.12,
> and it has to be built with fairly recent clutter-gtk and hence gtk3 --
> but I am just guessing so far.

That in mind, we should have a condition in configure that disables all
champlain stuff when GTK2 is in use.

Maybe the distributions want to release a GTK2 _and_ a GTK3 version. I
would not recommend GTK3 at the moment with the bad picture that GTK3 is
giving currently.

> Then, trying to build with libchamplain 0.12, I get errors that seem
> fixed in git (to adapt to newer cogl) but not in any release.
> 
> So, I would advise ironing out the rough edges, which I think you can
> probably do pretty quickly, perhaps mostly documentation.  Then, when
> it's really working for everyone, it makes sense to talk about the
> defaults.
> 
> I don't know if geeqie is willing to cross into bugfix releases in
> branches, but if we are talking about 1.4, it would be nice to have a
> 1.2.4 with the cogl fix and any README updates.

Managing bugfixes for older versions than the current stable is not
doable with the current man power. Even more, I would never think about
that.

And for the current stable version I only backport security bugfixes, no
feature fixes, even more than it is about a experimental feature.

Last, Version 1.2 is on the end and version 1.3 will come out shortly.
Then, 1.3 is the stable and 1.2 will not be supported further.

> So, this is a request to update the README to be clear about versions of
> libchamplain, clutter, clutter-gtk, etc, and to specify which of those
> are directly required.  Please talk about upstream packages, not Linux
> package names, because geeqie is in theory (and mostly is) portable to
> any reasonable POSIX-like system (I'm using it on NetBSD, and have been
> using gqview/geeqie for probably 15 years).

Could you please create an issue on github so that could be tracked and
worked on? Requests in the mailing list gets lost.

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
Comment: Charset: ISO-8859-1

iQGcBAEBCgAGBQJXP5CzAAoJEKZ8CrGAGfaspQUMAJf0ZIFQNvFpgup6bozP0mGE
3HlCA7o3JcDXERYq9LvnbHpD3/v545CxEYpH5IsjPnr5hq2oktT8ebj4p0L1UZFG
BxaIkU6UfGYJOmqLH8UXjXkcNIzMgllw8A4rPBqIjmHJO4Wq1DCGTW7F8A2aKoIz
EFJUZknyAkK16uRdpxpYHvFGHXieY4NAew3Ueyh4X4E352B3esHpk3AtXq7PgT5O
iZIzjxro2PQKv3TKV1Qd1QU9yLvapB7FXBmZTdfcNc7zbDPwUkaprzQNZShDliQ7
krV6oh6jEDhh4SrK/ABcOTrPwPUPhuUXLRlJ+jbHT6iZx5SVBSs1Lgj79Bu0JYhs
4H2ZIPbXuW/0ZsSCnn8BMA76egzweF2tNZEGPuJmS6L2UaVRN/c7Zn9CvzxsgZYQ
IXSsX+NftLFhMfCc2DDIJnreSvY78kRXiOOwFSWaHOHXoepRPJ8Zx1qXJnR2/JJ/
fThyEr7WHsITDuL4FNfmzor4kYdAz6JakXoIiuffMQ==
=5NT1
-END PGP SIGNATURE-

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-20 Thread Greg Troxel

Colin Clark  writes:

> The config change was made by Vladimir on 18/8/2012 (I think). If 
> clutter and libchamplain libraries are installed, and the enable-clutter 
> option given, then the map is compiled in also.
> The user has the option of preventing the map being included by use of 
> the disable-gps option.

What does clutter do without champlain?

I would be inclined to call this --enable-libchamplain rather than
--enable-gps, becuase --enable-gps sounds like gpsd and real-time
positioning.

I would love to see a way to show all images in a directory on a map at
once, and to get a subview of just the ones in a region after selecting
or clicking on a cluster marker.  Try some of those proprietary photo
apps to see what I mean :-)

> If people report a problem with the map, I will try to help solve it. 
> But from the mailing list I get the feeling that the map is not a 
> significant function for Geeqie users.

I suspect it will become more important as geotagging is more commmon,
especially if it becomes low effort to enable.


signature.asc
Description: PGP signature
--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-15 Thread Roger
>If people report a problem with the map, I will try to help solve it.  But 
>from the mailing list I get the feeling that the map is not a significant 
>function for Geeqie users.

Currently I use Geeqie (as well as the past gqview) as a light weight image 
viewer.  I tend to dislike bloated software, having features not used by 
myself.

Although I do not own a camera currently which automatically embeds GPS 
coordinates, I can readily see myself using such a feature had I owned such a 
camera.  (Nor am I well inclined to manually enter coordinates within the EXIF 
information manually for each image!)

On the flip side, to ensure this feature does not encourage misconceptions, had 
I had a camera embedding coordinates, I would likely readily utilize the 
feature.

So all for having this feature, but likely having a configure time option, and 
future will likely be default as more cameras have GPS by default.

I do have a rather large image collection from the past ten years, containing 
images throughout the US and overseas, but unfortunately no GPS coordinates, 
for which you can imaging is not a good thing!  Owners having the money 
currently would also desire such features.

Hope you find the feedback useful!

-- 
Roger
http://rogerx.freeshell.org/

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-15 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Colin,

First, don't get me wrong, I like the feature. You might have seen that
I like all the GPS stuff around and having a application that work with
it is great.

On the other hand I am looking at the user base. And there, it is not
the biggest feature.

And when it comes to GTK3, I see all the down draws it has. GTK3 is that
bad, user wise, than all the gnome stuff present days. I hate the way it
is going.

Am So den 15. Mai 2016 um 17:26 schrieb Colin Clark:
> I can get an image flickering problem if I resize the image window - but 
> this depends on some combination of several things:
> If the image is scaled 1:1/fit-to-window/Gnome/XFCE etc.

Well, I usually use it on fvwm2. I dried many other desktop environments
and always came back to that.
- - Gnome is just more and more trying to treat the user as a child and
  keep him from being the one that drives the computer.
- - KDE is better that far but I do not like the resource consumption and
  the 1000 of daemons that it starts.
- - Window maker I tried once and it is not my piece of cake.
- - ratpoison I tried once... :-D
- - i3 was promising but not more.
- - mwm was the old times, never used since then.
- - ...

But I stray away from the subject.

> If people report a problem with the map, I will try to help solve it. 

I believe you. And it can be used with current version just with
explicit enabling. The problem seems not your code than the library it
is using.

However, I think that we can focus on that in 1.4.. I hope to finally
release 1.4 end of the month. (See the issues I choose for inclusion[0])

> But from the mailing list I get the feeling that the map is not a 
> significant function for Geeqie users.

Oh, for me, it is a loved feature. However, as it was proved in the
past, my likings and dislikings are not always the same of other users.
:-)

My thoughts about that are:
- - How can we control, what data is sent to openstreetmap?
- - Is there a way to have it without GTK3 atm?
- - What about such problems like the flickering I described? (From the
  bug reports I learned that users could be picky about that)
- - How is the overall speed

Regards
   Klaus

[0] https://github.com/BestImageViewer/geeqie/milestones/v1.3
- -- 
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
Comment: Charset: ISO-8859-1

iQGcBAEBCgAGBQJXOMHKAAoJEKZ8CrGAGfasWfkMALcD5UmbkPVOgbD0gZIpJVDJ
g5VRomUN+biHJWS/tl1o4EVFgVzjiDsMuyS9v4q7rHguwc7JctCbN/fe2uVkopXk
vt+0tA36e0s6uWrkPY8UMy7/gr+k8reIfBlT+NasrEvwDffOmm+33dGCBYu17rpz
YCi///uGSLELESYu1OLPTmmo8L6Zfej5qzI3dW+/bcMbdrgXeYKit+ONG2XQqEtM
XLIlCS/OFKZ1hpUZ7UVAn0qI7yzL0Iv7z1uxN7t4QrnYrmdBo3pkaEDbqVWN+hp7
Bxch/wuPSu7RQApVhw3NQIyTifj77fU5QDyVgVTY9Tn5p95m/DmvDYqwSCGSolpa
CkAJ+sHyRXTh2rnNSWMcXNBJafbuk9Rtv/W9zNsvqFMeEcyKiDw3CBuuCS6Juphb
vgF7XnzcQsN/dhedO1y9B7RYXiMST8WI7omST49RLt+rHrBdRh+o+acrB8fVCk9V
nFNv2e4b56jdI2shUVK43x6BQo6k9xvfd0e1EztHjw==
=ZuWP
-END PGP SIGNATURE-

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-15 Thread Colin Clark
On 06/05/16 17:53, Klaus Ethgen wrote:
> I installed libchamplain-0.12-dev, libclutter-gtk-1.0-dev and
> libchamplain-gtk-0.12-dev now and enabled via "--enable-gps
> --enable-clutter". (Is clutter always needed? Why not just have the gps
> switch if it is bound to clutter?)
>
> Compile and went well but...
>
> (geeqie:10413): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x 
> and GTK+ 3 in the same process is not supported
>
> :-(
>
> So at least under debian, it is not strait forward.
> Now I recompiled it completely with gtk-3 and gps support.
>
> Works that far. But it shows me why I never liked GTK-3.
> - - Mouse wheel is not working in lists anymore
> - - Buttons and layout are ugly
> - - Image display flickers when using map display
>
>
Hi Klaus

The config change was made by Vladimir on 18/8/2012 (I think). If 
clutter and libchamplain libraries are installed, and the enable-clutter 
option given, then the map is compiled in also.
The user has the option of preventing the map being included by use of 
the disable-gps option.

I can get an image flickering problem if I resize the image window - but 
this depends on some combination of several things:
If the image is scaled 1:1/fit-to-window/Gnome/XFCE etc.

I don't resize the window much, so it is no real problem for me. As for 
GTK-3, I have no choice but to use it. One of the main reasons I use 
Geeqie is because of the map - to me image location is as important as 
date-and-time.

[I have scanned in some of my old slides - but whenever I look at them 
all I think is "Which building? Which mountain? Which country?" - I wish 
GPS had been around at the time of Kodachrome 64!]

But as you have written, Geeqie is stuck with GTK.

If people report a problem with the map, I will try to help solve it. 
But from the mailing list I get the feeling that the map is not a 
significant function for Geeqie users.


Colin..


--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-07 Thread Roger
> On Sat, May 07, 2016 at 11:11:27AM +0200, Josef Kufner wrote:
>Roger wrote, on 7.5.2016 04:24:
>>> Now I recompiled it completely with gtk-3 and gps support.
>>>
>>> Works that far. But it shows me why I never liked GTK-3.
>>> - - Mouse wheel is not working in lists anymore
>>> - - Buttons and layout are ugly
>>> - - Image display flickers when using map display
>>>
>>> So, recompiling it back with gtk-2. :-(
>> 
>> Ditto concerning gtk-3.  I love gtk, but gtk-3 support looks half-baked, or 
>> half-usable.  Might be considering recompiling all my applications back to 
>> gtk-2 on this note.
>
>Hmm... how crazy idea it would be to port Geeqie to Qt5 ?  :)

As crazier as it sounds, I still far prefer GTK over QT.  QT is ugly in my 
opinion, and pulls in far too many depends.  Although if you run KDE, you're 
likely not going to notice.

I think GTK-3 is at a stumbling block, and the it's own ugliness is likely 
temporary.

-- 
Roger
http://rogerx.freeshell.org/

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-07 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Sa den  7. Mai 2016 um 12:52 schrieb Klaus Ethgen:
> > Hmm... how crazy idea it would be to port Geeqie to Qt5 ?  :)
> I had that idea many times now. I do not like the way, GTK is going to.
> 
> But the work is simply to much to do...

One of the problems is, that Qt is C++ while geeqie is C. It is one
thing to just implement a interface in C++ (exiv2) and another to port
the whole application to use C++ GUI 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
Comment: Charset: ISO-8859-1

iQGcBAEBCgAGBQJXLdxIAAoJEKZ8CrGAGfaszzoMALiuUxwzAwmL/1472NDkrPe1
s4h+rsOpzqypEeeaeazw3yYtaokOtukQ120j6ddGHaJyWAE20rGUa6JVwi1FaIYM
rmA9eqtDbbFFCSgUrwljQ8Q+3bQoGcrp0KSeCu6gr9TXtEGsQa0dgp3TAOtv8vdf
Bche2N4+s9MU60iluErLgSZUZ5EKdtKS8aRFazxTIMU3bkZM2q8MpSkH3bcfsw4G
I0aUmUtyEkAxdJ/GpxFCG6B9eyeWXrIoqzhJq0x0DLFzO1/7jYGrhy5ziL9ywWfP
+OvV666pPGUS27emBTu695C9KXxLxEcwg/sCMaSxXqSD+wRlE50pmSOYgwIjBvdi
ZfGCUXFhO/s+6MIablxoQcfm1deNQYp6X/CJ27FL+e7AeeDb5q6GsdKuZ7aoSgal
KHl+UMOqQVOdPJs64EUaLwIZQVMAlyTV3BIndsaWNgVJ/HfxQr2GLdBytRfj+G3P
9jroSWK3J8YLZK4uM8xyAkcbSgR0Ci5lRUa+1eEnQw==
=emfr
-END PGP SIGNATURE-

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-07 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Sa den  7. Mai 2016 um 10:11 schrieb Josef Kufner:
> Roger wrote, on 7.5.2016 04:24:
> >> Now I recompiled it completely with gtk-3 and gps support.
> >>
> >> Works that far. But it shows me why I never liked GTK-3.
> >> - - Mouse wheel is not working in lists anymore
> >> - - Buttons and layout are ugly
> >> - - Image display flickers when using map display
> >>
> >> So, recompiling it back with gtk-2. :-(
> > 
> > Ditto concerning gtk-3.  I love gtk, but gtk-3 support looks half-baked, or 
> > half-usable.  Might be considering recompiling all my applications back to 
> > gtk-2 on this note.
> 
> Hmm... how crazy idea it would be to port Geeqie to Qt5 ?  :)

I had that idea many times now. I do not like the way, GTK is going to.

But the work is simply to much 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
Comment: Charset: ISO-8859-1

iQGcBAEBCgAGBQJXLdcUAAoJEKZ8CrGAGfasnAAL/1DU9Fjcr9BEb9telB4Aoxm0
uJHmNvAwO6s2sI+54IjiELzIIB3Gx89BIG3JRPcTTKrw6JNUi4COc2c5zB1x4jAL
jPsTfDESXlE9XDU2y/KsQxP8Gz289mxQrNq5JtkwWSl0Vu2rTrd5KRWTrlu9tmp2
pEJfBCuEotUgQZKG8mxqFFuh4/8Imuz1olR9SNCKjaPX/gvBckdXR0XjsBMOxIuc
bQlDJABcwLqoPAoKpl9Dwv6t0nPRP5gfhRAHqoWiLy4NmkIMUnhIAov8qASyGfgr
oJHDa30eHPkiVUdC7py1N/dAGUWy8blE9vtlqj6hH8DC0Muud1aC8EmGk1zY1qa7
sCFMxdUjRDhmkzYiuaGhMKUKvHgkWdZCTqC+Bn/HSrYFCWaL0ZNDa/F4CpfkdVWt
aRDY4cO4yHhqPmNzpb146awjyjXZNYsaaebnirF1RirDGILCIDzFJFrr64Myma1t
NJF/n3LGKklFuyuodZ/uasc1RE5KildyFfXAjD9l2g==
=SCf6
-END PGP SIGNATURE-

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-07 Thread Josef Kufner
Roger wrote, on 7.5.2016 04:24:
>> Now I recompiled it completely with gtk-3 and gps support.
>>
>> Works that far. But it shows me why I never liked GTK-3.
>> - - Mouse wheel is not working in lists anymore
>> - - Buttons and layout are ugly
>> - - Image display flickers when using map display
>>
>> So, recompiling it back with gtk-2. :-(
> 
> Ditto concerning gtk-3.  I love gtk, but gtk-3 support looks half-baked, or 
> half-usable.  Might be considering recompiling all my applications back to 
> gtk-2 on this note.

Hmm... how crazy idea it would be to port Geeqie to Qt5 ?  :)

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-06 Thread Roger
>Now I recompiled it completely with gtk-3 and gps support.
>
>Works that far. But it shows me why I never liked GTK-3.
>- - Mouse wheel is not working in lists anymore
>- - Buttons and layout are ugly
>- - Image display flickers when using map display
>
>So, recompiling it back with gtk-2. :-(

Ditto concerning gtk-3.  I love gtk, but gtk-3 support looks half-baked, or 
half-usable.  Might be considering recompiling all my applications back to 
gtk-2 on this note.

-- 
Roger
http://rogerx.freeshell.org/

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-06 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Fr den  6. Mai 2016 um 15:23 schrieb Klaus Ethgen:
> Am Fr den  6. Mai 2016 um 14:52 schrieb Klaus Ethgen:
> > Am Fr den  6. Mai 2016 um  8:58 schrieb Colin Clark:
> > > Time has flown by, and now GPS and electronic maps are part of everyday 
> > > devices - including cameras.
> > > 
> > > Do you think that the GPS  map option should now be set as the default?
> [...]
> > So, lets, at least, start on our side to explicitly compile it with
> > libchamplain support.
> 
> Ha, just had to install libudev-dev manually...
> 
> I installed libchamplain-0.12-dev, libclutter-gtk-1.0-dev and
> libchamplain-gtk-0.12-dev now and enabled via "--enable-gps
> --enable-clutter". (Is clutter always needed? Why not just have the gps
> switch if it is bound to clutter?)
> 
> Compile and went well but...
> 
>(geeqie:10413): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x 
> and GTK+ 3 in the same process is not supported
> 
> :-(
> 
> So at least under debian, it is not strait forward.

Now I recompiled it completely with gtk-3 and gps support.

Works that far. But it shows me why I never liked GTK-3.
- - Mouse wheel is not working in lists anymore
- - Buttons and layout are ugly
- - Image display flickers when using map display

So, recompiling it back with gtk-2. :-(

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
Comment: Charset: ISO-8859-1

iQGcBAEBCgAGBQJXLMvqAAoJEKZ8CrGAGfasRHAL/0JwGdxffkcqc35M/sWdqLEY
Y5YKAY9yqyoiwJ09lCcCLYKiJu2t3r+5+09zMpv8CcptNkhp2l7iuN5NQun1EBT/
p+hncDsD3I5/IOsQ6wgssbojm8MKSNovYOPvKYHsq+CkLUI2cRB0oEudF0DyVpcW
w+1fXdXnRemIJ0b00CAP0DqAxZd/KcfwJa0Ci/xZxz5Z3r2F0dSKiK7nhsnVoayp
kxj/11Ird4kgassZ/9w7pfGqI3xix6wwLxsxmJVU4AlIpDtCyVsktNajShBcecEF
bOjzI0Y6vBx+pRats+msH+TctoRVY9Bw+3GBcnUXqfcq4oCf1gxcYosAlksvfZXt
BTMVuMT8PDNBfaymjLzYaPmud118eJ2potIBwIVgS/WWl4mnH/Zpvrdzgiv6aZeT
MSHqe7u58ZH0KbRz33AZcGa86b7xmlzCIoV99bzbQr4Fr23clC30pIQQKXQVy6Fl
mtm2MCQtFQ3RqzW2bNebEtEicnyvn1B+NVgcyfAqzg==
=vWrf
-END PGP SIGNATURE-

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-06 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Fr den  6. Mai 2016 um 14:52 schrieb Klaus Ethgen:
> Am Fr den  6. Mai 2016 um  8:58 schrieb Colin Clark:
> > Time has flown by, and now GPS and electronic maps are part of everyday 
> > devices - including cameras.
> > 
> > Do you think that the GPS  map option should now be set as the default?
[...]
> So, lets, at least, start on our side to explicitly compile it with
> libchamplain support.

Ha, just had to install libudev-dev manually...

I installed libchamplain-0.12-dev, libclutter-gtk-1.0-dev and
libchamplain-gtk-0.12-dev now and enabled via "--enable-gps
- --enable-clutter". (Is clutter always needed? Why not just have the gps
switch if it is bound to clutter?)

Compile and went well but...

   (geeqie:10413): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and 
GTK+ 3 in the same process is not supported

:-(

So at least under debian, it is not strait forward.

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
Comment: Charset: ISO-8859-1

iQGcBAEBCgAGBQJXLKjmAAoJEKZ8CrGAGfasOvcL/R9sxu2W6KqIfRcCQXDLGwet
OWguXrS/vsVPG1IBkKTJM1c+Ms9eSd8iNxrsThRi0eDb+2cWWSJU0dxR5S6w3kWA
W3sPexo5qnhikUWn4OjPoySeDk7OGpc7x459VzPq/xhYFX3Hmqlllfgc6ath73bZ
PUGvkc+qFWdsRbtSDsUyUSAOJozjAcV9qvSZ+ZLw9xZ23L+D3MlQT8UgbBW1spLf
BJD+068oBfMOHZfpxfwYisRm8JJItNjPLmuwlgu0yIh5MDjmpU2pTlUDk5nZ1g2v
/KuJREFpn3D1qSkzqqHXyvEpVVEFnrk26jzZlwOPI9SwtUcxyr5SSUdqXx3L6rQl
x9cQ07hKkhLytNXUIMMXTnuSjvyVaFq90Nc9g0vpRLuEhDXu04aV/56kp+iokJmU
ghW38BHvUsSfuEKI9zeJi8DDC4ZfASHXPHzgIqfivzBlNBu+Z8cGZC50iqBahEzO
UJmgB73P53eIGNjkmZzefm38yRpNt3c1Z5bT+Nx78A==
=Movr
-END PGP SIGNATURE-

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-06 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Fr den  6. Mai 2016 um 14:52 schrieb Klaus Ethgen:
> So, lets, at least, start on our side to explicitly compile it with
> libchamplain support.

Hmm.. At least on debian, this is uninstallable as it has some depending
chain that want to install more new udev than the last working version
215-18.

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
Comment: Charset: ISO-8859-1

iQGcBAEBCgAGBQJXLKNuAAoJEKZ8CrGAGfas1o4L/2yFxz92HCKjpjU824DhFdEB
Zx0FduXsSnoRKruRMkd8DqADVj3BW7P5IDbEQ1/UoprOVZzrkaV/9Jaar7e9FMiD
LrGyCDEiGwjU0PwyxTWEVlf29Ke01ER/wuGZ7VO5k+vkYTbpwNaaxTADXkl0shGo
WS5242kQAi+ochI3SdyQSE24xvyl+LA99ogs28C4PplvaYcQ2xTz7m1lzoDNiVd/
suSUmpYqldLrx4QK5hKNU3/2oH4WKRjF0wlNbXGklIGIxobiMjy1tLcizA3iDZJ5
xa7AsWVTrK5QZX74L6TU7tUIMe6P1NCT6k0t9RyP53lZgK3jT8vTnzq3+Lowhrhs
AP4nXSVrSbaWNzWlT5kcpysFVUz92SUOngXDzu4AYt49NeFToUpwVTaD+wrHVHhM
37RYPCF32bmYZaB8v59YszXmaDo+uavQXZH6G6dl7COpC5jsW+YnjncKYaWyaCdg
GmGZXlQo1BBmZg5sJda4ctTPAR5MX8SJaU5SLehDqw==
=MYbM
-END PGP SIGNATURE-

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] GPS maps

2016-05-06 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Fr den  6. Mai 2016 um  8:58 schrieb Colin Clark:
> Time has flown by, and now GPS and electronic maps are part of everyday 
> devices - including cameras.
> 
> Do you think that the GPS  map option should now be set as the default?

I like the solution. However, the last time I tried, it was in bad
shape. I believe, there is some work needed.

Maybe we can designate it for version 2.0 or maybe for 1.4. I do not
thing that we should do it for 1.3.

I just looked who was the original author, and seen that it was you. :-)

So, lets, at least, start on our side to explicitly compile it with
libchamplain support.

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
Comment: Charset: ISO-8859-1

iQGcBAEBCgAGBQJXLKGiAAoJEKZ8CrGAGfasNLQMAIEFDd+s10KU5bE2Hp+t2+U7
gstqM4DYSfgqYGVDbvNFxT833IKTA/cmslGI0PLwtdBo6UmfvsUIjCjN6g5UOoAM
p91nKMtgK/3cw/dDHrW1x9Dkk9C/7L47hHzCsXP/FXPtiXxKiI8rPMBxU23+y/94
zLS2OzqjTYniG+TiX8UkRHPXaOWueNUbWFTMA3RMSedtnTVW/ZIJqxKpCJEMPV9+
hQYoFvmgudsdahXjFaG6+qoMJtWr6inoz3uOkkcKt706kwoF27LTmLPN92/+Jz4D
n1LdXZHro2b/X7TOX1vxW+ihy9uMDLWAifc25eOQLgnEYRduDOU6nI0r3ahUbuoc
5gBtF7fvUoVhlpJWK9RVJaU6gd3c4ss3282OUvVCsmWjnt+LY4g/gKJAV2qj1zHU
/o+LsL8sMqZsqcmaWxsOiFe/hAe1JFUYltGcAv/yeoqTrECiY4Mv+2nKF+40F3Y3
PxZgkXyotogui71rBumhZbtF8W1MhZcKlTmiWChpqQ==
=5wki
-END PGP SIGNATURE-

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel