https://bugs.kde.org/show_bug.cgi?id=357651
Bug ID: 357651 Summary: No error message if file pasting failed Product: dolphin Version: 15.12.0 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: fab...@ritter-vogt.de Copying a file into clipboard and then pasting it into a directory with insufficient space does not work and no error message is shown. I tracked it down to connect(m_view, &DolphinView::directoryLoadingCompleted, m_messageWidget, &KMessageWidget::hide); in src/dolphinviewcontainer.cpp. The issue is that pasting a file causes an event to be triggered by KDirNotify, causing a refresh of the directory and in turn the signal directoryLoadingCompleted is emitted. This hides KMessageWidget again, so that it is never shown. Removing the connection isn't a proper solution and I don't know dolphin's code well enough to provide a proper fix. Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.