https://bugs.kde.org/show_bug.cgi?id=382458

            Bug ID: 382458
           Summary: Exec lines in service files must not have any path
                    prefix
           Product: frameworks-kwallet
           Version: 5.36.0
          Platform: Other
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: va...@kde.org
          Reporter: ralf.habac...@freenet.de
                CC: kdelibs-b...@kde.org
            Blocks: 380136
  Target Milestone: ---

The following commit
https://cgit.kde.org/kwallet.git/commit/?id=0ba2aeadc90823515f03a1536d2f1838aace39fe
makes the exec line absolute which does not work on Windows. Service
executables are located in the bin dir and relative pathes will not work in any
cases. [1][2] 

Instead on Windows the resulting Exec line should be:

Exec=kwalletd5

which means the template need to have some like this 

+Exec=@SOME_PREFIX@kwalletd5

to be removable 

and ecm KDEInstallDirs.cmake needs to set this variable to empty on Windows

This topics affects any dbus service file provided in any frameworks library.

[1] https://mail.kde.org/pipermail/kde-buildsystem/2011-October/008227.html
[2] https://lists.freedesktop.org/archives/dbus/2016-June/016949.html.


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=380136
[Bug 380136] Fix KF5 issues on Windows
-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to