Re: [Shotwell] Shotwell 0.23.1

2016-05-29 Thread Jens Georg

>    Library->Photos
> 
> is chosen in the sidebar, on top of the pictures, a few buttons
> 
>    Type ... Flag ... Rating

Ah, those. Thx.

> At least the icon left to "Rating" is not shown in 0.23.1, however, I
> just realize that clicking on the place where the icon is supposed to
> appear
> the corresponding popup is shown and lets me choose the photos of
> some
> rating. If that choice is different from "All Photos", the respective
> icon is shown.
> 
> So it seems the functionality is given, but just the icon isn't
> shown.
That's probably some collateral damage from updating the icons. I'll
have a look
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Map Widget Update

2016-06-16 Thread Jens Georg

Hey,


Given the new Shotwell maintainer Jens, I was motivated to pick up the
work on the map feature: https://bugzilla.gnome.org/show_bug.cgi?id=716
987

The current state can be cloned from my libchamplain branch on github:
https://github.com/abrauchli/shotwell.git

What changed since the last state in the bug report:
- Rebased on current master
- Copyright reassigned to SFC


To my understanding there is no need to assign copyright to the SFC you
can just keep it.


- Lock state on the map to avoid accidentally setting a position
  (by dropping an image on the map)
- Group nearby markers together, I also created a new icon for this

I'd be happy if someone could test this on a larger collection and be
interested if there's a performance impact. My tests have so far been
on smaller collections.


How big?


Of course a code review is most welcome too.


I will try to have a look this week-end.


I'm confident that we now have enough features for a stable Shotwell
release with the map widget. Jens, let me know if you feel that there's
anything crucial that's missing and that'd cause you to reject a patch.


One thing that comes to my mind is that the (SVG) images you use should 
have a
proper license (with "proper" I mean one that can be used in Debian[1] 
such
as CC-BY-SA [34].0) If we cannot guarantee this, things can get very 
annoying.


[1] https://wiki.debian.org/DFSGLicenses
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Map Widget Update

2016-06-16 Thread Jens Georg
Hey,

Some random first impressions from a quick compile and run:
 - I really like the feature
 - Geotagging things by dragging to map is neat
 - But the geoinformation does not show up in the extended information
dialog
 - My images are badly geotagged :)
 - The "lock" icon needs a tooltip, I could only guess what it does
from your mail
 - The map feels too small wedged in the bottom left
 - I sometimes end up in the middle of nowhere (central Russia or
Atlantic Ocean) for no obvious reason
 - The delay of the first startup with the patch (due to the database
upgrade?) feels too long without feedback - but that might be a generic
Shotwell issue


> Hey List
> 
> Given the new Shotwell maintainer Jens, I was motivated to pick up
> the
> work on the map feature: https://bugzilla.gnome.org/show_bug.cgi?id=7
> 16
> 987
> 
> The current state can be cloned from my libchamplain branch on
> github:
> https://github.com/abrauchli/shotwell.git
> 
> What changed since the last state in the bug report:
> - Rebased on current master
> - Copyright reassigned to SFC
> - Lock state on the map to avoid accidentally setting a position
>   (by dropping an image on the map)
> - Group nearby markers together, I also created a new icon for this
> 
> I'd be happy if someone could test this on a larger collection and be
> interested if there's a performance impact. My tests have so far been
> on smaller collections.
> 
> Of course a code review is most welcome too.
> 
> I'm confident that we now have enough features for a stable Shotwell
> release with the map widget. Jens, let me know if you feel that
> there's
> anything crucial that's missing and that'd cause you to reject a
> patch.
> 
> Cheers
> andreas
> ___
> shotwell-list mailing list
> shotwell-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/shotwell-list
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.23.0

2016-04-25 Thread Jens Georg
Shotwell 0.23.0 - 25 April 2016
---

ATTENTION!

There was an issue with verifying TLS certificates in previous versions
of Shotwell so it might be possible that publishing sessions were
intercepted. If you did not use a Shotwell delivered by any of the
major distribuitions it is strongly recommended to change your
passwords for those online systems you published to.

Most distributions should have had this patched since about end of last
year.

