https://bugs.kde.org/show_bug.cgi?id=464668
--- Comment #1 from Nate Graham <n...@kde.org> --- This is because for those apps, we launch them using KIO::CommandLauncherJob rather than KIO::ApplicationLauncherJob, and ApplicationLauncherJob takes care of wiring up the launch feedback bits automatically, but CommandLauncherJob does not. We do this because for those, we have to pass command-line arguments to their executables or else run their executable directly because it doesn't have a desktop file, and ApplicationLauncherJob doesn't support those use cases. Maybe I can manually set an icon (or a desktop file, if we have one) for those CommandLauncherJob invocations. -- You are receiving this mail because: You are watching all bug changes.