<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>388060</bug_id>
          
          <creation_ts>2017-12-20 10:12:57 +0000</creation_ts>
          <short_desc>Exec line in kpasswdserver service file must not have any path prefix on Windows</short_desc>
          <delta_ts>2018-04-04 10:19:04 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Frameworks and Libraries</classification>
          <product>frameworks-kio</product>
          <component>general</component>
          <version>5.41.0</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Microsoft Windows</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>380136</blocked>
          <everconfirmed>0</everconfirmed>
          <reporter name="Ralf Habacker">ralf.habacker</reporter>
          <assigned_to name="David Faure">faure</assigned_to>
          <cc>kdelibs-bugs-null</cc>
    
    <cc>simonandric5</cc>
          
          <cf_commitlink>https://commits.kde.org/kio/105cdd8fb3c433588f799c901dd32ceb99b2cf11</cf_commitlink>
          <cf_versionfixedin>5.43.0</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1717693</commentid>
    <comment_count>0</comment_count>
    <who name="Ralf Habacker">ralf.habacker</who>
    <bug_when>2017-12-20 10:12:57 +0000</bug_when>
    <thetext>cat ./src/kpasswdserver/org.kde.kpasswdserver.service.in 
[D-BUS Service]
Name=org.kde.kpasswdserver
Exec=@KDE_INSTALL_FULL_LIBEXECDIR@/kf5/kiod5

shows that Exec line contains a path prefix which does not work on Windows (see bug 382458 for details)

Instead the prefix in the Exec line needs to be completly removed on windows e.g.

Exec=kiod5</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1717702</commentid>
    <comment_count>1</comment_count>
    <who name="Ralf Habacker">ralf.habacker</who>
    <bug_when>2017-12-20 11:00:26 +0000</bug_when>
    <thetext>review request https://phabricator.kde.org/D9427</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1720679</commentid>
    <comment_count>2</comment_count>
    <who name="Ralf Habacker">ralf.habacker</who>
    <bug_when>2018-01-07 18:16:17 +0000</bug_when>
    <thetext>Git commit 105cdd8fb3c433588f799c901dd32ceb99b2cf11 by Ralf Habacker.
Committed on 07/01/2018 at 18:15.
Pushed by habacker into branch &apos;master&apos;.

Use cmake function &apos;kdbusaddons_generate_dbus_service_file&apos; from kdbusaddons to generate dbus service file

Summary:
Related: bug 382459, bug 388059, bug 388062, 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</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>