Changes since 0.22:
  * Allow thinner minimum sidebar (#718611)
  * Check .cache directory for read/write permissions (#737747)
  * Fix crash during metadata update (#739917)
  * Fixed Crop Ribbon / Control not visible (#747201)
  * Port to webkit2gtk-4.0 (#751709)
  * Have all soup sessions validate TLS certificates
  * Remove shell magic from Makefile
  * Remove calls to Posix.system()
  * Documentation fixes and improvements (#764800)
  * Fix CSS issue introduced with previous CSS improvements (#747637)
  * Don't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header
setting is
not set (#749874)
  * Use proper umask to create XDG_USER_CACHE and XDG_USER_DATA when
they not
exist (#765182)
  * Don't build the plugin twice
  * Call pkg-config only once, not every compiler call
  * Fix parallel builds not to build plugins several times over
  * Fix contradicting license in rejected.svg (#757643)

Known issues:
  * Facebook and Yandex publishing don't work

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=747637
 - https://bugzilla.gnome.org/show_bug.cgi?id=749874
 - https://bugzilla.gnome.org/show_bug.cgi?id=751709
 - https://bugzilla.gnome.org/show_bug.cgi?id=757643
 - https://bugzilla.gnome.org/show_bug.cgi?id=764800
 - https://bugzilla.gnome.org/show_bug.cgi?id=765182

All contributors to this release:
 - Marek Černocký <ma...@manet.cz>
 - Jens Georg <m...@jensge.org>
 - Wolfgang Steitz <wste...@gmail.com>
 - Wolfgang Steitz <wolf...@web.de>
 - Rafael Fontenelle <rafae...@gnome.org>
 - Piotr Drąg <piotrd...@gmail.com>
 - Dušan Kazik <prescot...@gmail.com>
 - Stas Solovey <whats...@tut.by>
 - Jim Nelson <j...@yorba.org>
 - Tim Waugh <twa...@redhat.com>
 - Mayela Miranda <mayela0...@gmail.com>
 - Jordi Mas <j...@softcatala.org>
 - Trần Ngọc Quân <vnwild...@gmail.com>
 - Michael Catanzaro <mcatanz...@igalia.com>
 - Yosef Or Boczko <yosef...@src.gnome.org>
 - Rafael Ferreira <rafael.f...@gmail.com>
 - Kjartan Maraas <kmar...@gnome.org>
 - Kim Boram <boram...@gmail.com>
 - Josef Andersson <josef.anders...@gmail.com>
 - Felipe Braga <fbobr...@gmail.com>
 - Christian Kirbach <christian.kirb...@gmail.com>
 - Brian Masney <masn...@onstation.org>
 - Baurzhan Muftakhidinov <baurthefi...@gmail.com>
 - Aurimas Černius <auri...@gmail.com>
 - Мирослав Николић <miroslavniko...@rocketmail.com>
 - Trinh Anh Ngoc <atw1...@gmail.com>
 - Timo Jyrinki <t...@debian.org>
 - Samir Ribic <samir.ri...@etf.unsa.ba>
 - Robert Ancell <robert.anc...@canonical.com>
 - Pedro Albuquerque <palbuquerqu...@gmail.com>
 - Pau Iranzo <pau...@gmail.com>
 - Muhammet Kara <muhamm...@gmail.com>
 - Mario Blättermann <mario.blaetterm...@gmail.com>
 - Maria  Mavridou <mavri...@gmail.com>
 - Josef Andersson <josef.anders...@fripost.org>
 - Jiri Grönroos <jiri.gronroos+l...@iki.fi>
 - Jiri Grönroos <jiri.gronr...@iki.fi>
 - Iain Lane <i...@orangesquash.org.uk>
 - Gábor Kelemen <kelem...@openscope.org>
 - Eduardo Arnold <eduardoarno...@gmail.com>
 - Daniel Mustieles <daniel.mustie...@gmail.com>
 - Claude Paroz <cla...@2xlibre.net>
 - Cheng-Chia Tseng <pswo10...@gmail.com>
 - Cheng-Chia Tseng <>
 - Changwoo Ryu <cw...@debian.org>
 - Cédric Valmary <cvalm...@yahoo.fr>
 - Boram Kim <boram...@gmail.com>
 - Balázs Úr <urbal...@gmail.com>
 - Balázs Meskó <meskobal...@gmail.com>
 - Anders Jonsson <anders.jons...@norsjovallen.se>
 - Alexandre Franke <alexandre.fra...@gmail.com>

Added/updated translations
 - bs, courtesy of Samir Ribic
 - ca, courtesy of Pau Iranzo
 - cs, courtesy of Marek Černocký
 - de, courtesy of Mario Blättermann
 - de, courtesy of Wolfgang Stoeggl
 - el, courtesy of Tom Tryfonidis
 - es, courtesy of Daniel Mustieles
 - fi, courtesy of Jiri Grönroos
 - fr, courtesy of Claude Paroz
 - he, courtesy of Yosef Or Boczko
 - hu, courtesy of Gabor Kelemen
 - hu, courtesy of Meskó Balázs
 - kk, courtesy of Baurzhan Muftakhidinov
 - kn, courtesy of Shankar
 - ko, courtesy of Kim Boram
 - lt, courtesy of Aurimas Černius
 - nb, courtesy of Runar Ingebrigtsen
 - oc, courtesy of Cédric Valmary (totenoc.eu)
 - pl, courtesy of Piotr Drąg
 - pt_BR, courtesy of Rafael Fontenelle
 - pt, courtesy of Pedro Albuquerque
 - ru, courtesy of Stas Solovey
 

Re: [Shotwell] Shotwell 0.23.0

2016-04-26 Thread Jens Georg



yet there is no ppa available?


Not yet, too late yesterday. I will set up one today.



El 25/04/16 a las 16:31, Jens Georg escribió:


Shotwell 0.23.0 - 25 April 2016
---

ATTENTION!

There was an issue with verifying TLS certificates in previous
versions
of Shotwell so it might be possible that publishing sessions were
intercepted. If you did not use a Shotwell delivered by any of the
major distribuitions it is strongly recommended to change your
passwords for those online systems you published to.

Most distributions should have had this patched since about end of
last
year.

Changes since 0.22:
* Allow thinner minimum sidebar (#718611)
* Check .cache directory for read/write permissions (#737747)
* Fix crash during metadata update (#739917)
* Fixed Crop Ribbon / Control not visible (#747201)
* Port to webkit2gtk-4.0 (#751709)
* Have all soup sessions validate TLS certificates
* Remove shell magic from Makefile
* Remove calls to Posix.system()
* Documentation fixes and improvements (#764800)
* Fix CSS issue introduced with previous CSS improvements
(#747637)
* Don't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header
setting is
not set (#749874)
* Use proper umask to create XDG_USER_CACHE and XDG_USER_DATA when
they not
exist (#765182)
* Don't build the plugin twice
* Call pkg-config only once, not every compiler call
* Fix parallel builds not to build plugins several times over
* Fix contradicting license in rejected.svg (#757643)

Known issues:
* Facebook and Yandex publishing don't work

Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=747637
- https://bugzilla.gnome.org/show_bug.cgi?id=749874
- https://bugzilla.gnome.org/show_bug.cgi?id=751709
- https://bugzilla.gnome.org/show_bug.cgi?id=757643
- https://bugzilla.gnome.org/show_bug.cgi?id=764800
- https://bugzilla.gnome.org/show_bug.cgi?id=765182

All contributors to this release:
- Marek Černocký <ma...@manet.cz>
- Jens Georg <m...@jensge.org>
- Wolfgang Steitz <wste...@gmail.com>
- Wolfgang Steitz <wolf...@web.de>
- Rafael Fontenelle <rafae...@gnome.org>
- Piotr Drąg <piotrd...@gmail.com>
- Dušan Kazik <prescot...@gmail.com>
- Stas Solovey <whats...@tut.by>
- Jim Nelson <j...@yorba.org>
- Tim Waugh <twa...@redhat.com>
- Mayela Miranda <mayela0...@gmail.com>
- Jordi Mas <j...@softcatala.org>
- Trần Ngọc Quân <vnwild...@gmail.com>
- Michael Catanzaro <mcatanz...@igalia.com>
- Yosef Or Boczko <yosef...@src.gnome.org>
- Rafael Ferreira <rafael.f...@gmail.com>
- Kjartan Maraas <kmar...@gnome.org>
- Kim Boram <boram...@gmail.com>
- Josef Andersson <josef.anders...@gmail.com>
- Felipe Braga <fbobr...@gmail.com>
- Christian Kirbach <christian.kirb...@gmail.com>
- Brian Masney <masn...@onstation.org>
- Baurzhan Muftakhidinov <baurthefi...@gmail.com>
- Aurimas Černius <auri...@gmail.com>
- Мирослав Николић <miroslavniko...@rocketmail.com>
- Trinh Anh Ngoc <atw1...@gmail.com>
- Timo Jyrinki <t...@debian.org>
- Samir Ribic <samir.ri...@etf.unsa.ba>
- Robert Ancell <robert.anc...@canonical.com>
- Pedro Albuquerque <palbuquerqu...@gmail.com>
- Pau Iranzo <pau...@gmail.com>
- Muhammet Kara <muhamm...@gmail.com>
- Mario Blättermann <mario.blaetterm...@gmail.com>
- Maria  Mavridou <mavri...@gmail.com>
- Josef Andersson <josef.anders...@fripost.org>
- Jiri Grönroos <jiri.gronroos+l...@iki.fi>
- Jiri Grönroos <jiri.gronr...@iki.fi>
- Iain Lane <i...@orangesquash.org.uk>
- Gábor Kelemen <kelem...@openscope.org>
- Eduardo Arnold <eduardoarno...@gmail.com>
- Daniel Mustieles <daniel.mustie...@gmail.com>
- Claude Paroz <cla...@2xlibre.net>
- Cheng-Chia Tseng <pswo10...@gmail.com>
- Cheng-Chia Tseng <>
- Changwoo Ryu <cw...@debian.org>
- Cédric Valmary <cvalm...@yahoo.fr>
- Boram Kim <boram...@gmail.com>
- Balázs Úr <urbal...@gmail.com>
- Balázs Meskó <meskobal...@gmail.com>
- Anders Jonsson <anders.jons...@norsjovallen.se>
- Alexandre Franke <alexandre.fra...@gmail.com>

Added/updated translations
- bs, courtesy of Samir Ribic
- ca, courtesy of Pau Iranzo
- cs, courtesy of Marek Černocký
- de, courtesy of Mario Blättermann
- de, courtesy of Wolfgang Stoeggl
- el, courtesy of Tom Tryfonidis
- es, courtesy of Daniel Mustieles
- fi, courtesy of Jiri Grönroos
- fr, courtesy of Claude Paroz
- he, courtesy of Yosef Or Boczko
- hu, courtesy of Gabor Kelemen
- hu, courtesy of Meskó Balázs
- kk, courtesy of Baurzhan Muftakhidinov
- kn, courtesy of Shankar
- ko, courtesy of Kim Boram
- lt, courtesy of Aurimas Černius
- nb, courtesy of Runar Ingebrigtsen
- oc, courtesy of Cédric Valmary (totenoc.eu)
- pl, courtesy of Piotr Drąg
- pt_BR, courtesy of Rafael Fontenelle
- pt, courtesy of Pedro Albuquerque
- ru, court

[Shotwell] New PPA

2016-04-26 Thread Jens Georg
Hi,

the new PPA for shotwell is available at 

https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell/+packages

Currently contains package for Xenial only.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.23.0

2016-05-23 Thread Jens Georg

Hi,

you can use 
https://launchpad.net/~yg-jensge/+archive/ubuntu/gupnp-unstable for vala 
0.28 which should be enough for shotwell.


This devel mismatch looks like a broken/old PPA installation. The 
version of 3.10.8~8 is lower than 3.10.8



Hi Joseph,

thanks. That is getting me a bit deeper:

The following packages have unmet dependencies:
 libgtk-3-dev : Depends: libgtk-3-0 (= 3.10.8~8+qiana) but
3.10.8-0ubuntu1.6 is to be installed
Depends: gir1.2-gtk-3.0 (= 3.10.8~8+qiana) but
3.10.8-0ubuntu1.6 is to be installed
E: Build-dependencies for shotwell could not be satisfied.

and I think this means I am stuck:

ppa:vala-team/ppa
Cannot add PPA: ''This PPA does not support trusty''.


On 2016년 05월 18일 21:38, Joseph B wrote:

Did anyone get back to you?  The two things I'd try straight off are
"sudo apt-get build-dep shotwell" (this asks apt to install all the
dependencies needed to build a package, which may be different than
those needed to run the package).  And then I'd find a newer version 
of

vala (I install vala from git as well, but there's also a vala ppa
https://launchpad.net/~vala-team/+archive/ubuntu/ppa).  If you try 
that

and get another error go ahead and reply on the list again.  Hope that
helps.
-Joe

On Mon, May 16, 2016 at 2:40 AM, Max <abonneme...@revolwear.com
<mailto:abonneme...@revolwear.com>> wrote:

even with the webkit updated through the ppa, I get all this when 
trying

to make:

make
fatal: Not a git repository (or any parent up to mount point 
/home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM 
not

set).
Package gdk-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-3.0' found
Package gee-0.8 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gee-0.8.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gee-0.8' found
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
Package gudev-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gudev-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gudev-1.0' found
Package json-glib-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `json-glib-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'json-glib-1.0' found
Package webkit2gtk-4.0 was not found in the pkg-config search 
path.
Perhaps you should add the directory containing 
`webkit2gtk-4.0.pc'

to the PKG_CONFIG_PATH environment variable
No package 'webkit2gtk-4.0' found
Package gdk-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-3.0' found
Package gee-0.8 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gee-0.8.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gee-0.8' found
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
Package gudev-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gudev-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gudev-1.0' found
Package json-glib-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `json-glib-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'json-glib-1.0' found
Package webkit2gtk-4.0 was not found in the pkg-config search 
path.
Perhaps you should add the directory containing 
`webkit2gtk-4.0.pc'

to the PKG_CONFIG_PATH environment variable
No package 'webkit2gtk-4.0' found
Shotwell requires Vala compiler 0.28.0 or greater.  You are 
running

0.22.1.
make: *** [valacheck] Error 1





On 2016년 05월 14일 21:03, Max wrote:
> What if I add the ppa:webkit-team/ppa too?
>
>
>
    > On 2016년 05월 14일 19:45, Jens Georg wrote:
>> On Di, 2016-05-03 at 13:58 +0900, Max wrote:
>>> Ah, I'm still on trusty. (Mint user)
>>> So I guess i'll wait. Or eventually update or migrate.
>>
>> I tested this, and the new webkit2gtk is missing on trusty. So 
it

would
>> be available without the plugins that require webkit2gtk 
because I
>> d

Re: [Shotwell] reproducible crash

2016-05-14 Thread Jens Georg

Hi,

> Hi everyone,
> 
> I am in a bit desperate situation - I have activated
>   write metadata to files
> and now shotwell simply crashes. Every time. I recompiled from
> current
> git, no change.

This has been reported as https://bugzilla.gnome.org/show_bug.cgi?id=76
5963

Can you also provide the information that I requested in that bug? The
photo this is failing on, a backtrace with exiv2 and gexiv2's debug
symbols and a SHOTWELL_LOG=1 log?

Thank you in advance.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.23.0

2016-05-14 Thread Jens Georg
On Di, 2016-05-03 at 13:58 +0900, Max wrote:
> Ah, I'm still on trusty. (Mint user)
> So I guess i'll wait. Or eventually update or migrate.

I tested this, and the new webkit2gtk is missing on trusty. So it would
be available without the plugins that require webkit2gtk because I
don't want to maintain packages in that ppa that are highly security
relevant

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.23.0

2016-05-02 Thread Jens Georg




I'd be interested in that PPA too. Did you have the time to set one up?

m.


Hi,

please use 
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell/+packages. It 
still is Xenial only.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Taking over

2016-04-15 Thread Jens Georg
Hi List and Shotwell enthusiasts,

I picked up Shotwell as a new maintainer today. There will be no
immediate bang of new features, I'm trying to get a grip on the current
state.

This is what I'm planning to do:
 - Release a 0.22.1 today/tomorrow to get the translation improvements
out
 - Use the week-end for a bug scrub and prioritisation to
  - Figure out low-hanging fixes and improvements
  - Get a grip on the currently most pressing issues
  - Come up with some kind of roadmap

I suppose I will also set up a new Ubuntu PPA for it soon™. Place will
be announced here.

That's the rough things I have on my mind currently. Thanks for your
attention ;)
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Taking over

2016-04-19 Thread Jens Georg

Hi,


Hi Jens,

Really excited to have someone pick up the torch.

As far as low-ish hanging features there's a neat branch with some map
features: https://github.com/abrauchli/shotwell/commits/libchamplain
which last I tried (2013?) worked pretty well.


Still have to look at it but sounds interesting.


My big wishlist one is faster importing, there's a lot of work that
later gets re-done during import or the results of which end up being
discarded, so it can take quite a while even on a modern machine to
import a good number of photos, and frustratingly the cpu utilization
during this period isn't even all that high.


Noted.



What's the reference as far as an issue tracker right now?


GNOME Bugzilla:

https://bugzilla.gnome.org/page.cgi?id=browse.html=shotwell



-Joe

On Fri, Apr 15, 2016 at 6:22 PM, Ulf Rehmann
<rehm...@math.uni-bielefeld.de> wrote:


Hi Jens Georg,

Welcome! That's nice to hear:

| I picked up Shotwell as a new maintainer today. There will be no
| immediate bang of new features, I'm trying to get a grip on the
current
| state.

| This is what I'm planning to do:
|  - Release a 0.22.1 today/tomorrow to get the translation
improvements
| out
|  - Use the week-end for a bug scrub and prioritisation to
|   - Figure out low-hanging fixes and improvements
|   - Get a grip on the currently most pressing issues
|   - Come up with some kind of roadmap

It would be great if this one could soon be fixed:

https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1511914

All the best,
Ulf

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


--

347-829-5863

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Taking over

2016-04-19 Thread Jens Georg

Hi,


Great!
I am also happy to see that shotwell keep going! I really like it over
others photo managers.

I also want to contribute to the code. I'm recently seeing movement on
github [1], what is the official channel for patches: GNOME Bugzilla
or github or both?


GNOME Bugzilla, please. Preferably with git-bz if that's possible
(http://fishsoup.net/software/git-bz/)

The Github repository you pointed to is GNOME's automatic mirror. I am
watching it for pull requests, but I can't merge them there anyway.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Taking over

2016-04-19 Thread Jens Georg

Hi,


Hi, Jens.

I’ve been using Shotwell since I switched from Windows to Ubuntu in
2010, and have more than 20,000 images catalogued and tagged using it.

I had hoped that it would be available on Windows and Mac OS, but by
the time I acquired a Mac in 2013, a Mac version was no longer
available, so I’ve been using it in a Virtual Ubuntu machine on my Mac
since then.

This works, but it’s annoying to have to start up Ubuntu every time I
want to look at my images, upload from camera, etc.


I can imagine.



If a Mac version of Shotwell isn’t on the horizon, I really need to
look at a way of migrating to a native Mac application. The first
requirement would be a way of exporting all the metadata collected
within Shotwell in such a way that it can be associated with the image
files and then imported, bearing in mind that I have a lot of RAW
images and Shotwell can’t (probably shouldn’t?) write metadata into
them.

Best of luck!



Windows might be feasible, but I don't have any Mac available, so I
cannot help you directly with a Mac version of it.

And I think I agree that writing meta-data should probably if ever be
an opt-in function.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Taking over

2016-04-19 Thread Jens Georg

Hi,


Excellent news, i agree!

Any plans for gexiv2?



Not as such since until your mail I didn't pay attention
to where gexiv2 is actually coming from :) Put it on my
list of things to clarify.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Taking over

2016-04-19 Thread Jens Georg

Hi,


Excellent news!
Thank you for taking over.

My 2 ct, maybe some of it is a low hanging fruit?

I'd like to see better possibilities to filter the images.
Examples:
+ Show all images over 14 Megapixels
+ Show all images with an X resolution bigger than 3000 px
+ Show all images with at least one dimension bigger than 5000 px
+ Show all images taken with a Canon 5D Mark II
+ Show all images taken in Italy (Geocoordinates)
+ Show all images taken on the 24th of December (any Year)
+ Show all images with ISO < 200
etc.


Not sure if that's really low-hanging, but definitely interesting.



A map view. Place images on a map.
Export plugin for Wikipedia Commons


Got any reference handy on what would be necessary to connect to that?
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Map Widget Update

2016-07-26 Thread Jens Georg



Are schema changes frequently column addition only? If so would it
make sense to expose previous schemas in views? I guess it's kind of
an edge case that people are switching back and forth between schemas
to test a new branch.


How would you fix the schema versioning with a view?
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Hack together at GUADEC?

2016-07-25 Thread Jens Georg



Anyone else going to GUADEC (https://2016.guadec.org/) in three weeks?
It could be fun to hack together on Shotwell, maybe squash some bugs,
maybe refactor a bit. Shotwell is a large codebase, I think multiple
people working together might get more done than the same people
individually :)


I'll be attending for the core days :)
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.23.4

2016-07-22 Thread Jens Georg

> Please note that shotwell 0.23.3 was somewhat unusable as all plugins
> failed to load properly.

Also note that you should use gettext 0.19.8, otherwise the Keyword
line in the desktop files might be quite broken.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Map Widget Update

2016-07-25 Thread Jens Georg
If you are cross-grading to "normal" shotwell, you can manually set the 
schema version in the photo.db to 20. The map patch only adds columns (I 
agree this is a bit unfortunate)



Hi Andreas,

When trying to upgrade to 0.23.5 I run into a problem at runtime
(compiling looks ok):

It says:

   Your photo library is not compatible with this version of Shotwell.
   It appears it was created by Shotwell 0.23.2 (schema 21).  This
   version is 0.23.5 (schema 20).  Please use the latest version of
   Shotwell.

I guess this results from my former clone of your
https://github.com/abrauchli/shotwell.git ??

What should I do? rebuild the whole photo libary?

Regards,
Ulf
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Piwigo upload broken?

2016-07-25 Thread Jens Georg



I am currently running git master 5a28246 with the map-widget patches,
and trying to upload to Piwigo, but the "Upload" button is disabled,
although I am logged in and can select the list of albums etc.

Is there a known change in the handling of that?


Only issue I know is with self-signed certificates or certificates 
signed
by an unknown CA (such as CACert) (somewhat related: 
https://bugzilla.gnome.org/show_bug.cgi?id=767473)

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Jens Georg
On So, 2016-07-24 at 08:08 +0200, Andreas Brauchli wrote:
> Hi Max
> ./autogen.sh  # (generates and runs configure)
> 
> make
> Due to changes in master, you'll need a recent gettext though.

Sorry. You can change it back to 0.19.6 or .7 but need to be aware that
the resulting .desktop files will be broken.

Gettext 0.19.8 is easily buildable on 16.04, though. Maybe I'll put it
in the PPA.

> > 
> Cheers


> > On Jul 24, 2016 06:11, "Max"  wrote:
> > > > > > > > > > > > > > > > > > the doc says to do a ./configure, but this 
> > > > > > > > > > > > > > > > > > just results in

bash: ./configure: No such file or directory







On 2016년 07월 23일 07:10, Andreas Brauchli wrote:

> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 
Hi List



One more requested feature to test: hiding the map works either from

the menu View / Map Overview or with F10.



Also, rebased on master (forced update)



You might need to either install shotwell (make install) or manually

deploy the updated gsettings:

sudo cp ./misc/org.yorba.shotwell.gschema.xml /usr/share/glib-2.0/schemas/

then restart gsettings (e.g. a reboot)



cheers



https://github.com/abrauchli/shotwell/tree/map-widget







___

shotwell-list mailing list

shotwell-list@gnome.org

https://mail.gnome.org/mailman/listinfo/shotwell-list









> > > ___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Jens Georg

> > sudo apt-get build-dep shotwell
> 
> ok, then why not including this step in the INSTALL?

Because I updated the wiki page and can't remember all of the
threlfthousend places that also mention how to compile it -.-

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-22 Thread Jens Georg

> One more requested feature to test: hiding the map works either from
> the menu View / Map Overview or with F10.

Nice :)

> You might need to either install shotwell (make install) or manually
> deploy the updated gsettings:
> sudo cp ./misc/org.yorba.shotwell.gschema.xml /usr/share/glib-
> 2.0/schemas/
> then restart gsettings (e.g. a reboot)

sudo  $(pkg-config --variable glib_compile_schemas gio-2.0)
/usr/share/glib-2.0/schemas is a bit faster and less intrusive than
reboot :)

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] New Map Feature: Hide map

2016-07-24 Thread Jens Georg

> > Gettext 0.19.8 is easily buildable on 16.04, though. Maybe I'll put
> > it
> > in the PPA.
> 
> Thanks for doing that.
> 
> What am i missing now?

appstream-util and yelp-tools

> 
> ./autogen.sh
> *** WARNING: I am going to run 'configure' with no arguments.
> *** If you wish to pass any to it, please specify them on the
> *** './autogen.sh' command line.
> 
> fatal: Not a git repository (or any parent up to mount point /home)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not
> set).
> fatal: Not a git repository (or any parent up to mount point /home)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not
> set).
> configure.ac:150: error: macro APPDATA_XML is not defined; is a m4
> file 
> missing?
> m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from...
> configure.ac:150: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: error: echo failed with exit status: 1
> 
> 
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Piwigo upload broken?

2016-07-28 Thread Jens Georg

> Hi Jens,
> 
> sorry for the late reply, I am on a conference at the moment.

NP.

> I found out that one cannot anymore *create* new albums, while
> uploading to an existing still works. 
> I need to investigate and find out the reason for it, either on my
> piwigo side or on the shotwell side.

I'm running piwigo 2.80 at my test installation, can you check what
version you are running?

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Map Widget Update

2016-07-28 Thread Jens Georg
Sorry, meant to -list on the previous message (but now since other
> people may have interesting things to add).
> 
> We'd still need schema versioning, though we could possibly extend
> the time between schema changes.  They'd still be necessary in the
> case of destructive schema changes (i.e. drop column).  I'm thinking
> something along the lines as:

That would mean getting rid of the explicit schema version number, no?

> 
> CREATE VIEW schema_20 AS
> SELECT
>   all the columns you need to operate in schema 20
> FROM
>   table
> 
> Then verify_database doesn't need to check for equality, it just
> needs to check that the view that it needs to operate exists. 
> upgrade_database would be on the hook to alter the underlying table
> and create the new view for a given version.  In the event the change
> was destructive probably delete the old views.  Per a commend in
> Db.vala:~135 it looks like we never truly drop columns.  We do stop
> writing to them, so they become stale, which means previous versions
> can no longer trust the contents of those columns.  It seems to me
> the safer route would be to drop the column so that an older version
> of the software doesn't read out data which is not populated by a
> newer version.  The comment is not untruthful about dropping columns
> being difficult in sqlite (here's a good example of how it seems to
> be done: http://grasswiki.osgeo.org/wiki/Sqlite_Drop_Column).  Since
> we'd only be dropping columns when we know we're breaking backwards
> compatibility we wouldn't need to remake old views to point to the
> new incarnation of the table (since versions of shotwell which would
> need those views would no longer work anyways).
> 
> Does any of that make sense?  Anyone hanging out on irc these days?
Have to think about it. Dropping columns in SQLite is slightly
annoying, yes. I think I used something similar in Rygel to do this.

I'm (phako) usually on during evenings (CET)

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Travelling

2016-07-28 Thread Jens Georg
Hi,

Starting tomorrow, I'll be travelling around a bit, so expect less
responsiveness.

 - If you fancy a beer in Prague (31st - 5th), ping me on Twitter
(@_phako_)
 - I will be attending GUADEC during its core days - maybe some of you
as well :)

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.23.4

2016-07-20 Thread Jens Georg
Please note that shotwell 0.23.3 was somewhat unusable as all plugins
failed to load properly.

Shotwell 0.23.4 - 20 Jul 2016
  * Plugins: Fix linking error

Shotwell 0.23.3 - 18 Jul 2016

  * libraw: Fix binding of ProcessedImage.data
  * graw: Prevent needless array duplication
  * Fix screenshot URLs in appdata
  * db: Add option to trace SQL statements
  * Change build system to autotools
  * Add help, appdata, gsettings and desktop files to translation
system
  * Change way help is built and installed
  * Always install the manpage
  * Several translation fixes
  * Make message more clear that there are no photos matching a filter

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=715578
 - https://bugzilla.gnome.org/show_bug.cgi?id=717064
 - https://bugzilla.gnome.org/show_bug.cgi?id=719122
 - https://bugzilla.gnome.org/show_bug.cgi?id=719200
 - https://bugzilla.gnome.org/show_bug.cgi?id=730665
 - https://bugzilla.gnome.org/show_bug.cgi?id=730669
 - https://bugzilla.gnome.org/show_bug.cgi?id=740873
 - https://bugzilla.gnome.org/show_bug.cgi?id=741508
 - https://bugzilla.gnome.org/show_bug.cgi?id=744251
 - https://bugzilla.gnome.org/show_bug.cgi?id=744254
 - https://bugzilla.gnome.org/show_bug.cgi?id=744255
 - https://bugzilla.gnome.org/show_bug.cgi?id=768054

All contributors to this release:
 - Jens Georg <m...@jensge.org>
 - Piotr Drąg <piotrd...@gmail.com>
 - Rafael Fontenelle <rafae...@gnome.org>
 - Daniel Mustieles <daniel.mustie...@gmail.com>
 - Christian Kirbach <christian.kirb...@gmail.com>
 - Tiago Santos <tiagofsanto...@sapo.pt>
 - Stas Solovey <whats...@tut.by>
 - Rico Tzschichholz <ric...@ubuntu.com>
 - Lorenz Adam Damara <lorenza...@resolution-consulting.co.id>
 - Jeremy Bicha <jbi...@ubuntu.com>
 - Dušan Kazik <prescot...@gmail.com>
 - Andreas Brauchli <a.brauc...@elementarea.net>

Added/updated translations
 - de, courtesy of Christian Kirbach
 - es, courtesy of Daniel Mustieles
 - gu, courtesy of Ankit Patel
 - id, courtesy of Andika Triwidada
 - pl, courtesy of Piotr Drąg
 - pt_BR, courtesy of Rafael Fontenelle
 - pt, courtesy of Tiago Santos
 - ru, courtesy of Stas Solovey
 - sk, courtesy of Dušan Kazik

Shotwell is available for download at

https://download.gnome.org/sources/shotwell/0.23/
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Building shotwell on EL7

2016-07-19 Thread Jens Georg
But you should not use it for publishing because all versions prior 
0.23.0 do not verify SSL certificates!



For anyone who has the same question and finds this thread, the
resolution is this:  the best version to use on SL/CentOS/RHEL 7 (if
you want something later than their default 0.14) appears to be 0.22.1
 .  At that point the vala syntax errors have been fixed, and starting
with version 0.23 there are new dependencies that are not easy to
satisfy on SL7.

I also installed vala 0.32.1 to do the compile.

Thanks for your help Jens and Andreas!

Boris

On Mon, Jul 18, 2016 at 7:08 AM, Jens Georg <m...@jensge.org> wrote:


Hi,

this was a bug in vala which caused this to work despite being
wrong.



https://git.gnome.org/browse/shotwell/commit/?id=8a18a1db584ecb0312583b6a219d5ba31187d963


fixes this

Thanks for the suggestion!   Can you point me to a version of vala
that ought to work?

WIth Vala 0.32.1 I get a different error, but shotwell still doesn't
compile:

[...cut...]

valac --target-glib=2.30.0 -g --enable-checking --fatal-warnings
--save-temps --compile --enable-deprecated \

--vapidir=../ --pkg=shotwell-plugin-dev-1.0 --pkg=gobject-2.0
--pkg=glib-2.0 --pkg=gdk-3.0 --pkg=gtk+-3.0 --pkg=gee-0.8
--pkg=gtk+-3.0 --pkg=libsoup-2.4 --pkg=libxml-2.0
--pkg=webkitgtk-3.0
--pkg=gexiv2 --pkg=rest-0.7 --pkg=gee-0.8 --pkg=json-glib-1.0  \

-X -I../.. -X -fPIC \

-X -D_VERSION='"0.15.1"' -X -DGETTEXT_PACKAGE='"shotwell"' \

--vapidir=../../vapi \

../common/Resources.vala shotwell-publishing.vala
FacebookPublishing.vala PicasaPublishing.vala FlickrPublishing.vala
YouTubePublishing.vala PiwigoPublishing.vala
../../src/util/string.vala ../common/RESTSupport.vala

../COMMON/RESTSUPPORT.VALA:466.5-466.22: ERROR: destructor and
parent

symbol name do not match

~RESTXmlDocument() {

^^

Compilation failed: 1 error(s), 0 warning(s)

Boris

On Sun, Jul 17, 2016 at 4:46 PM, Andreas Brauchli
<a.brauc...@elementarea.net> wrote:

Hi Boris

This is just a guess, but it looks like your valac version is rather
old too (26.1 from a quick search of what's shipped on centos 7),
you could try updating vala first and then try compiling shotwell
again with the more recent valac.

Cheers
Andreas

On Jul 17, 2016 21:15, "Boris Goldowsky" <bo...@alum.mit.edu> wrote:

I'm having trouble building any recent version of Shotwell on
Scientific Linux 7 (which, for these purposes, is the same as
Redhat Enterprise or CentOS 7).  Shotwell 0.14.1 ships with this
OS, but I'd like to use a more recent version (the main reason is
that my existing photo library was created with 0.15 and won't
load with an earlier version).

I've tried the 0.15, 0.18, 0.23, and latest from Git but had no
success with any of them.

If anyone has advice or is willing to help me get this to work,
I'd very much appreciate it.

For 0.15, here's the result of attempting to build:

./configure && make
Detected libGPhoto 2.5.x - using 2.5-aware code path.
Configured.  Type 'make' to build, 'make install' to install.
[many lines deleted]
valac --target-glib=2.30.0 -g --enable-checking --fatal-warnings
--save-temps --compile --enable-deprecated \
--vapidir=../ --pkg=shotwell-plugin-dev-1.0 --pkg=gobject-2.0
--pkg=glib-2.0 --pkg=gdk-3.0 --pkg=gtk+-3.0 --pkg=gee-0.8
--pkg=gtk+-3.0 --pkg=libsoup-2.4 --pkg=libxml-2.0
--pkg=webkitgtk-3.0 --pkg=gexiv2 --pkg=rest-0.7 --pkg=gee-0.8
--pkg=json-glib-1.0  \
-X -I../.. -X -fPIC \
-X -D_VERSION='"0.15.1"' -X -DGETTEXT_PACKAGE='"shotwell"' \
\
--vapidir=../../vapi \
../common/Resources.vala shotwell-publishing.vala
FacebookPublishing.vala PicasaPublishing.vala
FlickrPublishing.vala YouTubePublishing.vala PiwigoPublishing.vala
../../src/util/string.vala ../common/RESTSupport.vala
FacebookPublishing.vala:1496.25-1497.108: error: Too many
arguments for specified format
FlickrPublishing.vala:399.33-400.85: error: Too few arguments for
specified format
FlickrPublishing.vala:409.29-410.81 [1]: error: Too few arguments
for
specified format
Compilation failed: 3 error(s), 0 warning(s)

I tried common-sense fixes for the vala errors, but it still
didn't work.

Any ideas?

Thanks -

Boris

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list

 ___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list

 ___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list



Links:
--
[1] tel:409.29-410.81

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.23.3 broken

2016-07-19 Thread Jens Georg
Hello,

I'm sorry, unfortunately yesterday's shotwell release is slightly
broken - the plugins don't work properly. Sorry about that, I will roll
a new release tomorrow
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Building shotwell on EL7

2016-07-18 Thread Jens Georg

Hi,

I looked at that code and they are missing format parameters - They were 
fixed over the time, so if you really want to use 0.15 (which I would 
not recommend), you should try and cherry-pick those fixes.



Hi Boris

This is just a guess, but it looks like your valac version is rather
old too (26.1 from a quick search of what's shipped on centos 7), you
could try updating vala first and then try compiling shotwell again
with the more recent valac.

Cheers
Andreas

On Jul 17, 2016 21:15, "Boris Goldowsky"  wrote:


I'm having trouble building any recent version of Shotwell on
Scientific Linux 7 (which, for these purposes, is the same as Redhat
Enterprise or CentOS 7).  Shotwell 0.14.1 ships with this OS, but
I'd like to use a more recent version (the main reason is that my
existing photo library was created with 0.15 and won't load with an
earlier version).

I've tried the 0.15, 0.18, 0.23, and latest from Git but had no
success with any of them.

If anyone has advice or is willing to help me get this to work, I'd
very much appreciate it.

For 0.15, here's the result of attempting to build:

./configure && make
Detected libGPhoto 2.5.x - using 2.5-aware code path.
Configured.  Type 'make' to build, 'make install' to install.
[many lines deleted]
valac --target-glib=2.30.0 -g --enable-checking --fatal-warnings
--save-temps --compile --enable-deprecated \
--vapidir=../ --pkg=shotwell-plugin-dev-1.0 --pkg=gobject-2.0
--pkg=glib-2.0 --pkg=gdk-3.0 --pkg=gtk+-3.0 --pkg=gee-0.8
--pkg=gtk+-3.0 --pkg=libsoup-2.4 --pkg=libxml-2.0
--pkg=webkitgtk-3.0 --pkg=gexiv2 --pkg=rest-0.7 --pkg=gee-0.8
--pkg=json-glib-1.0  \
-X -I../.. -X -fPIC \
-X -D_VERSION='"0.15.1"' -X -DGETTEXT_PACKAGE='"shotwell"' \
\
--vapidir=../../vapi \
../common/Resources.vala shotwell-publishing.vala
FacebookPublishing.vala PicasaPublishing.vala FlickrPublishing.vala
YouTubePublishing.vala PiwigoPublishing.vala
../../src/util/string.vala ../common/RESTSupport.vala
FacebookPublishing.vala:1496.25-1497.108: error: Too many arguments
for specified format
FlickrPublishing.vala:399.33-400.85: error: Too few arguments for
specified format
FlickrPublishing.vala:409.29-410.81: error: Too few arguments for
specified format
Compilation failed: 3 error(s), 0 warning(s)

I tried common-sense fixes for the vala errors, but it still didn't
work.

Any ideas?

Thanks -

Boris

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell autotools conversion

2016-06-28 Thread Jens Georg
Hello,

I have pushed the current state of the autotools conversion to
wip/autotools branch[1]

I would appreciate any testing, especially on non-ubuntu systems.

Also, is anyone using the apport integration?

Thanks.

[1] https://git.gnome.org/browse/shotwell/log/?h=wip/autotools
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Issue "hmac_sha1" on shotwell version 0.23.4

2016-08-05 Thread Jens Georg

> shotwell: symbol lookup error: 
> /usr/lib/shotwell/plugins/builtin/shotwell-publishing.so: undefined 
> symbol: hmac_sha1
> 

Odd. that symbol should not be referenced anymore at all. I will check.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Issue "hmac_sha1" on shotwell version 0.23.4

2016-08-05 Thread Jens Georg

> > shotwell: symbol lookup error: 
> > /usr/lib/shotwell/plugins/builtin/shotwell-publishing.so:
> > undefined 
> > symbol: hmac_sha1
> > 
> 
> Odd. that symbol should not be referenced anymore at all. I will
> check.
> 
Fixed on master.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell autotools conversion

2016-06-30 Thread Jens Georg

I installed the yelp-tools and libappstream-glib-devel packages on
Fedora. autogen.sh now runs with no errors (see attached log). However,
make still fails with the same error as above.

$ make
Makefile:5730: *** recipe commences before first target.  Stop.

Any suggestions for something else that I can test?


Can you try to "git clean -dxf" and start over with autogen? I will 
setup a fedora 23 later to check this

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell autotools conversion

2016-06-30 Thread Jens Georg
It still happens. What version of Ubuntu did you test this against? I
> tried compiling that branch inside a VM running Ubuntu Server 16.04
> and I get
> the same error there as well.

I just remembered that I applied the autotools fix for that. Sorry
about that.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell autotools conversion

2016-06-29 Thread Jens Georg

> > $(srcdir)/--target-glib=2.32:
> > $(srcdir)/thumbnailer_shotwell_video_thumbnailer_vala.stamp
> > @if test -f $@; then :; else rm -f
> > $(srcdir)/thumbnailer_shotwell_video_thumbnailer_vala.stamp; fi
> > @if test -f $@; then :; else \
> >   $(MAKE) $(AM_MAKEFLAGS)
> > $(srcdir)/thumbnailer_shotwell_video_thumbnailer_vala.stamp; \
> > fi
> 
> Thought I had fixed it, has something to do with the order of vala 
> flags.

That is actually caused by

> > I'm not sure if this is related but I see in the autogen.sh output
> > the
> > following two errors:
> > 
> > ./configure: line 16379: YELP_HELP_INIT: command not found
> > ./configure: line 16381: APPDATA_XML: command not found

So I will add some m4 magic to warn if that's missing.

You need yelp-tools and appstream-utils (or their equivalent on Fedora)
to build
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Map Widget Outlook

2016-07-03 Thread Jens Georg

> >   I did notice the following warning repeated a few times:
> > L 7807 2016-07-02 13:54:52 [CRT] Plugins.vala:356: Unable to load
> > module /usr/local/lib/shotwell/plugins/builtin/shotwell-
> > transitions.so: libshotwell-plugin-common.so: cannot open shared
> > object file: No such file or directory
> > 
> > but I'm guessing those may also be on master?
> yes, and they might even be fixed there by now.. didn't merge back
> into
> my branch lately.

Yes, you can work around that using LD_LIBRARY_PATH=plugins, sorry
about that.

Should work on master.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] (no subject)

2016-07-03 Thread Jens Georg
Hi,

> Can I switch off automatic import when Shotwell is running, and a
> data 
> card is plugged into the computer?
> 

the only place where it should auto-import is the library. 


> Reason: I pre-filter paired JPG/CR2 in another application and
> delete 
> unwanted CR2s before import into Shotwell, in order to avoid
> problems 
> with deleting CR2 and keeping JPG after import into Shotwell.
> Shotwell 
> starts an auto import if it is running when I plug the card in, even 
> though the Nemo behaviour for the card is set to open containing
> folder.

This is rather odd. Can you mail me ~/.cache/shotwell/shotwell.log when
running shotwell with the environment variable "SHOTWELL_LOG=1" set?

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Map Widget Outlook

2016-07-04 Thread Jens Georg



Hi Andreas,


just noticed that I didn't push yesterday's changes which actually


Could you please try to rebase on current master?


That could hurt a bit b/c of autotools, sorry.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Thumbnails for videos

2017-01-23 Thread Jens Georg



If I need to choose between the map widget and the video thumbnails, I
will pick the map. Or is there a way to get both?


There's a map branch rebased on top of master/0.25.x in Andreas's 
repository. But you can also try to deinstall gstreamer-vaapi as a 
work-around (and to check whether that's the actual issue)

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Problems publishing to Picasa

2017-01-30 Thread Jens Georg



I understand that Picasa is no more, abandoned by Google. I may be
wrong, but I think not.


Picasa desktop is no more, Google Photos should be used instead of 
Picasa Web, but the Picasa web API is supposed to be THE API to upload 
to Google Photos. It was (supposed to be) restricted in May 2016 but 
creating new albums still worked fine last month. Maybe they are now 
trying to switch to the more restricted API and broke things in between.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] stable release updates

2017-01-29 Thread Jens Georg

> Hi,
> 
> the shotwell wiki page shows 0.24.2 as the latest release, while the
> sources directory has 0.24.3. On Jan 18th, Jens Georg announced
> "a new stable bugfix release [...] tonight and git already has
> shotwell-0.24.4 tagged. Is that the release? Has it been released?
> For packagers like me (FreeBSD), it would be great to have one
> reliable source of relase information...

Sorry, I forgot the announce mail and to upload the tarball :(

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Problems publishing to Picasa

2017-01-29 Thread Jens Georg

>    As of today (January 29), it seems that I cannot publish photos to
> Picasa with Shotwell. The album seems to get created, but when
> Shotwell attempts to upload the photos, it gets "error code 7" from
> the Picasa API. I am using Shotwell 0.24.4. Is anyone else
> experiencing this? Thanks,

Same here, yes.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Thumbnails for videos

2017-01-26 Thread Jens Georg



purging gstreamer-vaapi doesn't seem to have any (positive or
negative) effects on my system or shotwell.


Can you run /usr/local/libexec/shotwell/shotwell-video-thumbnailer 
/path/to/video > thumbnail.png --gst-debug *:2 ?


(Or whereever that executable is)
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Thumbnails for videos

2017-01-26 Thread Jens Georg



0:00:00.062782341 26733   0xf88630 WARN basesrc
gstbasesrc.c:3489:gst_base_src_start_complete: pad not
activated yet
0:00:00.138799574 26733 0x7f46a4060540 WARN qtdemux
qtdemux.c:2651:qtdemux_parse_trex: failed to find fragment
defaults for stream 1
0:00:00.138875639 26733 0x7f46a4060540 WARN qtdemux
qtdemux.c:2651:qtdemux_parse_trex: failed to find fragment
defaults for stream 2
0:00:00.138906632 26733 0x7f46a4060540 WARN basesrc
gstbasesrc.c:2396:gst_base_src_update_length: processing at
or past EOS


Is the resulting thumbnail.png a valid file?
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] shotwell for PCLinuxOS Mate

2017-02-16 Thread Jens Georg
Hi,

you should be able to "just" build it using this instructions:

https://wiki.gnome.org/Apps/Shotwell/BuildingAndInstalling

using the dependencies mentioned in there. PCLinuxOS seems to
be using apt with rpm, so I'm not sure which package nomenclature (-
devel or -dev) they are following

> Hello all,
> 
> Up to one and a half year ago, Shotwell
> could be installed from the Synaptic repository
> of my Linux distro, PCLinuxOS.
> But then with version 0.23 the packager gave up.
> I do still miss Shotwell for organizing my pictures.
> 
> I am not really a software engineer but did some
> programming in my life.
> 
> Would it be feasible to get shotwell going on this
> distribution?
> 
> System:Host: mrbrouwer Kernel: 4.4.27-pclos1 x86_64 (64 bit)
> Desktop: MATE 1.16.1  Distro: PCLinuxOS
> 
> I do have a spare computer to experiment a bit.
> 
> Sincerely,
> Gerrit
> ___
> shotwell-list mailing list
> shotwell-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/shotwell-list
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Thumbnails for videos

2017-01-17 Thread Jens Georg

Can you try a version with 1f07d737505a2c4ecc7c2ed0e415a9f8b9f4bd26
applied? (that's >= 0.24.2)


Help -> About says it is  0.23.5, but Synaptic says I have
0.25.2-0~jensge1~xenial1 installed.

?

can you paste the output of dpkg -l | grep shotwell ?

The source at least seems to have the correct version. I will push 
0.25.3 to the PPA tonight.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.25.2

2017-01-17 Thread Jens Georg

A new unstable release!

Shotwell is available for download at

https://download.gnome.org/sources/shotwell/0.25/

Or for Ubuntu 16.x at the UNSTABLE PPA:
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell-unstable

Shotwell 0.25.3 - 16 Jan 2017
  * Fix event page context menu
  * Try to guess character set of string when UTF-8 validation fails
  * Fix tags context menu
  * Properly switch menu bar when changing pages
  * Fix rating
  * Fix a critical about reparenting a popup menu
  * Fix sidebar context menu
  * Fix toolbar in camera import page
  * Update glade files for all publishers
  * Flickr: Simplify OAuth parsing by using libsoup
  * Fix accellerators not coming from menu model
  * Add -f as shortcut for search bar
  * Remove AppMenu, needs more thinking about the design.
  * Flickr: Use human-readable size of upload quota
  * Fix leave fullscreen option
  * Fix upload issues with flickr
  * Fix several disabled actions when switching away from pages
  * Fix actions in fullscreen
  * Fix several typos
  * Piwigo: Fix title and comments on upload
  * Improved duplicate detection
  * Updated translations

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=718107
 - https://bugzilla.gnome.org/show_bug.cgi?id=775196
 - https://bugzilla.gnome.org/show_bug.cgi?id=776298
 - https://bugzilla.gnome.org/show_bug.cgi?id=776527
 - https://bugzilla.gnome.org/show_bug.cgi?id=776589
 - https://bugzilla.gnome.org/show_bug.cgi?id=776614
 - https://bugzilla.gnome.org/show_bug.cgi?id=776664
 - https://bugzilla.gnome.org/show_bug.cgi?id=776839

All contributors to this release:
 - Jens Georg <m...@jensge.org>
 - Piotr Drąg <piotrd...@gmail.com>
 - Marina Prado <maprar...@hotmail.com>
 - Richard B. Kreckel <krec...@ginac.de>
 - Marek Černocký <ma...@manet.cz>
 - Dušan Kazik <prescot...@gmail.com>
 - Rafael Fontenelle <rafae...@gnome.org>
 - Andreas Brauchli <andreas.brauc...@sensirion.com>
 - Amos Brocco <amos.bro...@gmail.com>
 - Alan Mortensen <alanmortensen...@gmail.com>

Added/updated translations
 - cs, courtesy of Marek Černocký
 - da, courtesy of Alan Mortensen
 - es, courtesy of Daniel Mustieles
 - ko, courtesy of Kim Boram
 - pl, courtesy of Piotr Drąg
 - pt_BR, courtesy of Rafael Fontenelle
 - sk, courtesy of Dušan Kazik
 - sr, courtesy of Мирослав Николић
 - sr@latin, courtesy of Miroslav Nikolić
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Thumbnails for videos

2017-01-16 Thread Jens Georg



$ shotwell
L 7964 2017-01-17 02:50:02 [CRT] Plugins.vala:418: Not loading module
/usr/local/lib/shotwell/plugins/builtin/shotwell-publishing.la (SPIT
0): module with name "org.yorba.shotwell.publishing.core_services"
already loaded
L 7964 2017-01-17 02:50:02 [CRT] Plugins.vala:418: Not loading module
/usr/local/lib/shotwell/plugins/builtin/shotwell-publishing-extras.la
(SPIT 0): module with name "org.yorba.shotwell.publishing.extras"
already loaded
L 7964 2017-01-17 02:50:02 [CRT] Plugins.vala:418: Not loading module
/usr/local/lib/shotwell/plugins/builtin/shotwell-transitions.la (SPIT
0): module with name "org.yorba.shotwell.transitions" already loaded
L 7964 2017-01-17 02:50:02 [CRT] Plugins.vala:418: Not loading module
/usr/local/lib/shotwell/plugins/builtin/shotwell-data-imports.la (SPIT
0): module with name "org.yorba.shotwell.data_imports.core_services"
already loaded
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: Trying to open 
/usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so

libva info: va_openDriver() returns -1



Can you try a version with 1f07d737505a2c4ecc7c2ed0e415a9f8b9f4bd26 
applied? (that's >= 0.24.2)

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Ken Burns effect?

2016-08-21 Thread Jens Georg
Hi,

please file a new ticket. The slideshow is very low on my priority list
but maybe someone else will want to have a look :)

> Hi Shotwell developers,
> 
> Are there any plans to implement the Ken Burns effect in slideshows?
> I
> really really want it :-)
> 
> That feature was mentioned on the mailing list in 2009 [1], whi
> referred to this ticket [2] but now it returns HTTP error 404.
> 
> [1] https://mail.gnome.org/archives/shotwell-list/2009-December/5
> 6.html
> [2] http://trac.yorba.org/ticket/1081 (error 404)
> 
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] photo files and database

2016-09-04 Thread Jens Georg

> Does Shotwell keep the photos in the database, or is that just the
> info
> on the photo?  The reason I ask is that I would not want my photos in
> the database that would lock me into Shotwell.  The problem that can
> happen is if I need to move to another computer running a different
> photo app that can't import Shotwell.

It's just the information on the photos and the information where to
find them

> If I allow Shotwell to import photos from the camera, do the photos
> go
> to the database, or to my file structure, or both?

Files go to your structure, information goes to the db.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Yakkety build on Shotwell ppa

2016-09-04 Thread Jens Georg

> Will there be an Ubuntu Yakkety build of Shotwell in
> ppa:yg-jensge/shotwell soon?  I am keen to check it out on Yaketty.

Ah, good point, yes, I will activate yakkety for the next release.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] shotwell: raw+jpg pairing and high CPU usage

2016-09-04 Thread Jens Georg
On Mi, 2016-08-31 at 20:20 +0200, timbu...@mailbox.org wrote:
> Hi,
> 
> 
> I have two possibly related issues with shotwell:
> 
> 1)
> - I moved my image library containing thousands of RAW+JPEG pairs to
> a different 
> external hard drive.
> - Shotwell (mostly) correctly detected the old library in the new
> location and 
> re-imported.
> - However, additionally I have now for each pair a *shotwell.jpg or
> *embedded.jpg file.
> - I tried deleting, but shotwell re-creates them.
> - This leaves me with
>   a) thousands of unwanted files
>   b) shotwell ?sometimes? displays the version which is shotwell-
> developed i.e. sth 
> completely different from the camera-development. ! :-(
> i.e. I cannot display the picture, I have taken, with shotwell.
> - Settings > Raw-Developer is set to "camera"

That's unfortunate, and I think I've seen this myself here as well. Can
you file a ticket at bugzilla.gnome.org? Thank you.

> 
> 
> 2)
> - When I start shotwell, it runs for approx. one hour with 100% CPU
> - during this time shotwell is responding slowly / it is not usable

If you could attach to shotwell with gdb and get a backtrace during
that time, it might be a hint on what goes wrong, but as you say it's
producing camera developments, I suspect it's them.

> Even moving to a different software would be a major pain, as tags
> are not written 
> to raw+jpg pairs ... of course I have loads of tags. ;-)

Yeah... There's a bug open about this as well IIRC.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] bug: full screen next photo

2016-09-25 Thread Jens Georg
On So, 2016-09-25 at 20:27 +0900, Norbert Preining wrote:
> Hi all,
> 
> it seems that at some point in the development shotwell lost the
> ability to go to the next photo in full creen (F11) mode.

It seems that changing the bottom toolbar to an overlay mucked with
keyboard focus. Can you file a bug for this?
> 
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Dedicated directory for *embedded*.jpg and *shotwell*.jpg

2016-09-29 Thread Jens Georg


> Hi,
> 
> Shotwell generates *embedded*.jpg and *shotwell*.jpg for each RAW
> file in the same directory. These files consume a few extra GB in my
> case.

> 
> Can I have these files generated into the Cache directory, instead of
> my PICTURES directory? This would make file management, including
> backups, much easier, and make for a de-cluttered image directory.
> 
> Out of curiosity, what are embedded/shotwell*.jpg used for? My Ubuntu
> .cache directory already contains thumbnails for the same images.

Well the alternative would be to have to develop the RAW file all the
time when you try to display it.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Dedicated directory for *embedded*.jpg and *shotwell*.jpg

2016-09-30 Thread Jens Georg
On Do, 2016-09-29 at 12:43 -0400, Pat Suwalski wrote:
> On 2016-09-29 12:24 PM, Pat Suwalski wrote:
> > 
> > Indeed, the current solution is best for that, though it breaks a
> > bit
> > when used with RAW+JPEG, as I prefer to. When deleting a RAW+JPEG
> > file,
> > you get leftover _shotwell_1.jpg, _shotwell_2.jpg, _shotwell_3.jpg
> > files, which is rather odd.
> 
> I should clarify, these are zero-byte files that get created during
> the 
> delete.

Er... o.O Can you please provide a shotwell.log from running shotwell
with SHOTWELL_LOG=1 while that happens? Thank you.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.24.0

2016-10-09 Thread Jens Georg
On So, 2016-10-09 at 21:04 +0200, Abel wrote:
> is it going to be packaged for Ubuntu or the ppa being updated?

Oh, sorry, forgot that. But the difference between 0.23.7 and 0.24 is
mainly translations.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] bug: full screen next photo

2016-09-25 Thread Jens Georg
That should work, unless you are on a GVFS-mounted directory. Then it
doesn't (There's a ticket open for that)

> Hi all,
> 
> it seems that at some point in the development shotwell lost the
> ability to go to the next photo in full creen (F11) mode.
> 
> Enter does nothing
> Down and Rightzoom in
> Up and Left   zoom out
> Space does nothing
> 
> please please, can we fix that? Either "Left"/"Right" or
> "Enter"/"BackSpace"
> or so to go forward and backward in the list of photos.
> 
> I faintly rmember that left right worked in former times.
> 
> Thanks
> 
> Norbert
> 
> --
> PREINING Norbert + TeX Live & Debian Developer + http://www.preining.
> info
> GPG: 0x860CDC13fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C
> DC13
> ___
> shotwell-list mailing list
> shotwell-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/shotwell-list
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.24.0

2016-09-26 Thread Jens Georg

Shotwell is available for download at

https://download.gnome.org/sources/shotwell/0.24/

Changes since the last public announcement (I missed some of them, 
sorry):


Shotwell 0.24.0 - 20 Sep 2016
  * Fix a memory leak in library mode
  * Translation updates

All contributors to this release:
 - Marek Černocký <ma...@manet.cz>
 - Jens Georg <m...@jensge.org>
 - Daniel Mustieles <daniel.mustie...@gmail.com>
 - Christian Kirbach <christian.kirb...@gmail.com>
 - Bernd Homuth <d...@hmt.im>

Added/updated translations
 - cs, courtesy of Marek Černocký
 - de, courtesy of Bernd Homuth
 - es, courtesy of Daniel Mustieles

Shotwell 0.23.7 - 12 Sep 2016
  * Language updates

All contributors to this release:
 - Marek Černocký <ma...@manet.cz>
 - Мирослав Николић <miroslavniko...@rocketmail.com>
 - Piotr Drąg <piotrd...@gmail.com>
 - Jens Georg <m...@jensge.org>
 - Boram Kim <boram...@gmail.com>
 - Balázs Úr <urbal...@gmail.com>

Added/updated translations
 - cs, courtesy of Marek Černocký
 - hu, courtesy of Balázs Úr
 - ko, courtesy of Kim Boram
 - pl, courtesy of Piotr Drąg
 - sr, courtesy of Мирослав Николић
 - sr@latin, courtesy of Miroslav Nikolić

Shotwell 0.23.6 - 29 Aug 2016
  * Fix locale-dependent times
  * Use nl_langinfo instead of custom LConv
  * Fix renaming of tags and saved searches
  * Improve message shown on empty camera
  * Make thm a recognized extension for JPEG files

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=716533
 - https://bugzilla.gnome.org/show_bug.cgi?id=718796
 - https://bugzilla.gnome.org/show_bug.cgi?id=731480
 - https://bugzilla.gnome.org/show_bug.cgi?id=759246

All contributors to this release:
 - Jens Georg <m...@jensge.org>
 - Rūdolfs Mazurs <rudol...@src.gnome.org>
 - Piotr Drąg <piotrd...@gmail.com>
 - Mario Blättermann <mario.blaetterm...@gmail.com>
 - Christian Kirbach <christian.kirb...@gmail.com>
 - Balázs Úr <urbal...@gmail.com>
 - Balázs Meskó <meskobal...@gmail.com>

Added/updated translations
 - de, courtesy of Christian Kirbach
 - hu, courtesy of Balázs Úr
 - hu, courtesy of Meskó Balázs
 - lv, courtesy of Rūdolfs Mazurs
 - pl, courtesy of Piotr Drąg

Shotwell 0.23.5 - 15 Aug 2016
  * Remove obsolete files
  * Plugins: Load icons and GtkBuilder files from GResource
  * Offer a way to hide the bottom toolbar
  * Fix .desktop file generation
  * Use Gtk.MessageDialog's printf-style API for strings
  * Add SQL indexes to PhotoTable
  * Add Language headers to po files
  * Update INSTALL file
  * Really remove reference to external hmac_sha1
  * Disambiguate strings for time ranges
  * Implement linked tags
  * Make it more clear that something failed if SSL conncetion was not
possible
  * Add option to filter by saved search
  * Explicitly link plugins to their dependencies
  * Fix typo in GSettings schema
  * Re-add --disable-extra-plugins configure option
  * Fix settings migrator and thumbnailer path
  * Bump debian compat for proper --libexecdir parameter

Bugs fixed in this release:
 - https://bugs.archlinux.org/task/50129
 - https://bugzilla.gnome.org/show_bug.cgi?id=717523
 - https://bugzilla.gnome.org/show_bug.cgi?id=717321
 - https://bugzilla.gnome.org/show_bug.cgi?id=741962
 - https://bugzilla.gnome.org/show_bug.cgi?id=742670
 - https://bugzilla.gnome.org/show_bug.cgi?id=747368
 - https://bugzilla.gnome.org/show_bug.cgi?id=750902
 - https://bugzilla.gnome.org/show_bug.cgi?id=767473
 - https://bugzilla.gnome.org/show_bug.cgi?id=768360

All contributors to this release:
 - Jens Georg <m...@jensge.org>
 - Piotr Drąg <piotrd...@gmail.com>
 - Jordi Mas <j...@softcatala.org>
 - Yosef Or Boczko <yosef...@src.gnome.org>
 - Rafael Fontenelle <rafae...@gnome.org>
 - Mario Blättermann <mario.blaetterm...@gmail.com>
 - Enrico Nicoletto <live...@gmail.com>
 - Dušan Kazik <prescot...@gmail.com>
 - Daniel Landau <dan...@landau.fi>
 - burningTyger <burningty...@users.noreply.github.com>
 - Andreas Brauchli <a.brauc...@elementarea.net>

Added/updated translations
 - af, courtesy of yorbajim
 - ast, courtesy of Xuacu Saturio
 - bg, courtesy of yorbajim
 - bn, courtesy of yorbajim
 - bn_IN, courtesy of runa
 - ca, courtesy of Jordi Mas
 - de, courtesy of Mario Blättermann
 - en_GB, courtesy of yorbajim
 - et, courtesy of yorbajim
 - gu, courtesy of Ankit Patel
 - he, courtesy of Yosef Or Boczko
 - hi, courtesy of Rajesh Ranjan
 - hr, courtesy of yorbajim
 - it, courtesy of milo
 - lv, courtesy of Rūdolfs Mazurs
 - mk, courtesy of yorbajim
 - ml, courtesy of Ani Peter
 - mr, courtesy of sandeeps
 - nn, courtesy of unhammer
 - or, courtesy of Manoj Kumar Giri
 - pa, courtesy of asaini
 - pl, courtesy of Piotr Drąg
 - pt_BR, courtesy of Enrico Nicoletto
 - sk, courtesy of Dušan Kazik
 - sl, courtesy of ikriznar
 - sr@latin, courtesy of Miroslav Nikolić
 - th, courtesy of yor

[Shotwell] Change in PPA structure

2016-10-26 Thread Jens Georg
Hi,

as you might have seen from the announcements that I have created a
second PPA that will contain all unstable releases so that you can
decide to stay on the stable releases or follow the unstable releases:

Stable PPA:
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell

Unstable PPA:
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell-unstable
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.25.0

2016-10-26 Thread Jens Georg
A new unstable release series started!

Shotwell is available for download at

https://download.gnome.org/sources/shotwell/0.25/

Or for Ubuntu 16.x at the UNSTABLE PPA:
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell-unstable

Shotwell 0.25.0 - 24 Oct 2016
  * Add contrast to improvements
  * Add a log when shifting events
  * Add a debug output of the current timezone
  * Fix compilation with recent Vala compiler
  * Fix focus handling of full-screen viewer
  * Remove obsolete CSS style property
  * Support ACDSEE tags
  * Use unicode characters
  * Remove deprecated calls
  * Silence two C warnings that are usually caused by valac
  * Refactor web authenticator
  * Spelling fixes
  * Piwigo: Add option to override SSL certificate handling
  * Piwigo: Add option to show the SSL certificate
  * Remove an old GTK+ work-around
  * Remove deprecated GSettings calls
  * Persist export dialog settings
  * Remove deprecated elements from export dialog
  * Port web plugins to new libsoup API
  * Fix libraw binding
  * Piwigo: Fix new album creation
  * Blacklist vaapi decoder to prevent crashes in video meta data
extraction
  * Hide "Folder" side-bar when empty
  * Enable SQL debugging through environment variable

Added/Updated requirements:
  GExiv2 >= 0.10.4
  GCR-3
  GLib >= 2.40
  GTK+ >= 3.14

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=716259
 - https://bugzilla.gnome.org/show_bug.cgi?id=716660
 - https://bugzilla.gnome.org/show_bug.cgi?id=718586
 - https://bugzilla.gnome.org/show_bug.cgi?id=719127
 - https://bugzilla.gnome.org/show_bug.cgi?id=762416
 - https://bugzilla.gnome.org/show_bug.cgi?id=765149
 - https://bugzilla.gnome.org/show_bug.cgi?id=767126
 - https://bugzilla.gnome.org/show_bug.cgi?id=767473
 - https://bugzilla.gnome.org/show_bug.cgi?id=771969
 - https://bugzilla.gnome.org/show_bug.cgi?id=772295
 - https://bugzilla.gnome.org/show_bug.cgi?id=772339
 - https://bugzilla.gnome.org/show_bug.cgi?id=772648

All contributors to this release:
 - Jens Georg <m...@jensge.org>
 - Piotr Drąg <piotrd...@gmail.com>
 - Marek Černocký <ma...@manet.cz>
 - Gábor Kelemen <kelem...@openscope.org>
 - Rico Tzschichholz <ric...@ubuntu.com>
 - Rafael Fontenelle <rafae...@gnome.org>
 - Mario Blättermann <mario.blaetterm...@gmail.com>
 - Jordi Mas <j...@softcatala.org>
 - Josh Freeman <j...@twilightedge.com>
 - Daniel Mustieles <daniel.mustie...@gmail.com>
 - Benedikt M. Thoma <gn...@thomba.net>
 - Balázs Meskó <meskobal...@gmail.com>
 - Anders Jonsson <anders.jons...@norsjovallen.se>

Added/updated translations
 - ca, courtesy of Jordi Mas
 - cs, courtesy of Marek Černocký
 - de, courtesy of Christian Kirbach
 - de, courtesy of Mario Blättermann
 - es, courtesy of Daniel Mustieles
 - hu, courtesy of Meskó Balázs
 - pl, courtesy of Piotr Drąg
 - pt_BR, courtesy of Rafael Fontenelle
 - sv, courtesy of Anders Jonsson
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.25.0 - program terminated with signal sigsev

2016-11-08 Thread Jens Georg

Am 2016-11-06 17:44, schrieb Hoffmann, Jobst:

Hi Jens,

Am Freitag, den 28.10.2016, 12:07 +0200 schrieb Jens Georg:

Hi,

> I switch over to Fedora 25 Beta and installed shotwell from git.
> Compiling worked after installing several additional packages.

If there 's some package missing from the list at 
https://wiki.gnome.org/Apps/Shotwell/BuildingAndInstalling (I can
spot 
gcr-3) please feel free to update the page (or send me the list so I
can 
update it later).

>
> Whenever I start the program, it crashes. So I followed the advice
> how
> to save information about the crash:
>
> SHOTWELL_LOG=1 gdb shotwell 2>&1 | tee shotwell.gdb
>
> I attach the log file and I hope it helps to the error

That seems to be an issue in gst-libav/libav/ffmpeg while trying to 
parse a media file. Not much shotwell can do about this, though
probably 
should think about splitting this off into an process similar to the 
thumbnailing so a crashing extract doesn't crash the main process.

Can you file a ticket against GStreamer/libav, if possible with the 
video causing this? The video should be mentioned in 
~/.cache/shotwell/shotwell.log



I'm sorry, but I can't find any name in the log file. I attach the
current log, because I find several things, which could be the source 
of

the errors:

Line  7 of the log: Unable to load...
  This file exists and it is readable!


You can ignore that, the plugin loader is rather stupid and tries to 
load the libtool file.



Line 18 of the log: Failed to create index...


That's not so good but should at max result in a dialog shown to you.


Line 19 of the log: could not load application icon...
  This shouldn't be a problem, does such an
  icon exist at all?


Should, but probably doesn't matter.


Line 23 of the log: could not delete mimics
  What is that for?


Not the faintest idea.



I should mention that most of my pictures reside on a NAS, I use NFS
with an automounter to access the files. 

To see the effect of NFS, I tried to reduce the amount of pictures,
moved a lot of pictures aside, omitted the NFS-files, and built a new
photo.db; that worked fine.

After that I added one directory from the NAS and that worked until
about 2000 pictures were in the library.

I hope you can give me some advices how to go on.


Is it always crashing in the video file discovery?



By the way: can I prevent shotwell from generating .jpeg's from .raw's?
My standard workflow is
1) viewing the .jpeg's delivered from the camera
2) using a specialized .raw developing program like darktable.


You probably might not want to hear that, but: There's a ticket open for 
that :)

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell Fatal Error

2016-10-14 Thread Jens Georg

Hi.


I have (had) Shotwell running on a Fedora-23 laptop and has been a
good application until last week.  When I fired up Shotwell, I got a
FATAL ERROR that says  "A fatal error occurred when accessing
Shotwell's library. Shotwell cannot continue.
(PhotoTable.reinport_mast (19) - UNIQUE constraint fail:
PhotoTable.md5, PhotoTable.file_forma"

Anyone else ever experience this one? How do you recover from it?


Please see https://bugzilla.gnome.org/show_bug.cgi?id=772223 - If you 
cold also recompile shotwell with SQL debugging and provide the shotwell 
log that would be super helpful.


There is currently no recovery other than downgrade shotwell and drop 
the index from the database table.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] shotwell and map widget

2016-11-23 Thread Jens Georg
what is the current status of the map widget? I have tried to rebase 
your

latest set of patches onto current master, without much success.

Is there any plan to include the map widget into the master branch?


There's a plan, but there is still no clue which tile provider to use 
for that.


What's the issue with rebasing it against master?
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.25.1

2016-11-21 Thread Jens Georg
A new unstable release!

Shotwell is available for download at

https://download.gnome.org/sources/shotwell/0.25/

Or for Ubuntu 16.x at the UNSTABLE PPA:
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell-unstable

Shotwell 0.25.1 - 21 Nov 2016
  * Remove deprecated libsoup API
  * Remove extra box around WebKit authenticator view
  * Tumblr: Fix compile error with recent vala compiler
  * Thumbnailer: Fix an issue with accidental closing of file
descriptors
  * Distribute misc.vapi
  * Use proper ngettext for plurals instead of hard-coded >1
  * Fix issue with unique index on MD5 and Format
  * Update Piwigo dialogs
  * Remove most of the deprecated API calls for GTK+ <= 3.14
  * Remove some useless warnings generated by Vala
  * Refactor Plugins to use a common aproach to load panes from glade
  * Piwigo: Simplify category parsing
  * Remove GtkUIManager and Gtk*Action* from code
  * Fix a crash when clicking on tool window under Wayland
  * Translation updates

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=767181
 - https://bugzilla.gnome.org/show_bug.cgi?id=768271
 - https://bugzilla.gnome.org/show_bug.cgi?id=771788
 - https://bugzilla.gnome.org/show_bug.cgi?id=772223
 - https://bugzilla.gnome.org/show_bug.cgi?id=774057

All contributors to this release:
 - Jens Georg <m...@jensge.org>
 - Marina Prado <maprar...@hotmail.com>
 - Piotr Drąg <piotrd...@gmail.com>
 - Rūdolfs Mazurs <rudol...@src.gnome.org>
 - Marek Černocký <ma...@manet.cz>
 - Marek Cernocky <marek_cerno...@conel.cz>
 - Rafael Fontenelle <rafae...@gnome.org>
 - Mario Blättermann <mario.blaetterm...@gmail.com>
 - Daniel Mustieles <daniel.mustie...@gmail.com>
 - Damian Pietras <b...@daper.net>
 - Baurzhan Muftakhidinov <baurthefi...@gmail.com>

Added/updated translations
 - cs, courtesy of Marek Černocký
 - de, courtesy of Mario Blättermann
 - es, courtesy of Daniel Mustieles
 - kk, courtesy of Baurzhan Muftakhidinov
 - lv, courtesy of Rūdolfs Mazurs
 - pl, courtesy of Piotr Drąg
 - pt_BR, courtesy of Rafael Fontenelle

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] shotwell and map widget

2016-11-23 Thread Jens Georg


There's a plan, but there is still no clue which tile provider to use 
for

that.


Ok, that are good news.


What's the issue with rebasing it against master?


Well, lots of conflicts that are not trivial... the most persistent one
is in src/library/LibraryWIndow.vala, but there are big diffs in 
various

.ui files:

Unmerged paths:
  (use "git add ..." to mark resolution)

both modified:   src/library/LibraryWindow.vala


That is probably the alignment stuff


both modified:   ui/events_directory.ui
both modified:   ui/import.ui
both modified:   ui/media.ui
both modified:   ui/offline.ui
both modified:   ui/photo.ui
both modified:   ui/trash.ui


That you can easily solve by ignoring the commit, I think.
But agree, that needs fixing. I will check it, unless andreas feels like
fixing what I broke (sorry about that).
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.25.1

2016-11-22 Thread Jens Georg



Or for Ubuntu 16.x at the UNSTABLE PPA:
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell-unstable


Unfortunately the Ubuntu packages are stuck in dependency wait despite
the package being available in the PPA...
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Changes on master

2016-11-15 Thread Jens Georg

$ git grep UIManager

Cheers



Oh, good point. Some of the *Action* comments are still in on purpose, 
though.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Changes on master

2016-11-16 Thread Jens Georg

master has just seen a rather invasive change to get rid of
GtkUIManager and GtkAction*.

I would appreciate any testing you can do. I already know that the
context menus sometimes are inactive.


Sorry, I just noticed that I implicitly bumped the minimum required 
minimum version of GTK+ to 3.20 on master. I will revert those changes 
later today.


Target version of 0.26 is supposed to be GTK+3.14
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.25.0 - program terminated with signal sigsev

2016-10-28 Thread Jens Georg

Hi,


I switch over to Fedora 25 Beta and installed shotwell from git.
Compiling worked after installing several additional packages.


If there 's some package missing from the list at 
https://wiki.gnome.org/Apps/Shotwell/BuildingAndInstalling (I can spot 
gcr-3) please feel free to update the page (or send me the list so I can 
update it later).




