https://bugs.kde.org/show_bug.cgi?id=363198
--- Comment #2 from Aleix Pol <aleix...@kde.org> --- Hi, thanks for reporting. I've been trying to reproduce but I didn't manage to. Can you show me what output you get with this patch? diff --git a/applets/quickshare/plasmoid/contents/ui/main.qml b/applets/quickshare/plasmoid/contents/ui/main.qml index c5644a4..263f1ae 100644 --- a/applets/quickshare/plasmoid/contents/ui/main.qml +++ b/applets/quickshare/plasmoid/contents/ui/main.qml @@ -151,6 +151,7 @@ DropArea { } } onFinished: { + console.log("finished", output, error) if (error==0 && output.url !== "") { var resultUrl = output.url; console.log("Received", resultUrl) -- You are receiving this mail because: You are watching all bug changes.