https://bugs.kde.org/show_bug.cgi?id=450573
Bug ID: 450573
Summary: KIO::CommandLauncherJob doesn't emit error when
command is empty
Product: frameworks-kio
Version: 5.91.0
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
auto *job = new KIO::CommandLauncherJob("", {}, this);
job->start()
will finish without error()/errorMessage()/errorString() indicating any issue,
although in 99% of cases that would be a bug in the calling code
This appears in the logs:
kf.kio.gui: Failed to register new cgroup:
"app--43ef161fd300419da0628a3fc7446b39.scope"
"org.freedesktop.DBus.Error.UnixProcessIdUnknown" "Process with ID 21340 does
not exist."
kf.kio.gui: "" exitCode= 0 exitStatus= QProcess::NormalExit
--
You are receiving this mail because:
You are watching all bug changes.