Whenever I start the program, it crashes. So I followed the advice how
to save information about the crash:

SHOTWELL_LOG=1 gdb shotwell 2>&1 | tee shotwell.gdb

I attach the log file and I hope it helps to the error


That seems to be an issue in gst-libav/libav/ffmpeg while trying to 
parse a media file. Not much shotwell can do about this, though probably 
should think about splitting this off into an process similar to the 
thumbnailing so a crashing extract doesn't crash the main process.


Can you file a ticket against GStreamer/libav, if possible with the 
video causing this? The video should be mentioned in 
~/.cache/shotwell/shotwell.log


Please also check with gst-discoverer-1.0 on that video file.


-- Including/Excluding directories for the library search

   Below my directory Bilder I have several directories which 
shouldn't 
   be searched by shotwell, so excluding these libraries would speed 
up 

   the program a lot.


There's an enhancement ticket open for this already that you can 
subscribe yourself to:


https://bugzilla.gnome.org/show_bug.cgi?id=717545
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Bug 775196 - Duplicate detection broken with RAW files - Proposed patch for review

2016-12-08 Thread Jens Georg

> Now if the option to hide already imported files is set, Shotwell
> won't show me some of the images and will not import them. When I
> import hundreds of photos at once the fact that some of the photos
> are missing will get easily unnoticed (I typically don't check every
> single file, I just select to import all images). Unfortunately this
> way I might lose some pictures, thinking that all photos have been
> safely copied on my computer: in particular, if I format my sdcard
> all photos that were mistakenly considered as duplicates by Shotwell
> will be unrecoverably lost.

