https://bugs.kde.org/show_bug.cgi?id=387988
Méven Car <meve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meve...@gmail.com Keywords|junior-jobs | --- Comment #3 from Méven Car <meve...@gmail.com> --- The issue boils down to library KIO::JobUiDelegate not supporting QWindow as parent window, but requiring a QWidget instead, but since the folder view is in QtQuick/QML land that is not possible from there. We need to make KIO::JobUiDelegate and KMessageBox work with QWindow to fix this properly. Maybe wait to make a a library breakage : changing : KIO::JobUiDelegate::setWindow(Qwidget *window) to KIO::JobUiDelegate::setWindow(QWindow *window) Which should be easy for users to port, since QWidget has a nice windowHandle function to get any QWigets parent window. Removing junior-job as library work is not an easy path for first contribution. -- You are receiving this mail because: You are watching all bug changes.