Bug 468775 - Import files - Preview not available
Summary: Import files - Preview not available
Status: REPORTED
Alias: None
Product: digikam
Classification: Applications
Component: Import-MainView (show other bugs)
Version: 8.4.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-21 19:11 UTC by Nicofo
Modified: 2024-11-10 21:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Import window problems (177.63 KB, image/png)
2023-04-21 19:11 UTC, Nicofo
Details
Missing preview of some pictures + wrong label "created" (504.86 KB, image/png)
2024-04-22 19:45 UTC, Nicofo
Details
Failes thumbnails in import window (500.06 KB, image/png)
2024-11-09 21:34 UTC, Nicofo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicofo 2023-04-21 19:11:36 UTC
Created attachment 158282 [details]
Import window problems

When importing pictures from phone (android), I have several problems:

1) Preview mode not available:
1a) "Preview Item" button is disabled (see screenshot)
1b) if I click on the thumbnail -> nothing happens (My settings seems correct: Import Window > Thumbnail Click Action > is well on "Show embedded preview")

2) Thumbnails are not well rotated according to metadata (after import it is OK). (My settings seems correct: Behavior > "Use Metadata (makes connection slower)" is well selected)

Is it a bug ? A problem in my settings ?
Thanks in advance.
Comment 1 Maik Qualmann 2023-04-21 20:04:20 UTC
The preview function is currently intentionally not available with the GPhoto2 driver. Only with the UMS driver (USB, card reader). We would have to download each image temporarily, that wouldn't be very fast.

Maik
Comment 2 Maik Qualmann 2023-04-21 20:31:59 UTC
We already have a bug report on the subject of orientation. Yes, we don't read the orientations flag at the moment, because it would only be possible to rotate the image correctly with metadata. The metadata makes a GPhoto2 connection really slow and is also no longer needed in digiKam-8.0.0 for correct date folders and other things during import. Also, we only keep about 200 thumbnails in cache (the import thumbnails are not in the DB, only in RAM). So they are always reloaded when scrolling and would have to be rotated again each time.

Maik
Comment 3 caulier.gilles 2024-04-20 03:23:00 UTC
Hi all,

The digiKam 8.4.0 Appimage bundle pre-release is now based on last modern frameworks Qt 6.7.0 and KDE 6.2.0.

File can be downloaded at usual place : https://files.kde.org/digikam/
Take a  care : the bundle is named with the suffix "-Qt6" not "-Qt5". This bundle is compiled under Ubuntu 22.04 and require a Linux with GlibC version >= 2.35 to run.

Can you reproduce the dysfonction with this version?

Thanks in advance

Gilles Caulier
Comment 4 Nicofo 2024-04-22 19:45:39 UTC
Created attachment 168812 [details]
Missing preview of some pictures + wrong label "created"

Hi Gilles, 

I tested with digiKam-8.4.0-20240421T172117-Qt6-x86-64.appimage:

Following #comment 0 :
1) Preview mode not available:
-> not working. But normal according to Maik's answer #comment 1

2) Thumbnails are not well rotated:
-> is now working well, thanks !

But I have other problems (more or less related to original problem, so I keep it on this bug report. Tell me if you prefer a dedicated bug report)

3) Not all pictures have their preview visible: see attachment
-> After scrolling up and down, the majority of the pictures have their preview appearing, but for a few of them, the preview never appears.
This is really annoying because the preview button is not working and nothing happens when you click on the picture (see problem 1) -> it is hard to guess what is the picture.

4) The reported date (labelled "created" below the preview) seems to be the date of the file (last modification of the file on the camera), but not the creation date : see attachment
-> so either rename "created" by "modified"
-> or better correct it to be the real "created" date of the picture (info from the metadata). Use case: I want to sort the files according to the moment they were taken, not the date of modification. This is important in this window if you want to select all the pictures from a dedicated date.
Comment 5 Maik Qualmann 2024-04-22 20:09:03 UTC
No preview image, image broken?
In order to get a correct creation date in the thumbnail, the metadata must be read. To do this, the corresponding option must be activated in the digiKam camera settings, with the addition "makes the connection slower". If you click on an image, the “live” data will be displayed in the metadata viewer.
As of digiKam-8.0.0, reading the exact metadata is no longer necessary; all date operations are now carried out after the download.