In general, would it be more helpful if there would be an option not
only to hide the already imported files but to mark them clearly (faded
out or sth like that?)
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Better Duplicate Detection

2016-12-08 Thread Jens Georg

> Patch:
> https://github.com/abrauchli/shotwell/commit/f9222a979385a40988730713
> bc7a9caf96b2cef4
> 
> I'm not quite sure whether it also affects RAW file duplicates that
> were discussed lately as I'm not familiar with the workflow for
> RAW-type files.

The other patch is related to the earlier phase of checking the
contents of the camera. Your change affect the duplicate check during
the actual import.

> 
> Let me know if that's mergable.

I'd say so for now.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Unconfirmed major photo loss bug running Shotwell under two Mint user accounts.

2016-12-07 Thread Jens Georg

> Can anybody shed any light on whether what I think has happened is
> possible?

Nope, sorry. If the guest account is a real user account (which I would
expect) the two things should be separate.

The system crash looks like a more likely culprit, though I can imagine
that you don't really fancy to reproduce it.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.25.0 - program terminated with signal sigsev

2016-12-07 Thread Jens Georg

> I've used this list - there are some duplicates (glib2-devel, ...) -,
> but there was one missing package: itstool. After installing that
> one, I
> was able to build shotwell 0.24.2, but not the current version - this
> one uses gexiv2 0.10.4, which isn't provided for Fedora 24.

