Minor issue with Tools/Batch Process/Rename Images...

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Minor issue with Tools/Batch Process/Rename Images...

Chris Green
When you use the Tools/Batch Process/Rename Images... function the
names of the thumbnails in the album are not changed.  You have to
change albums and change back to get the thumbnails corrected.

This *is* actually a bit of a nuisance, I'm importing images from a
scanner, renaming them and doing other manipulation.  After renaming,
if I forget to exit and return, the manipulations fail because they
try to use the 'old' filename which is what's left with the thumbnail.

--
Chris Green
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Minor issue with Tools/Batch Process/Rename Images...

Arnd Baecker
On Fri, 14 Dec 2007, Chris G wrote:

> When you use the Tools/Batch Process/Rename Images... function the
> names of the thumbnails in the album are not changed.  You have to
> change albums and change back to get the thumbnails corrected.
>
> This *is* actually a bit of a nuisance, I'm importing images from a
> scanner, renaming them and doing other manipulation.  After renaming,
> if I forget to exit and return, the manipulations fail because they
> try to use the 'old' filename which is what's left with the thumbnail.

Could be related to this (solved) bug:
http://bugs.kde.org/show_bug.cgi?id=150801

Which version of digikam are you using?

If the problem is still there with 0.9.3-rc1 (or current svn),
could you please file a bug report?

Arnd
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Minor issue with Tools/Batch Process/Rename Images...

Chris Green
On Fri, Dec 14, 2007 at 03:09:43PM +0100, Arnd Baecker wrote:

> On Fri, 14 Dec 2007, Chris G wrote:
>
> > When you use the Tools/Batch Process/Rename Images... function the
> > names of the thumbnails in the album are not changed.  You have to
> > change albums and change back to get the thumbnails corrected.
> >
> > This *is* actually a bit of a nuisance, I'm importing images from a
> > scanner, renaming them and doing other manipulation.  After renaming,
> > if I forget to exit and return, the manipulations fail because they
> > try to use the 'old' filename which is what's left with the thumbnail.
>
> Could be related to this (solved) bug:
> http://bugs.kde.org/show_bug.cgi?id=150801
>
> Which version of digikam are you using?
>
    Qt: 3.3.8
    KDE: 3.5.8-7.fc7 Fedora
    digiKam: 0.9.2-final

> If the problem is still there with 0.9.3-rc1 (or current svn),
> could you please file a bug report?
>
OK, I'll maybe try 0.9.3-rc1 if I can get it to build/install on my
system without too much trouble.

--
Chris Green
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Minor issue with Tools/Batch Process/Rename Images...

Gilles Caulier-4


2007/12/14, Chris G <[hidden email]>:
On Fri, Dec 14, 2007 at 03:09:43PM +0100, Arnd Baecker wrote:

> On Fri, 14 Dec 2007, Chris G wrote:
>
> > When you use the Tools/Batch Process/Rename Images... function the
> > names of the thumbnails in the album are not changed.  You have to
> > change albums and change back to get the thumbnails corrected.
> >
> > This *is* actually a bit of a nuisance, I'm importing images from a
> > scanner, renaming them and doing other manipulation.  After renaming,
> > if I forget to exit and return, the manipulations fail because they
> > try to use the 'old' filename which is what's left with the thumbnail.
>
> Could be related to this (solved) bug:
> http://bugs.kde.org/show_bug.cgi?id=150801
>
> Which version of digikam are you using?
>
    Qt: 3.3.8
    KDE: 3.5.8-7.fc7 Fedora
    digiKam: 0.9.2-final

Witch kipi-plugins and libkipi version ?

Gilles


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Minor issue with Tools/Batch Process/Rename Images...

Chris Green
In reply to this post by Chris Green
On Fri, Dec 14, 2007 at 02:35:03PM +0000, Chris G wrote:

> > Which version of digikam are you using?
> >
>     Qt: 3.3.8
>     KDE: 3.5.8-7.fc7 Fedora
>     digiKam: 0.9.2-final
>
> > If the problem is still there with 0.9.3-rc1 (or current svn),
> > could you please file a bug report?
> >
> OK, I'll maybe try 0.9.3-rc1 if I can get it to build/install on my
> system without too much trouble.
>
Hmm, not a good start.  I have downloaded and unpacked 0.9.3-rc1.
When I run ./configure it starts OK but....

    checking for libpng... -lpng -lz -lm
    checking for libjpeg6b... no
    checking for libjpeg... -ljpeg
    checking for perl... /usr/bin/perl
    checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers
    and libraries) not found. Please check your installation!
    For more details about this problem, look at the end of config.log.

... but I do have Qt, :-

    home$ yum list qt
    Loading "installonlyn" plugin
    Installed Packages
    qt.x86_64                                1:3.3.8-4.fc7
    installed      
    qt.x86_64                                1:3.3.8-7.fc7
    installed      


... and "look at the end of config.log." produces nothing remotely
useful:-

    home$ tail config.log
    #define SIZEOF_SIZE_T 8
    #define SIZEOF_UNSIGNED_LONG 8
    #define HAVE_VSNPRINTF 1
    #define HAVE_SNPRINTF 1
    #define HAVE_LIBZ 1
    #define HAVE_LIBPNG 1
    #define HAVE_LIBJPEG 1
    #define HAVE_LIBPTHREAD 1

    configure: exit 1





--
Chris Green
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Minor issue with Tools/Batch Process/Rename Images...

Chris Green
In reply to this post by Gilles Caulier-4
On Fri, Dec 14, 2007 at 03:38:48PM +0100, Gilles Caulier wrote:

>
>    2007/12/14, Chris G <[1][hidden email]>:
>
>      On Fri, Dec 14, 2007 at 03:09:43PM +0100, Arnd Baecker wrote:
>      > On Fri, 14 Dec 2007, Chris G wrote:
>      >
>      >  > When you use the Tools/Batch Process/Rename Images... function
>      the
>      > > names of the thumbnails in the album are not changed.  You have
>      to
>      > > change albums and change back to get the thumbnails corrected.
>      > >
>      >  >  This  *is* actually a bit of a nuisance, I'm importing images
>      from a
>      >  >  scanner,  renaming  them and doing other manipulation.  After
>      renaming,
>      >  > if I forget to exit and return, the manipulations fail because
>      they
>      >  >  try  to  use the 'old' filename which is what's left with the
>      thumbnail.
>      >
>      > Could be related to this (solved) bug:
>      > [2]http://bugs.kde.org/show_bug.cgi?id=150801
>      >
>      > Which version of digikam are you using?
>      >
>          Qt: 3.3.8
>          KDE: 3.5.8-7.fc7 Fedora
>          digiKam: 0.9.2-final
>
>    Witch kipi-plugins and libkipi version ?
>    Gilles
>
How do I tell? All I can find in "About Digikam" is:-

    kipi library 0.1.5

--
Chris Green
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users