Bug 282925 - not able to write Matadata to pictures
Summary: not able to write Matadata to pictures
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-Engine (show other bugs)
Version: 2.1.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-27 18:43 UTC by Martin Zahnd
Modified: 2017-08-13 15:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Zahnd 2011-09-27 18:43:56 UTC
Version:           2.1.0 (using KDE 4.7.1) 
OS:                Linux

Since Version2 of Digikam, I'm not able to write Metadata to the pictures.
When I select some pictures, go to Image/Write Metadata to images, nothing happens. Terminal sad:
Object::connect: No such slot Digikam::DigikamView::finishProgress()
digikam(7596)/digikam (core) Digikam::CollectionScanner::scanAlbum: Folder does not exist or is not readable:  "/D/Fotos/2011/2011_0813/2011_0813001.jpg7596" 
digikam(7596)/digikam (core) Digikam::CollectionScanner::scanAlbum: Folder does not exist or is not readable:  "/D/Fotos/2011/2011_0813/2011_0813001.jpg".

When I go back to Digikam 1.9, everything works. Read/write permissions on Folder /D/Fotos are right.


Reproducible: Always

Steps to Reproduce:
select some pictures, go to Image/Write Metadata to images, nothing happens


Expected Results:  
open a window to write the Metadate to the images

OS: Linux (x86_64) release 2.6.37.6-0.7-desktop
Compiler: gcc
Comment 1 caulier.gilles 2011-09-28 13:03:48 UTC
Git commit 4cd45ed3b45ff9236c2233296326c1be70d91311 by Gilles Caulier.
Committed on 28/09/2011 at 15:02.
Pushed by cgilles into branch 'master'.

fix broken signal connection
CCBUGS: 282925

M  +1    -1    digikam/views/digikamview.cpp

http://commits.kde.org/digikam/4cd45ed3b45ff9236c2233296326c1be70d91311
Comment 2 caulier.gilles 2011-09-28 13:05:03 UTC
Martin,

With my last commit, i fixed broken signal connection (see your trace from the console).

Gilles Caulier