Created attachment 114597 [details] Screen capture with the error message I select an image, and choose «transfer to remote storage». I select a source directory, and press »start transfer» but I get an error message saying that the transfer has not been done, I do not know why. See attached screen capture.
I'm seeing the same (and have been for a while). 6.0 beta 2 (and 6.0-git, 27Apr18) on Ubuntu 18.04
Did you use digiKam from AppImage bundle ? Gilles Caulier
In all cases, File transfert tool use KIO in background, and KIO is the problem... Gilles Caulier
That's correct - I'm using AppImage Is there is workaround or a fix for this KIO problem? Many times in the past I wanted to use the export function - but as far as I remember it never worked.
Not as i know. In fact KIO core is not designed to be embedded in AppImge (or in another bundle format) There are plenty runtime dependencies. I tried to do it but it's impossible. The puzzle if too complicated. So this tool must be simplified and use a pure Qt5 API without KIO. Gilles Caulier
*** Bug 403050 has been marked as a duplicate of this bug. ***
*** Bug 404899 has been marked as a duplicate of this bug. ***
Git commit 8e6e429b29b0cdaba45f1cd736fafc61ac46c229 by Maik Qualmann. Committed on 27/03/2019 at 22:01. Pushed by mqualmann into branch 'master'. add simple local file copy export plugin tool Related: bug 373820 M +1 -0 core/dplugins/generic/webservices/CMakeLists.txt A +27 -0 core/dplugins/generic/webservices/filecopy/CMakeLists.txt A +133 -0 core/dplugins/generic/webservices/filecopy/fcexportwidget.cpp [License: GPL (v2+)] A +93 -0 core/dplugins/generic/webservices/filecopy/fcexportwidget.h [License: GPL (v2+)] A +224 -0 core/dplugins/generic/webservices/filecopy/fcexportwindow.cpp [License: GPL (v2+)] A +134 -0 core/dplugins/generic/webservices/filecopy/fcexportwindow.h [License: GPL (v2+)] A +117 -0 core/dplugins/generic/webservices/filecopy/fcplugin.cpp [License: GPL (v2+)] A +71 -0 core/dplugins/generic/webservices/filecopy/fcplugin.h [License: GPL (v2+)] A +114 -0 core/dplugins/generic/webservices/filecopy/fctask.cpp [License: GPL (v2+)] A +66 -0 core/dplugins/generic/webservices/filecopy/fctask.h [License: GPL (v2+)] A +92 -0 core/dplugins/generic/webservices/filecopy/fcthread.cpp [License: GPL (v2+)] A +70 -0 core/dplugins/generic/webservices/filecopy/fcthread.h [License: GPL (v2+)] https://commits.kde.org/digikam/8e6e429b29b0cdaba45f1cd736fafc61ac46c229
Maik, Your new plugin is ready to close this file i suppose, or it miss yet something to implement ? Gilles
Git commit 94a97bf01ad6e9829c564769a84b71632bb992c7 by Gilles Caulier. Committed on 10/01/2020 at 09:51. Pushed by cgilles into branch 'master'. Install QtWebKit run time process to handle web browser request with AppImage. Related: bug 413196, bug 413855 M +21 -3 project/bundles/appimage/04-build-appimage.sh https://invent.kde.org/kde/digikam/commit/94a97bf01ad6e9829c564769a84b71632bb992c7
digiKam 7.0.0 stable release is now published and now available as FlatPak: https://www.digikam.org/news/2020-07-19-7.0.0_release_announcement/ We need a fresh feedback on this file using this version. Thanks in advance Gilles Caulier
Works fine with appimage release 7.0. Attention: tested «export to local storage».
What I mean in my previous message is that I used the digikam export tool « export to local storage». It works fine now, many thanks !
Thanks for your feedback