Strictly speaking you can just drop the requested version, 0.10.4 has a
fix that will show very easily with acdsee tags.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Better Duplicate Detection

2016-12-09 Thread Jens Georg
Hey

> I'm not at my pc right now, but are you sure it's not just the pixmap
> data? There's also a metadata_md5 if memory serves me right.
> Also, IMO if the metadata differs on import it's not really a
> duplicate. If you merge them you'll loose one set of metadata..
> Unless we can store them both, but current code doesn't account for
> that AFAIK.

Looking at https://git.gnome.org/browse/shotwell/tree/src/BatchImport.v
ala#n1807 it's on the whole file and the meta_data and thumbnail md5 on
top. But yes, different meta-data would make it a candidate for non-
duplication.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.25.2

2016-12-12 Thread Jens Georg
A new unstable release!

Shotwell is available for download at

https://download.gnome.org/sources/shotwell/0.25/

Or for Ubuntu 16.x at the UNSTABLE PPA:
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell-unstable

Shotwell 0.25.2 - 12 Dec 2016
  * Fix missing About action
  * Fix setting of initial action state
  * Fix missing initialzation of several states
  * Fix sort order not working
  * Fix a critical on startup
  * Fix initial sort order
  * Fix hiding of search toolbar
  * Fix rating filter menu initially being disabled
  * Use Gtk.Revealer for bottom toolbar
  * Fix a copy and paste error in the publishing result
  * Use Application menu
  * Do not make errors in git version check cause false identifiaction
