Created attachment 168503 [details] Error message when digikam frozen SUMMARY On 8.3.0, I can no more import from USB. Digikam freeze during the process. I tried many times, on 2 different computer, with the same result. I installed 8.2.0 back, and every thing is back to normal. STEPS TO REPRODUCE 1. Open Digikam. Choose «Importation» «périphérique de stockage USB» 2. I select the images I want to import (around 290) 3. I try to right click to get the menu «import the selection», but nothing appens OBSERVED RESULT Nothing happens, and after few seconds, i get the message that Digikam is frozen, and asking if I want to wait or to exit EXPECTED RESULT Should import the images SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION The the error message (image), but also the messages in the terminal, when launching the appimage from the terminal. The error messages are strange, as they refers to ... rhytmbox...
Created attachment 168504 [details] Error messages in the terminal
Please create the log from the terminal with activated Qt debug output, set this environment variable before digiKam starts: export QT_LOGGING_RULES="digikam*=true" Maik
Note: digiKam has nothing to do with rhytmbox tool...
The problem is related to KService. We forgot to patch the import tool context menu. To download images, do not use the right-click context menu, use the tool download button in the tool toolbar. Maik
Here are the messages with the debug tool.
Created attachment 168510 [details] Message with the debug infos.
(In reply to Maik Qualmann from comment #4) > The problem is related to KService. We forgot to patch the import tool > context menu. To download images, do not use the right-click context menu, > use the tool download button in the tool toolbar. > > Maik I can not really access it, I always get the message from the OS «digikam is not responding», and the download button in the toolbar does not react (no button seems to react at all).
Git commit 25940e499eb131b0d8e0e7170baccd2dd7f8acf6 by Maik Qualmann. Committed on 14/04/2024 at 12:09. Pushed by mqualmann into branch 'master'. no KService without KIO in the import "Open With..." M +134 -63 core/utilities/import/widgets/importcontextmenu.cpp https://invent.kde.org/graphics/digikam/-/commit/25940e499eb131b0d8e0e7170baccd2dd7f8acf6
The GUI is blocked during the download, this is normal. You should not use the right-click context menu. Just select images and then use the tool button to download. Maik
A new pre-release digiKam-8.4.0 AppImage is available. You can use this to test the bug fix, I'm closing the bug now. https://files.kde.org/digikam/ Maik
Hello, tried pre-release of 8.4.0, at it works well. Thank you !