https://bugs.kde.org/show_bug.cgi?id=501085
Friedrich W. H. Kossebau <kosse...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kio/-/commit/a7be926 |eworks/kio/-/commit/053420f |869d82d70de549970c25ee76a88 |b34fb1d1a3632aa3386d45b9310 |a2e6a9 |36834d --- Comment #7 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Git commit 053420fb34fb1d1a3632aa3386d45b931036834d by Friedrich W. H. Kossebau. Committed on 14/03/2025 at 21:20. Pushed by kossebau into branch 'kf5'. KFileWidget: drop broken workaround for old s-m-i octet-stream file suffix Logic was establishing m_extension to be '.' when "application/octet-stream" is the set filter and currentExtension being empty, thus screwing over the edited filename. s-m-i 1.10 and Qt 5.11.0 got the octet-stream file suffix fixed, and with KCoreAddons 5.117.0 now also requiring at least s-m-i 1.10, the work-around can be dropped. M +5 -0 autotests/kfilewidgettest.cpp M +1 -2 src/filewidgets/kfilewidget.cpp https://invent.kde.org/frameworks/kio/-/commit/053420fb34fb1d1a3632aa3386d45b931036834d -- You are receiving this mail because: You are watching all bug changes.