Summary: | Exec line in kioexecd service file must not have any path prefix on Windows | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdelibs-bugs, simonandric5 |
Priority: | NOR | ||
Version: | 5.41.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/kio/105cdd8fb3c433588f799c901dd32ceb99b2cf11 | Version Fixed In: | 5.43.0 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 380136 |
Description
Ralf Habacker
2017-12-20 10:29:37 UTC
review request https://phabricator.kde.org/D9425 Git commit 105cdd8fb3c433588f799c901dd32ceb99b2cf11 by Ralf Habacker. Committed on 07/01/2018 at 18:15. Pushed by habacker into branch 'master'. Use cmake function 'kdbusaddons_generate_dbus_service_file' from kdbusaddons to generate dbus service file Summary: Related: bug 382459, bug 388059, bug 388060, bug 388063 FIXED-IN:5.43.0 Test Plan: compiled against installed HEAD of kdbusaddons git master branch and inspected generated service files; On Windows only the executable is used, which is expected Reviewers: dfaure, kfunk, bcooksley Reviewed By: dfaure Subscribers: #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D9669 M +1 -2 src/ioslaves/http/kcookiejar/CMakeLists.txt D +0 -4 src/ioslaves/http/kcookiejar/org.kde.kcookiejar5.service.in M +1 -4 src/kiod/CMakeLists.txt D +0 -4 src/kiod/org.kde.kiod5.service.in M +1 -2 src/kioexec/CMakeLists.txt D +0 -3 src/kioexec/org.kde.kioexecd.service.in M +1 -2 src/kpasswdserver/CMakeLists.txt D +0 -4 src/kpasswdserver/org.kde.kpasswdserver.service.in M +1 -2 src/kssld/CMakeLists.txt D +0 -4 src/kssld/org.kde.kssld5.service.in https://commits.kde.org/kio/105cdd8fb3c433588f799c901dd32ceb99b2cf11 |