of git
versions
  * Fix debian scripts
  * Fix filter actions not being active
  * Fix initial search bar state not being persisted
  * Remove deprecated Gtk.IconFactory
  * Add missing keyboard shortcut for setting the background
  * Move some dialogs to GtkTemplate, preparing for issues with valac
master
  * Fix context-sensitive label of background menu
  * Fix context-sensitive label of Undo and Redo menu
  * Fix context menu on import page

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=719279
 - https://bugzilla.gnome.org/show_bug.cgi?id=774901

All contributors to this release:
 - Jens Georg <m...@jensge.org>
 - Marina Prado <maprar...@hotmail.com>
 - Piotr Drąg <piotrd...@gmail.com>
 - Marek Cernocky <marek_cerno...@conel.cz>
 - Mario Blättermann <mario.blaetterm...@gmail.com>
 - gogo <trebeln...@gmail.com>
 - Gábor Kelemen <kelem...@openscope.org>
 - Alan Mortensen <alanmortensen...@gmail.com>

Added/updated translations
 - cs, courtesy of Marek Černocký
 - da, courtesy of Alan Mortensen
 - de, courtesy of Mario Blättermann
 - es, courtesy of Daniel Mustieles
 - hr, courtesy of gogo
 - hu, courtesy of Gabor Kelemen
 - pl, courtesy of Piotr Drąg

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Better Duplicate Detection

