Bug 397856 - Export to remote storage: transfer not done
Summary: Export to remote storage: transfer not done
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-FileTransfer (show other bugs)
Version: 6.0.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-25 08:37 UTC by philippe.quaglia
Modified: 2020-08-02 14:34 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.1.0


Attachments
Screen capture with the error message (13.38 KB, image/jpeg)
2018-08-25 08:37 UTC, philippe.quaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description philippe.quaglia 2018-08-25 08:37:44 UTC
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.
Comment 1 tomasz 2018-11-03 00:34:04 UTC
I'm seeing the same (and have been for a while). 6.0 beta 2 (and 6.0-git, 27Apr18) on Ubuntu 18.04
Comment 2 caulier.gilles 2018-11-03 04:11:54 UTC
Did you use digiKam from AppImage bundle ?

Gilles Caulier
Comment 3 caulier.gilles 2018-11-03 04:12:39 UTC
In all cases, File transfert tool use KIO in background, and KIO is the problem...

Gilles Caulier
Comment 4 tomasz 2018-11-04 04:12:27 UTC
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.
Comment 5 caulier.gilles 2018-11-04 04:31:39 UTC
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
Comment 6 Maik Qualmann 2019-01-09 20:49:27 UTC
*** Bug 403050 has been marked as a duplicate of this bug. ***
Comment 7 caulier.gilles 2019-03-01 02:06:43 UTC
*** Bug 404899 has been marked as a duplicate of this bug. ***
Comment 8 Maik Qualmann 2019-03-27 22:03:05 UTC
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
Comment 9 caulier.gilles 2019-07-24 05:40:20 UTC
Maik, 
Your new plugin is ready to close this file i suppose, or it miss yet something to implement ?

Gilles
Comment 10 caulier.gilles 2020-01-10 09:52:51 UTC
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
Comment 11 caulier.gilles 2020-08-01 14:23:42 UTC
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
Comment 12 philippe.quaglia 2020-08-02 14:20:03 UTC
Works fine with appimage release 7.0. Attention: tested «export to local storage».
Comment 13 philippe.quaglia 2020-08-02 14:21:40 UTC
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 !
Comment 14 caulier.gilles 2020-08-02 14:34:55 UTC
Thanks for your feedback