<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello all
<br>
<br>
{Sorry, for posting twice, seems not to be a good idea to press
reply and delete everything in the email...}<br>
<br>
I have some very strange effect in digikam 3.3.0 (linux).
<br>
Let's say I have an album ALBUM1 with many images IMG1 IMG2 IMG3...
<br>
For no reason digikam is not showing e.g. IMG2.
<br>
I did several restarts, even started deleting everything in some
tables:
<br>
<br>
delete from imagerelations;
<br>
delete from imagetags where tagid in (4, 5, 6, 7); #these are the
internal tags for version stuff
<br>
delete from imagehistory;
<br>
<br>
nothing helped. I also opened the image with gimp to see if the file
is corrupted, but gimp had no problem with it.
<br>
<br>
Then did some copying around on the shell:
<br>
<br>
mkdir ALBUM2
<br>
cp ALBUM1/IMG1 ALBUM2 # shows up in digikam
<br>
cp ALBUM1/IMG2 ALBUM2 # shows <b class="moz-txt-star"><span
class="moz-txt-tag">*</span>not<span class="moz-txt-tag">*</span></b>
up
<br>
<br>
hmm, then
<br>
<br>
cp ALBUM1/IMG1 ALBUM2/IMG2 # IMG2 shows up but of course it contains
the other image
<br>
<br>
cp ALBUM1/IMG2 ALBUM2/IMG2 # <b class="moz-txt-star"><span
class="moz-txt-tag">*</span>now IMG2 shows up with the proper
content<span class="moz-txt-tag">*</span></b>
<br>
<br>
cp ALBUM2/IMG2 ALBUM1/IMG2 # *now also in original directory IMG2
shows up!!!*
<br>
<br>
How can this happen?
<br>
Btw. those images were originaly created using the batch queue
manager.
<br>
<br>
Thanks for some advice
<br>
Regards
<br>
Eru
</body>
</html>