https://bugs.kde.org/show_bug.cgi?id=479010
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.1 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/c5d6386c8f8f67ca9be189f51 | |fe3da305220f96d Status|ASSIGNED |RESOLVED --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit c5d6386c8f8f67ca9be189f51fe3da305220f96d by Nate Graham. Committed on 22/02/2024 at 21:33. Pushed by ngraham into branch 'master'. applets/kicker: Always use DBus activation for launching apps Setting the KIO::ApplicationLauncherJob::DeleteTemporaryFiles flag has the effect of not using DBus activation for launching apps. This causes subtly different launch and activation behaviors for when launching apps from Kicker/Kickoff etc. compared to doing so using Task Manager, KRunner, or all of the other app launching entry-points which do use DBus activation. The result is unusual bugs, and inconsistent, random-feeling behavior when things go wrong. Let's always use the commmon DBus activation codepath here. If it's broken or has bugs, we need to know about them and fix them, not provide a hidden and unexpected workaround. FIXED-IN: 6.1 M +0 -1 applets/kicker/plugin/appentry.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/c5d6386c8f8f67ca9be189f51fe3da305220f96d -- You are receiving this mail because: You are watching all bug changes.