https://bugs.kde.org/show_bug.cgi?id=369523
--- Comment #4 from Jonathan Marten <j...@keelhaul.me.uk> --- Found an easier solution. If anyone can compile from source, please test. The fix is to Dolphin, even though the problem only affects Konqueror... --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -78,6 +78,7 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantL this, &DolphinPart::slotErrorMessage); connect(m_view, &DolphinView::directoryLoadingCompleted, this, static_cast<void(DolphinPart::*)()>(&DolphinPart::completed)); + connect(m_view, &DolphinView::directoryLoadingCompleted, this, &DolphinPart::updatePasteAction); connect(m_view, &DolphinView::directoryLoadingProgress, this, &DolphinPart::updateProgress); connect(m_view, &DolphinView::errorMessage, this, &DolphinPart::slotErrorMessage); -- You are receiving this mail because: You are watching all bug changes.