2016-12-09 Thread Jens Georg
On Thu, 2016-12-08 at 21:05 +0100, Jens Georg wrote:
> 
Patch:
https://github.com/abrauchli/shotwell/commit/f9222a979385a40988730713
bc7a9caf96b2cef4

I'm not quite sure whether it also affects RAW file duplicates that
were discussed lately as I'm not familiar with the workflow for
RAW-type files.


The other patch is related to the earlier phase of checking the
contents of the camera. Your change affect the duplicate check during
the actual import.



Let me know if that's mergable.


I'd say so for now.

On a second thought - using the file md5 will take the meta-data into
account, the thumbnail md5 won't.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.25.1

2016-11-30 Thread Jens Georg

> > Or for Ubuntu 16.x at the UNSTABLE PPA:
> > https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell-unstable
> 
> Unfortunately the Ubuntu packages are stuck in dependency wait
> despite
> the package being available in the PPA...

They should be available now, sorry for the delay

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Wrong git repo when building using jhbuild

2017-01-01 Thread Jens Georg

Hi,



I'm working in a patch for #716315 [2], since I couldn't build
shotwell 0.25.2 directly from git (Shotwell needs gexiv2 >= 0.10.4 and
in Ubuntu 16.10 the latest is 0.10.3), I tried to compile using
jhbuild.


You can get 0.10.4 from the PPA[1], if that helps you :)



I installed jhbuild and did jhbuild buildone shotwelll and it displays
this:


*** Checking out shotwell *** [1/1]
git clone git://yorba.org/shotwell [1]
Cloning into 'shotwell'...
^C*** Error during phase checkout of shotwell: ## Error
running git clone git://yorba.org/shotwell [1] *** [1/1]

 If I do jhbuild build shotwell, I get this:


Oh. That needs fixing indeed, will do tonight.




Required packages:
System installed packages which are too old:
(none)
No matching system package installed:
libacl
wireless-tools (required=25)
libtiff
pam
ppp
libjpeg
gperf



jhbuild build: Required system dependencies not installed. Install
using the command 'jhbuild sysdeps --install' or to ignore system
dependencies use command-line option --nodeps


I'd try with --nodeps

[1] https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Tags displayed while browsing pictures.

2016-12-26 Thread Jens Georg
Hi,

There is no hook for plugins to do such a thing. You would need to
modify the code.

> I would like to have my tags displayed on the image while I am
> viewing it. Do I have to write my own plugin to achieve such goal?
> Could anyone recommend me some example plugin that I could use as a
> start point?

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.25.92

2017-03-15 Thread Jens Georg

A new unstable release!

Shotwell is available for download at

https://download.gnome.org/sources/shotwell/0.25/

Or for Ubuntu >= 16.04 at the UNSTABLE PPA:
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell-unstable 
(soon)

Known issues:
 - Will not compile on systems not using GNU libc (so *BSD) due to use
   of LC_MEASUREMENT (fixed on master)
 - Default configure will not enable any compiler optimization, causing
   the color adjustments to be massively slow. Please compile with at 
least
   -O1 optimization level (higher -O doesn't improve things. Really. 
Trust me.)


Changes from this version:

Shotwell 0.25.92 - 13 Mar 2017
  * Fix navigation issue when deleting image in fullscreen view
  * Fix toolbox not visible on Mate in fullscreen view
  * Fix navigation in viewer when saving modified photo
  * Fix wrong macro in manpage
  * Clean-up some dependencies
  * Make it possible to enable/disable individual publishers
  * Remove obsolete UI file
  * Move all icons in the resource file
  * Move ui files into resources
  * Remove obsolete Glade helpers
  * Clean-up printing dialog a little
  * Piwigo: Append .jpg extension to published raw files
  * Fix keyboard accessibility of CCW rotation
  * Fix massive memory consumption when importing videos
  * Fix context menu of viewer
  * Fix a useless string copy
  * Use default measurements depending on locale when none are set
  * Translation updates

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=715501
 - https://bugzilla.gnome.org/show_bug.cgi?id=729091
 - https://bugzilla.gnome.org/show_bug.cgi?id=732663
 - https://bugzilla.gnome.org/show_bug.cgi?id=734816
 - https://bugzilla.gnome.org/show_bug.cgi?id=775158
 - https://bugzilla.gnome.org/show_bug.cgi?id=779558
 - https://bugzilla.gnome.org/show_bug.cgi?id=779844
 - https://bugzilla.gnome.org/show_bug.cgi?id=779989

All contributors to this release:
 - Jens Georg <m...@jensge.org>
 - Мирослав Николић <miroslavniko...@rocketmail.com>
 - Mario Blättermann <mario.blaetterm...@gmail.com>
 - Jörg Frings-Fürst <deb...@jff-webhosting.net>
 - Jordi Mas <j...@softcatala.org>
 - GNOME Translation Robot <gnome-sysad...@gnome.org>
 - Gábor Kelemen <kelem...@openscope.org>
 - Baurzhan Muftakhidinov <baurthefi...@gmail.com>
 - Anders Jonsson <anders.jons...@norsjovallen.se>

Added/updated translations
 - ca, courtesy of Jordi Mas
 - de, courtesy of Mario Blättermann
 - gd, courtesy of GunChleoc
 - hu, courtesy of Gabor Kelemen
 - kk, courtesy of Baurzhan Muftakhidinov
 - sr, courtesy of Мирослав Николић
 - sr@latin, courtesy of Miroslav Nikolić
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.26.0 "Aachen"

2017-03-21 Thread Jens Georg

A new stable release of Shotwell is available.

Shotwell is available for download at

https://download.gnome.org/sources/shotwell/0.26/shotwell-0.26.0.tar.xz

Or for Ubuntu >= 16.04 at the UNSTABLE PPA:
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell (soon)

Changes in this version:
Shotwell 0.26.0 - 20 Mar 2017
  * Translation updates
  * Fix build on non-glibc systems
  * Fix missing optimisation in standard configure call

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=779844
 - https://bugzilla.gnome.org/show_bug.cgi?id=780116

All contributors to this release:
 - Jens Georg <m...@jensge.org>
 - Piotr Drąg <piotrd...@gmail.com>
 - Mario Blättermann <mario.blaetterm...@gmail.com>
 - Marek Černocký <ma...@manet.cz>
 - Josef Andersson <l10nl18nsw...@gmail.com>
 - gogo <trebeln...@gmail.com>
 - Daniel Mustieles <daniel.mustie...@gmail.com>
 - Baurzhan Muftakhidinov <baurthefi...@gmail.com>
 - Balázs Úr <urbal...@gmail.com>

Added/updated translations
 - cs, courtesy of Marek Černocký
 - de, courtesy of Mario Blättermann
 - es, courtesy of Daniel Mustieles
 - hr, courtesy of gogo
 - hu, courtesy of Balázs Úr
 - kk, courtesy of Baurzhan Muftakhidinov
 - lv, courtesy of Rūdolfs Mazurs
 - pl, courtesy of Piotr Drąg
 - sv, courtesy of Josef Andersson
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.26.1

2017-04-12 Thread Jens Georg



Shotwell 0.26.1 - 11 Apr 2017


It seems that the git master is not updated ... is this intended?