Maik
Comment 6 Nicofo 2024-04-22 20:16:09 UTC
(In reply to Maik Qualmann from comment #5)
> No preview image, image broken?
No: the image is not broken. And when downloaded, they are displayed correctly in digikam.

> In order to get a correct creation date in the thumbnail, the metadata must
> be read. To do this, the corresponding option must be activated in the
> digiKam camera settings, with the addition "makes the connection slower". If
> you click on an image, the “live” data will be displayed in the metadata
> viewer.
> As of digiKam-8.0.0, reading the exact metadata is no longer necessary; all
> date operations are now carried out after the download.
Yes you are right, I forgot to activate the option "Use file metedata (makes the connection slower)". So the date is correct with this option activated.
But not correct with the option deactivated (possible to rename "Cretaed" into "Modified" in this case ?).
Comment 7 Maik Qualmann 2024-04-22 20:43:14 UTC
There should be something in the debug output in the terminal if thumbnails are not created for some images. A log would be interesting.

Regarding the creation date when metadata is deactivated, you cannot generally say that the creation and modification dates are different, that depends on many factors, e.g. camera model.

Maik
Comment 8 Nicofo 2024-04-28 19:38:43 UTC
(In reply to Maik Qualmann from comment #7)
> There should be something in the debug output in the terminal if thumbnails
> are not created for some images. A log would be interesting.

Here is the output of digikam when I click on "Import" > (my Android phone)
There are some errors...
(this is not the debug version of digikam: tell me if I need to use it)

Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Xmp key 'Exif.Image.FocalLength' into image with Exiv2:  (Error # 7 :  "Invalid key 'Exif.Image.FocalLength'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ISOSpeedRatings' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ISOSpeedRatings'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ExposureIndex' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ExposureIndex'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Xmp key 'Exif.Image.FocalLength' into image with Exiv2:  (Error # 7 :  "Invalid key 'Exif.Image.FocalLength'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ISOSpeedRatings' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ISOSpeedRatings'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ExposureIndex' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ExposureIndex'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Xmp key 'Exif.Image.FocalLength' into image with Exiv2:  (Error # 7 :  "Invalid key 'Exif.Image.FocalLength'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ISOSpeedRatings' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ISOSpeedRatings'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ExposureIndex' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ExposureIndex'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Xmp key 'Exif.Image.FocalLength' into image with Exiv2:  (Error # 7 :  "Invalid key 'Exif.Image.FocalLength'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ISOSpeedRatings' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ISOSpeedRatings'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ExposureIndex' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ExposureIndex'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Xmp key 'Exif.Image.FocalLength' into image with Exiv2:  (Error # 7 :  "Invalid key 'Exif.Image.FocalLength'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ISOSpeedRatings' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ISOSpeedRatings'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ExposureIndex' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ExposureIndex'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Xmp key 'Exif.Image.FocalLength' into image with Exiv2:  (Error # 7 :  "Invalid key 'Exif.Image.FocalLength'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ISOSpeedRatings' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ISOSpeedRatings'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ExposureIndex' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ExposureIndex'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Xmp key 'Exif.Image.FocalLength' into image with Exiv2:  (Error # 7 :  "Invalid key 'Exif.Image.FocalLength'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ISOSpeedRatings' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ISOSpeedRatings'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ExposureIndex' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ExposureIndex'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Xmp key 'Exif.Image.FocalLength' into image with Exiv2:  (Error # 7 :  "Invalid key 'Exif.Image.FocalLength'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ISOSpeedRatings' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ISOSpeedRatings'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot find Exif key 'Xmp.exif.ExposureIndex' into image with Exiv2:  (Error # 7 :  "Invalid key 'Xmp.exif.ExposureIndex'"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Digikam::MetaEngine::Private::printExiv2ExceptionError: Cannot set Exif data with Exiv2:  (Error # 4 :  "This does not look like a TIFF image"
Comment 9 Nicofo 2024-05-14 19:52:41 UTC
I tried with debug version (digiKam-8.4.0-20240512T090210-Qt6-x86-64-debug.appimage)
I only have the following message when I click in "Import":

Digikam::ExifToolParser::load: Cannot open source file to process with ExifTool...

(2 of these lines are written each time I select a picture in the Import window, whatever if the preview is available or not)


Note: same result with digikam 8.2.0
Comment 10 Nicofo 2024-05-14 20:17:02 UTC
Sorry, I forgot to enable debugging.
Here are the outputs  in the Import window:

Digikam::GPCamera::getThumbnail: Failed to get camera item! "/store_00010001/DCIM/Camera" "IMG_20240510_101546784_HDR.jpg"
Digikam::GPCamera::printGphotoErrorDescription: Libgphoto2 error:  Unspecified error  ( -1 )
Digikam::CameraController::sendLogMsg: Log ( "IMG_20240510_101546784_HDR.jpg"   "/store_00010001/DCIM/Camera" :  "Failed to get thumbnail for ‘IMG_20240510_101546784_HDR.jpg’"

(appears for each picture without preview)
Do you want me to send you one of these pictures ?
Comment 11 Maik Qualmann 2024-05-15 05:42:13 UTC
The cause is probably not the image itself. GPhoto2 has a problem with your camera device/connection. Which camera model is it?
Note that digiKam requires an exclusive connection with GPhoto2 to your camera. There are now background services on various desktops that display the status of the camera in the system section of the taskbar. Some do not release the connection again and digiKam cannot use the USB port via GPhoto2. Then use a USB card reader or disable the corresponding background services on your desktop.

Maik
Comment 12 Nicofo 2024-05-16 19:11:36 UTC
(In reply to Maik Qualmann from comment #11)
> The cause is probably not the image itself. GPhoto2 has a problem with your
> camera device/connection. Which camera model is it?
This is an android phone (Motorola)

> Note that digiKam requires an exclusive connection with GPhoto2 to your
> camera. There are now background services on various desktops that display
> the status of the camera in the system section of the taskbar. Some do not
> release the connection again and digiKam cannot use the USB port via
> GPhoto2.
Yes, I have noticed that (i.e. if the Android Phone is mounted in file explorer (nautilus in Gnome), digikam cannot load the images. No problem after unmounting the Phone in nautilus).
But I don't think this is the problem in my case because:
 - despite the fact the previews are missing, I can download the files without problem with digikam (and then the preview is OK in the album)
 - if I unplug / replug the phone and try to reopen the import window, it's always the same pictures whose preview is missing. So it sounds like it is well a problem with some images ? (unless these pictures are tagged as faulty in digikam DB and digikam does not try to display preview anymore ?)
Comment 13 Maik Qualmann 2024-05-16 19:54:16 UTC
The thumbnail from a GPhoto2 device is rendered/created by the phone/camera. So if the phone/camera doesn't create a thumbnail (for some reason) for a certain image/file type, digiKam won't be able to display anything.

Maik
Comment 14 Nicofo 2024-05-16 20:22:41 UTC
(In reply to Maik Qualmann from comment #13)
> The thumbnail from a GPhoto2 device is rendered/created by the phone/camera.
> So if the phone/camera doesn't create a thumbnail (for some reason) for a
> certain image/file type, digiKam won't be able to display anything.
> 
> Maik

So you think it's a GPhoto2 problem and not a digikam problem ?
How could I check that ? Is is possible to use gphoto other that with digikam ?

For info, nautilus (gnome file manager) displays the tumbnails of pictures from Android phone well (but I don't know if it uses Gphoto2 ?)
Comment 15 Nicofo 2024-11-09 21:34:09 UTC
Created attachment 175688 [details]
Failes thumbnails in import window

More information about the missing thumbnails of some pictures of my phone:
- It is reproducible for some pictures. I have copied 13 pictures from my phone (from the default camera directory) into a "test" directory on my phone and imported these 13 files with digikam.
    -->See result in attachment: 5 out of these 13 pictures do not have thumbnails.

- These pictures seem well to have en embedded thumbnail (see attachment top-right)
- I suspect that these pictures are those modified in Android photo app (because "Google" appears in the metadata: see attachment. The majority of the files with a thumbnail do not have that "Software  -  Google" tag).
- You can find examples of the pictures without thumbnails in: 
            http://nicofo.tuxfamily.org/tmp/TEST02_KO.jpg
            http://nicofo.tuxfamily.org/tmp/TEST05_KO.jpg
            http://nicofo.tuxfamily.org/tmp/TEST08_KO.jpg
Comment 16 Maik Qualmann 2024-11-09 21:43:12 UTC
According to ExifTool, there is no thumbnail in the image, no binary data. That will also be the problem that GPhoto2 does not transmit a thumbnail, or the phone cannot send one. Alternatively, in such a case we would have to request the complete image, but this would be very slow.

Maik
Comment 17 Nicofo 2024-11-10 09:00:47 UTC
Oh indeed, you are right (of course ;) ) there are no thumbnail in the picture (I was not aware of that). I checked also with exiv2.

> we would have to request the complete image, but this would be very slow
I understand that it would be very slow. However, I can see the thumbnail using File Manager (nautilus, dolphin) when accessing my phone. I suppose that it reads the thumbnail from the picture and, if missing, it reads the full image (so only for some pictures).

Would it be possible to improve that in digikam ? As you can see in the screenhshot (https://bugs.kde.org/attachment.cgi?id=175688) ,it is rather annoying not seeing what pictures are imported when you have to select some of them.
Comment 18 Maik Qualmann 2024-11-10 10:14:22 UTC
GPhoto2 only knows 2 image types to load from the device, either the preview or the normal image. We can fall back to the normal image if the preview is empty. I would implement it for digiKam-8.6.0. I just can't test it, even if I copy your image to my Samsung phone, I get a thumbnail from the device.
I need the debug output from you when digiKam loads the thumbnails and fails. I need to know if there is also an error message or if the thumbnail is just empty.

Maik
Comment 19 Nicofo 2024-11-10 21:19:28 UTC
(In reply to Maik Qualmann from comment #18)

> I need the debug output from you when digiKam loads the thumbnails and
> fails. I need to know if there is also an error message or if the thumbnail
> is just empty.

Hi Maik,
here is the debug output when I import pictures from the "test" directory of my phone. It contains 4 pictures without thumbnail.

Marble::MapThemeManager::Private::updateMapThemeModel: updateMapThemeModel
Marble::dgml::DgmlBlendingTagHandler::parse: DgmlBlendingTagHandler::parse "CloudsBlending"
Marble::dgml::DgmlBlendingTagHandler::parse: DgmlBlendingTagHandler::parse "SunLightBlending"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/bluemarble/bluemarble.dgml"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/citylights/citylights.dgml"
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 0 2
Marble::dgml::DgmlBlendingTagHandler::parse: DgmlBlendingTagHandler::parse "AlphaBlending"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/openstreetmap/openstreetmap.dgml"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/plain/plain.dgml"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/srtm/srtm.dgml"
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList() 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList() 0 2
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/srtm2/srtm2.dgml"
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 0 2
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("maps.kde.org") 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("maps.kde.org") 0 2
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/vectorosm/vectorosm.dgml"
Marble::PluginManagerPrivate::loadPlugins: Starting to load Plugins.
Marble::MarbleDirs::debug: === MarbleDirs: ===
Marble::MarbleDirs::debug: Local Path        : "/home/nicolas/.local/share/digikam/marble_data"
Marble::MarbleDirs::debug: Plugin Local Path : "/home/nicolas/.local/share/digikam/marble_plugins"
Marble::MarbleDirs::debug: System Path       : "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble"
Marble::MarbleDirs::debug: Plugin System Path: "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble"
Marble::MarbleDirs::debug: ===================
Marble::appendPlugin: Marble::RenderPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/AtmospherePlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/CachePlugin.so"
Marble::appendPlugin: Marble::AbstractFloatItem plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/CompassFloatItem.so"
Marble::appendPlugin: Marble::RenderPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/CrosshairsPlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/GpsbabelPlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/GpxPlugin.so"
Marble::appendPlugin: Marble::RenderPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/GraticulePlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/JsonPlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/KmlPlugin.so"
Marble::appendPlugin: Marble::AbstractFloatItem plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/MapScaleFloatItem.so"
Marble::appendPlugin: Marble::RenderPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/MeasureTool.so"
Marble::appendPlugin: Marble::AbstractFloatItem plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/NavigationFloatItem.so"
Marble::appendPlugin: Marble::ReverseGeocodingRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/NominatimReverseGeocodingPlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/OsmPlugin.so"
Marble::appendPlugin: Marble::AbstractFloatItem plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/OverviewMap.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/Pn2Plugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/PntPlugin.so"
Marble::appendPlugin: Marble::AbstractFloatItem plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/ProgressFloatItem.so"
Marble::PluginManagerPrivate::loadPlugins: void Marble::PluginManagerPrivate::loadPlugins() Time elapsed: 2 ms
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList() 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList() 0 2
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/srtm2/srtm2.dgml"
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 0 2
Marble::dgml::DgmlBlendingTagHandler::parse: DgmlBlendingTagHandler::parse "AlphaBlending"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/openstreetmap/openstreetmap.dgml"
Marble::MarbleModel::setMapTheme: DGML2 Name       :  "OpenStreetMap"
Marble::MarbleModel::setMapTheme: Changing Planet
Marble::SunLocator::setPlanet: SunLocator::setPlanet(Planet*)
Marble::FileManager::addFile: adding container: "cityplacemarks.cache"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileManager::addFile: adding container: "baseplacemarks.cache"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileManager::addFile: adding container: "elevplacemarks.cache"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileLoader::run: starting parser for "cityplacemarks.cache"
Marble::FileManager::addFile: adding container: "otherplacemarks.cache"
Marble::FileLoader::run: starting parser for "elevplacemarks.cache"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::FileLoader::run: starting parser for "baseplacemarks.cache"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Cache"   139918851617792
Marble::FileManager::addFile: adding container: "boundaryplacemarks.cache"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::MarbleModel::setMapTheme: THEME CHANGED: *** "earth/openstreetmap/openstreetmap.dgml"
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "clouds_data" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "clouds_data" to false
Marble::ParsingRunnerManager::parseFile: parse task  "Cache"   139919257985072
Marble::FileLoader::run: starting parser for "otherplacemarks.cache"
Marble::FileLoader::run: starting parser for "boundaryplacemarks.cache"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Cache"   139918894475632
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Cache"   139919257977936
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Cache"   139918061423264
Marble::TextureLayer::Private::updateTextureLayers: enabling texture "mapnik_data"
Marble::TextureLayer::Private::updateTextureLayers: disabling texture "humanitarian"
Marble::PlacemarkLayout::requestStyleReset: Style reset requested.
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "compass" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "compass" to false
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "scalebar" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "scalebar" to false
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "overviewmap" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "overviewmap" to false
Digikam::MapWidget::setBackend: "setting backend marble"
Digikam::BackendGoogleMaps::setMapType: "ROADMAP"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/srtm/srtm.dgml"
Marble::MarbleModel::setMapTheme: DGML2 Name       :  "Atlas"
Marble::MarbleModel::setMapTheme: Changing Planet
Marble::SunLocator::setPlanet: SunLocator::setPlanet(Planet*)
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_land.pn2"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_lakes.pn2"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_land.pn2"
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_lakes.pn2"
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_glaciated_areas.pn2"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_lakes_historic.pn2"
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139919248057728
Marble::FileManager::addFile: Starting placemark loading timer
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139917915410448
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_glaciated_areas.pn2"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139918061423424
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_lakes_historic.pn2"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139919431505008
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_playas.pn2"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_antarctic_ice_shelves_polys.pn2"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_admin_0_boundary_lines_land.pn2"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_admin_0_boundary_lines_maritime_indicator.pn2"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_antarctic_ice_shelves_polys.pn2"
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_admin_0_boundary_lines_land.pn2"
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_admin_0_breakaway_disputed_areas.pn2"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139919632713984
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_urban_areas.pn2"
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139919699825312
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_admin_1_states_provinces_lines.pn2"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileManager::addFile: adding container: "mwdbii/DATELINE.PNT"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_playas.pn2"
Marble::FileManager::addFile: adding container: "naturalearth/ne_50m_rivers_lake_centerlines.pn2"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::MarbleModel::setMapTheme: THEME CHANGED: *** "earth/srtm/srtm.dgml"
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "clouds_data" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "clouds_data" to false
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139919498453568
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_admin_0_breakaway_disputed_areas.pn2"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139919834143248
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_urban_areas.pn2"
Marble::FileLoader::run: starting parser for "mwdbii/DATELINE.PNT"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139919901786576
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Pnt"   139920236995488
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_admin_0_boundary_lines_maritime_indicator.pn2"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139920102440720
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_rivers_lake_centerlines.pn2"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139920370947712
Marble::FileLoader::run: starting parser for "naturalearth/ne_50m_admin_1_states_provinces_lines.pn2"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Pn2"   139920035461424
Marble::TextureColorizer::TextureColorizer: Marble::TextureColorizer::TextureColorizer(const QString&, const QString&) Time elapsed: 4 ms
Marble::TextureLayer::Private::updateTextureLayers: enabling texture "srtm_data"
Marble::PlacemarkLayout::requestStyleReset: Style reset requested.
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "navigation" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "navigation" to false
Marble::MapThemeManager::Private::updateMapThemeModel: updateMapThemeModel
Marble::dgml::DgmlBlendingTagHandler::parse: DgmlBlendingTagHandler::parse "CloudsBlending"
Marble::dgml::DgmlBlendingTagHandler::parse: DgmlBlendingTagHandler::parse "SunLightBlending"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/bluemarble/bluemarble.dgml"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/citylights/citylights.dgml"
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 0 2
Marble::dgml::DgmlBlendingTagHandler::parse: DgmlBlendingTagHandler::parse "AlphaBlending"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/openstreetmap/openstreetmap.dgml"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/plain/plain.dgml"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/srtm/srtm.dgml"
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList() 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList() 0 2
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/srtm2/srtm2.dgml"
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 0 2
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("maps.kde.org") 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("maps.kde.org") 0 2
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/vectorosm/vectorosm.dgml"
Marble::PluginManagerPrivate::loadPlugins: Starting to load Plugins.
Marble::MarbleDirs::debug: === MarbleDirs: ===
Marble::MarbleDirs::debug: Local Path        : "/home/nicolas/.local/share/digikam/marble_data"
Marble::MarbleDirs::debug: Plugin Local Path : "/home/nicolas/.local/share/digikam/marble_plugins"
Marble::MarbleDirs::debug: System Path       : "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble"
Marble::MarbleDirs::debug: Plugin System Path: "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble"
Marble::MarbleDirs::debug: ===================
Marble::appendPlugin: Marble::RenderPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/AtmospherePlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/CachePlugin.so"
Marble::appendPlugin: Marble::AbstractFloatItem plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/CompassFloatItem.so"
Marble::appendPlugin: Marble::RenderPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/CrosshairsPlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/GpsbabelPlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/GpxPlugin.so"
Marble::appendPlugin: Marble::RenderPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/GraticulePlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/JsonPlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/KmlPlugin.so"
Marble::appendPlugin: Marble::AbstractFloatItem plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/MapScaleFloatItem.so"
Marble::appendPlugin: Marble::RenderPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/MeasureTool.so"
Marble::appendPlugin: Marble::AbstractFloatItem plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/NavigationFloatItem.so"
Marble::appendPlugin: Marble::ReverseGeocodingRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/NominatimReverseGeocodingPlugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/OsmPlugin.so"
Marble::appendPlugin: Marble::AbstractFloatItem plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/OverviewMap.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/Pn2Plugin.so"
Marble::appendPlugin: Marble::ParseRunnerPlugin plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/PntPlugin.so"
Marble::appendPlugin: Marble::AbstractFloatItem plugin loaded from "/tmp/.mount_digiKaItQmiF/usr/plugins/digikam/marble/ProgressFloatItem.so"
Marble::PluginManagerPrivate::loadPlugins: void Marble::PluginManagerPrivate::loadPlugins() Time elapsed: 4 ms
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList() 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList() 0 2
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/srtm2/srtm2.dgml"
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 1 20
Marble::GeoSceneTileDataset::addDownloadPolicy: added download policy QList("tile.openstreetmap.org") 0 2
Marble::dgml::DgmlBlendingTagHandler::parse: DgmlBlendingTagHandler::parse "AlphaBlending"
Marble::MapThemeManager::Private::loadMapThemeFile: Map theme file successfully loaded: "/tmp/.mount_digiKaItQmiF/usr/share/digikam/marble/maps/earth/openstreetmap/openstreetmap.dgml"
Marble::MarbleModel::setMapTheme: DGML2 Name       :  "OpenStreetMap"
Marble::MarbleModel::setMapTheme: Changing Planet
Marble::SunLocator::setPlanet: SunLocator::setPlanet(Planet*)
Marble::FileManager::addFile: adding container: "cityplacemarks.cache"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileManager::addFile: adding container: "baseplacemarks.cache"
Marble::FileLoader::run: starting parser for "cityplacemarks.cache"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileManager::addFile: adding container: "elevplacemarks.cache"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Cache"   139920438040592
Marble::FileManager::addFile: adding container: "otherplacemarks.cache"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileLoader::run: starting parser for "elevplacemarks.cache"
Marble::FileManager::addFile: adding container: "boundaryplacemarks.cache"
Marble::FileManager::addFile: Starting placemark loading timer
Marble::FileLoader::run: starting parser for "baseplacemarks.cache"
Marble::MarbleModel::setMapTheme: THEME CHANGED: *** "earth/openstreetmap/openstreetmap.dgml"
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "clouds_data" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "clouds_data" to false
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Cache"   139920572179392
Marble::FileLoader::run: starting parser for "boundaryplacemarks.cache"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Cache"   139920840606800
Marble::TextureLayer::Private::updateTextureLayers: enabling texture "mapnik_data"
Marble::TextureLayer::Private::updateTextureLayers: disabling texture "humanitarian"
Marble::PlacemarkLayout::requestStyleReset: Style reset requested.
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "compass" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "compass" to false
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "scalebar" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "scalebar" to false
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "overviewmap" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "overviewmap" to false
Digikam::MapWidget::setBackend: "setting backend marble"
Marble::FileLoader::run: starting parser for "otherplacemarks.cache"
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Cache"   139920773497968
Marble::FileLoader::run: No recent Default Placemark Cache File available!
Marble::ParsingRunnerManager::parseFile: parse task  "Cache"   139920639280080
Digikam::ExifToolParser::exifToolAvailable: Check ExifTool availability: true
Digikam::BackendGoogleMaps::setMapType: "ROADMAP"
Marble::MarbleMap::setPropertyValue: In MarbleMap the property  "navigation" was set to  false
Marble::GeoSceneSettings::setPropertyValue: GeoSceneSettings: Property  "navigation" to false
Digikam::CameraController::sendLogMsg: Log ( ""   "" :  "Connecting to camera..."
Digikam::DKCamera::printSupportedFeatures: Supported features for "Motorola TEST"
Digikam::DKCamera::printSupportedFeatures:   Thumbnails: false
Digikam::DKCamera::printSupportedFeatures:   Delete: true
Digikam::DKCamera::printSupportedFeatures:   Delete dir: true
Digikam::DKCamera::printSupportedFeatures:   Upload: true
Digikam::DKCamera::printSupportedFeatures:   Mkdir: true
Digikam::DKCamera::printSupportedFeatures:   Image capture: false
Digikam::DKCamera::printSupportedFeatures:   Image capture preview (liveview): false
Digikam::CameraController::sendLogMsg: Log ( ""   "" :  "Connection established."
Marble::FileManagerPrivate::cleanupLoader: Finished loading all placemarks  422
Marble::FileManagerPrivate::cleanupLoader: Finished loading all placemarks  441
Digikam::ItemMarkerTiler::slotSourceModelReset: ----
Digikam::GPCamera::getFreeSpace: Storage fstype: generic tree hierarchy
Digikam::GPCamera::getFreeSpace: Storage description:  "Espace de stockage interne partagé"
Digikam::GPCamera::getFreeSpace: Storage base-dir:  "/store_00010001"
Digikam::GPCamera::getFreeSpace: Storage access: R/W
Digikam::GPCamera::getFreeSpace: Storage type: fixed RAM
Digikam::GPCamera::getFreeSpace: Storage capacity:  110969729024
Digikam::GPCamera::getFreeSpace: Storage free-space:  12569567232
Digikam::ExifToolParser::load: Cannot open source file to process with ExifTool...
Digikam::GPCamera::getThumbnail: Failed to get camera item! "/store_00010001/DCIM/test" "TEST01_KO.jpg"
Digikam::GPCamera::printGphotoErrorDescription: Libgphoto2 error:  Unspecified error  ( -1 )
Digikam::CameraController::sendLogMsg: Log ( "TEST01_KO.jpg"   "/store_00010001/DCIM/test" :  "Failed to get thumbnail for ‘TEST01_KO.jpg’"
Digikam::BackendMarble::slotThumbnailAvailableForIndex: QVariant(QPersistentModelIndex, QModelIndex(1,0,0x558d61be1440,Digikam::ImportFilterModel(0x558d62a5fa40))) QSize(254, 254)
Digikam::GPCamera::getMetadata: Size of Exif metadata from camera =  2111
Digikam::GPCamera::getMetadata: Exif header found at position  4
Digikam::ExifToolParser::load: Cannot open source file to process with ExifTool...
Digikam::MetadataWidget::setMetadata: "Standard Exif Tags" decoding took 0 ms ( false )
Digikam::MetadataWidget::setMetadata: "MakerNote Exif Tags" decoding took 0 ms ( false )
Digikam::MetadataWidget::setMetadata: "IPTC Records" decoding took 0 ms ( true )
Digikam::MetadataWidget::setMetadata: "XMP Schema" decoding took 0 ms ( true )
Digikam::GPCamera::getThumbnail: Failed to get camera item! "/store_00010001/DCIM/test" "TEST08_KO.jpg"
Digikam::GPCamera::printGphotoErrorDescription: Libgphoto2 error:  Unspecified error  ( -1 )
Digikam::CameraController::sendLogMsg: Log ( "TEST08_KO.jpg"   "/store_00010001/DCIM/test" :  "Failed to get thumbnail for ‘TEST08_KO.jpg’"
Digikam::BackendMarble::slotThumbnailAvailableForIndex: QVariant(QPersistentModelIndex, QModelIndex(1,0,0x558d61be1440,Digikam::ImportFilterModel(0x558d62a5fa40))) QSize(254, 254)
Digikam::GPCamera::getThumbnail: Failed to get camera item! "/store_00010001/DCIM/test" "TEST05_KO.jpg"
Digikam::GPCamera::printGphotoErrorDescription: Libgphoto2 error:  Unspecified error  ( -1 )
Digikam::CameraController::sendLogMsg: Log ( "TEST05_KO.jpg"   "/store_00010001/DCIM/test" :  "Failed to get thumbnail for ‘TEST05_KO.jpg’"
Digikam::BackendMarble::slotThumbnailAvailableForIndex: QVariant(QPersistentModelIndex, QModelIndex(1,0,0x558d61be1440,Digikam::ImportFilterModel(0x558d62a5fa40))) QSize(254, 254)
Digikam::GPCamera::getThumbnail: Failed to get camera item! "/store_00010001/DCIM/test" "TEST01_KO (1).jpg"
Digikam::GPCamera::printGphotoErrorDescription: Libgphoto2 error:  Unspecified error  ( -1 )
Digikam::CameraController::sendLogMsg: Log ( "TEST01_KO (1).jpg"   "/store_00010001/DCIM/test" :  "Failed to get thumbnail for ‘TEST01_KO (1).jpg’"
Digikam::BackendMarble::slotThumbnailAvailableForIndex: QVariant(QPersistentModelIndex, QModelIndex(1,0,0x558d61be1440,Digikam::ImportFilterModel(0x558d62a5fa40))) QSize(254, 254)
Comment 20 Maik Qualmann 2024-11-10 21:39:55 UTC
Thanks for the log. It reports an error, I already had a patch ready. I have to modify the patch again.

Maik