https://bugs.kde.org/show_bug.cgi?id=448859
Bug ID: 448859
Summary: KEmailClientLaucherJob can't lauch Thunderbird with
env variable in Exec
Product: frameworks-kio
Version: git master
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
STEPS TO REPRODUCE
1. Change the Exec line in the Thunderbird desktop file to
"MOZ_ENABLE_WAYLAND=1 /usr/lib/thunderbird/thunderbird %u"
2. Set thunderbird as default email client
3. Create and start a KEmailClientLauncherJob
OBSERVED RESULT
Thunderbird does not open
kf.kio.gui: Failed to register new cgroup:
"app--a2814818d4114405bc37e453a8dc3eaf.scope"
"org.freedesktop.DBus.Error.UnixProcessIdUnknown" "Process with ID 125248 does
not exist."
This is because KIO::DesktopExecParser::executableName trips over the env
variable
Removing the env variable makes it work
EXPECTED RESULT
Thunderbird opens
SOFTWARE/OS VERSIONS
KDE Plasma Version: master
KDE Frameworks Version: master
Qt Version: 5.15-kde
--
You are receiving this mail because:
You are watching all bug changes.