Yes, I branched for 0.26 directly after 0.26.0, so the stable branch is 
at


https://git.gnome.org/browse/shotwell/log/?h=shotwell-0.26
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] shotwell for PCLinuxOS Mate

2017-04-22 Thread Jens Georg

> I did not get any answers to my message,
> so I removed the old gexiv with synaptic

Ah, sorry, I was busy otherwise.

> and set PKG_CONFIG_PATH to /usr/local/lib/pkgconfig/
> That did the trick.

That might have event worked without the removal of the old gexiv2.

> Make resulted in an enormous list of warnings,
> including lots of references to /home/jens/

Yes, that's because you built from the C sources I generated on my PC
;) The warnings should be 90% deprecation warnings for g_simle_async_*
which will go away eventually with recent Vala.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Where IS the "Hide photos already imported" option?

2017-04-22 Thread Jens Georg
Oh, and try toggling the menu item a few times, it seems out of sync :-
/

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Where IS the "Hide photos already imported" option?

2017-04-21 Thread Jens Georg

> If it wasn't for the recent thread on the subject I'd swear I was
> having false-memory syndrome, but I can't for the life of me find the
> checkbox for Hiding duplicates. Is it still there in the latest
> Shotwell? I normally 'Import from Folder' but I plugged in a memory
> card directly too which Shotwell recognised as a camera. 
> Am I missing something very obvious?

Probably lost accidentally during the 0.26 series rework, I will check.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Where IS the "Hide photos already imported" option?

2017-04-21 Thread Jens Georg
Hi,

It should be in the bottom toolbar of the import dialog.

what happen after upgrade is that the bottom toolbar is not visible,
you can enable it in the "View" menu or with -F9.

> > If it wasn't for the recent thread on the subject I'd swear I was
> > having false-memory syndrome, but I can't for the life of me find
> > the
> > checkbox for Hiding duplicates. Is it still there in the latest
> > Shotwell? I normally 'Import from Folder' but I plugged in a memory
> > card directly too which Shotwell recognised as a camera. 
> > Am I missing something very obvious?
> 
> Probably lost accidentally during the 0.26 series rework, I will
> check.
> 
> ___
> shotwell-list mailing list
> shotwell-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/shotwell-list
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Two small patches: Give focus when showing search bar and cntrl + F shortcut

2017-03-07 Thread Jens Georg




I attach two very small patches.
One give focus to search bar when is opened.
The other one adds control + F as keybinding for Find.

Let me know what you think.


Those two should have been on bugzilla ;)

I'll check later today.
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell stable PPA

2017-03-07 Thread Jens Georg

Hello,

apparently I accidentally uploaded an unstable version to the stable PPA 
for xenial. Sorry about that :(

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Adjust photo in fullscreen

2017-03-02 Thread Jens Georg

> > Another starng issue now is that when i delete the photo in
> > fullscreen, 
> > the photo is deleted but the image stay in the screen. I've to come
> > back 
> > on "normal" view to see that the photo is deleted..
> 
> Odd, I will check.

Fixed on master

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Improvement suggestions

2017-02-28 Thread Jens Georg

> Now that I am somewhat experienced with Shotwell, I would like to
> make the following positive suggestions regarding the picture editing
> function:
> 
> --    It should be possible to shrink the size of pictures below
> their original sizes.  As you know, one can increase the size of
> pictures, but not go in the other direction.  

Not sure what you mean here. Can you describe the exact steps you are
doing?

> 
> --    Changing the size of pictures should be permanent.  Maybe I am
> doing something wrong (very possible!), but pictures revert to their
> original sizes when saved.  I mostly play with paintings, photos, and
> drawings on Pinterest.

How are you saving the image? All operations are lossless until
explicitly applied.

> 
> --    The picture tuning function needs to be simpler for less
> sophisticated users such as myself.  Separate controls for sharpness,
> brightness, color temperature, and contrast would be nice (Picasa)
> has these.

Contrast at least is available in 0.24 onwards. Ubuntu and its
derivatives still ship 0.22, sorry. You can get 0.24 from the PPA at ht
tps://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Shotwell 0.26.3

2017-08-11 Thread Jens Georg

> Shotwell 0.26.3 is available for download at
> 
> https://download.gnome.org/sources/shotwell/0.26/shotwell-0.26.3.tar.
> xz
> 
> Or for Ubuntu >= 16.04 at the stable PPA:
> https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell

Except Yakkety. That seems EOL now.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] RAW import speed improvements

2017-07-10 Thread Jens Georg

Hi,

I committed a couple of fixes to master that should speed up raw import 
a bit.


Since I only have RAW images with embedded development available, I 
would appreciate if people with sidecar JPEG (RAW+JPEG) files and RAW 
files without any prior development could test master a bit for any 
regression/improvements.


Note: The heavy RAW lifting still happens in the GUI thread, which 
causes the UI to be awfully sluggish, that's next on the things to 
tackle.


And then I will slow down the import again to make it a bit less CPU 
hogging.


KR
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


[Shotwell] Shotwell 0.27.0

2017-06-20 Thread Jens Georg
A new unstable release of Shotwell is available.

Changes since 0.26.2:

  * Remove F-Spot import support
  * Create a commandline utility to test image transformations
  * Speed up color transformations a bit
  * Bump GTK+ requirement to 3.18 and remove deprecated functions
  * Clean-up histogram drawing code
  * Run thumbnailer with nice 19
  * Update VAAPI blacklisting for video thumbnailer and new plugin
structure
  * Add configurable image background
  * Split several dialogs from shotwell.ui file
  * Move Tumblr to default plugin set
  * Remove some unnecessary memcpys on import
  * Add Meson build support
  * Some more ngettext for plurals
  * Add --fullscreen/-f option for viewer
  * Add option to install Ubuntu apport hook
  * Fix issue when importing to NTFS-backed vboxfs
  * Fix GSettings schema search path for running out-of-tree
  * Work around "Camera locked: -53" error on GNOME
  * Fix issue with missing highlight on dnd actions
Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=716448
 - https://bugzilla.gnome.org/show_bug.cgi?id=716499
 - https://bugzilla.gnome.org/show_bug.cgi?id=716547
 - https://bugzilla.gnome.org/show_bug.cgi?id=716599
 - https://bugzilla.gnome.org/show_bug.cgi?id=716708
 - https://bugzilla.gnome.org/show_bug.cgi?id=716830
 - https://bugzilla.gnome.org/show_bug.cgi?id=717767
 - https://bugzilla.gnome.org/show_bug.cgi?id=718809
 - https://bugzilla.gnome.org/show_bug.cgi?id=718846
 - https://bugzilla.gnome.org/show_bug.cgi?id=719020
 - https://bugzilla.gnome.org/show_bug.cgi?id=719031
 - https://bugzilla.gnome.org/show_bug.cgi?id=719240
 - https://bugzilla.gnome.org/show_bug.cgi?id=733652
 - https://bugzilla.gnome.org/show_bug.cgi?id=742563
 - https://bugzilla.gnome.org/show_bug.cgi?id=752008
 - https://bugzilla.gnome.org/show_bug.cgi?id=760868
 - https://bugzilla.gnome.org/show_bug.cgi?id=768938
 - https://bugzilla.gnome.org/show_bug.cgi?id=773267
 - https://bugzilla.gnome.org/show_bug.cgi?id=774650
 - https://bugzilla.gnome.org/show_bug.cgi?id=780811
 - https://bugzilla.gnome.org/show_bug.cgi?id=781567
 - https://bugzilla.gnome.org/show_bug.cgi?id=781897
 - https://bugzilla.gnome.org/show_bug.cgi?id=783250

All contributors to this release:
 - Jens Georg <m...@jensge.org>
 - Piotr Drąg <piotrd...@gmail.com>
 - Jordi Mas <j...@softcatala.org>
 - gogo <trebeln...@gmail.com>
 - Andika Triwidada <atriwid...@gnome.org>
 - Rafael Fontenelle <rafae...@gnome.org>
 - Mario Blättermann <mario.blaetterm...@gmail.com>
 - Jeremy Bicha <jbi...@ubuntu.com>
 - Enrico Nicoletto <live...@gmail.com>
 - Emin Tufan Çetin <etce...@gmail.com>
 - Dušan Kazik <prescot...@gmail.com>
 - Daniel Mustieles <daniel.mustie...@gmail.com>
 - Claude Paroz <cla...@2xlibre.net>
 - Anders Jonsson <anders.jons...@norsjovallen.se>
 - Alan Mortensen <alanmortensen...@gmail.com>

Added/updated translations
 - ca, courtesy of Jordi Mas
 - da, courtesy of Alan Mortensen
 - de, courtesy of Mario Blättermann
 - es, courtesy of Daniel Mustieles
 - fr, courtesy of Claude Paroz
 - hr, courtesy of gogo
 - id, courtesy of Andika Triwidada
 - pl, courtesy of Piotr Drąg
 - pt_BR, courtesy of Enrico Nicoletto
 - sk, courtesy of Dušan Kazik
 - sv, courtesy of Anders Jonsson
 - tr, courtesy of Emin Tufan Çetin

Shotwell 0.27.0 is available for download at

https://download.gnome.org/sources/shotwell/0.27/shotwell-0.27.0.tar.xz

Or for Ubuntu >= 16.04 at the unstable PPA:
https://launchpad.net/~yg-jensge/+archive/ubuntu/shotwell-unstable

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Improve touchscreen functionality

2017-05-23 Thread Jens Georg
Hi,

sounds interesting. Noone is working on that to my knowledge.

Please check bugzilla if there is already a feature ticket
for this, otherwise could you please create one? Thank you

> Hi,
> 
> I'd like implement a few features to improve touchscreen
> functionality:
> 
> -in fullscreen next photo on left click/single tab; if zoomed go back
> to
> normal view
> -in fullscreen previous photo on double tab gesture
> -pinch to zoom gesture for touchscreen; centered zoom (zooming around
> a
> center defined by the mouse pointer) seems to exist already
> 
> Is there any work out there already that provides these features? I
> will
> probably have some time next week to work on these additions. Also I
> would be happy to hear comments on how to implement these features.
> 
> /Stefan
> 
> ___
> shotwell-list mailing list
> shotwell-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/shotwell-list
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Segmentation fault after EXIF maniplation

2017-05-23 Thread Jens Georg
On Mon, 2017-05-22 at 12:35 +0200, Max wrote:
> Hi,
> The function to change the time in images doesn't seem to ber ther
> any more:

It is. Main menu -> Photo or Main Menu -> Photos, depending on the
view.

> http://yorba.org/shotwell/help/edit-time-date.html

I'm fascinated that this page is still working. This is the new place:

http://shotwell-project.org/doc/html/edit-date-time.html

> 
> So I used
> exiftool "-AllDates-=0:1:1 01:00:00" -overwrite_original
> to fix the date on some images where the camera had resetted itself
> and 
> had the wrong date. The folder har .jpg thumbnails and .srw Samsung
> Raw 
> files.
> 
> 
> Segmentation fault

Please provide a backtrace. Crashes are bad.

___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Problem with RAW+JPEG images

2017-05-23 Thread Jens Georg
Hi,

Yeah, sorry, the RAW preview handling isn't very good.

For the record, the time on which events are split is 4am. Maybe there
is an issue with timestamps/timezone mismatch on the RAW file and the
external development

> Hi,
> 
> I'm new here and I have a problem since I bought (2015-09) a Nikon
> D3200
> camera which produces for each photo two files, one raw and another
> jpg
> with the same file names. The problem is that showtwell doesn't
> always
> recognize them as the same photo. I have SW set to not generate an
> embedded file.
> 
> The problem appears when importing. Like yesterday, when importing
> 200
> photos made all within hours on the same day, which shotwell decided
> to
> sort into 3 or 4 events. I think that photo DSC_2295.NEF went to one
> event, and DSC_2295.JPG went to a different event, so it generated
> DSC_2295_NEF_embedded.jpg. I didn't check this part.
> 
> 
> When I see several events like this what I do is drag and drop the
> events to organize in one. The problem is files like those above:
> shotwell thinks that photos DSC_2295.NEF and DSC_2295.JPG are
> different
> photos.
> 
> Well, in fact, in this case shotwell shows DSC_2295.JPG and
> DSC_2295_NEF_embedded.jpg, but not DSC_2295.NEF, which obviously is
> the
> one I want.
> 
> On another case, it displays both DSC_2340.NEF and DSC_2340.JPG. In
> the
> file browser I can see DSC_2340_NEF_embedded.jpg as well, which
> should
> not exist.
> 
> 
> How can I force shotwell to reclassify those photos as the single
> photo
> they are?
> 
> 
> I am using openSUSE leap 42.2, and shotwell-0.23.2-1.3.x86_64, which
> is
> the latest available on the graphics repository.
> 
> ___
> shotwell-list mailing list
> shotwell-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/shotwell-list
___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


Re: [Shotwell] Rajce publishing plugin

2017-06-01 Thread Jens Georg

Hi again,


Hello,

Is anyone actively using this plugin and can cofirm that it is still 
working?


I will take that as a "no" and remove it from the the set of plugins 
that are built by default


___
shotwell-list mailing list
shotwell-list@gnome.org
https://mail.gnome.org/mailman/listinfo/shotwell-list


  1   2   3   >