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

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

The Exec line in kio/src/kiod/org.kde.kiod5.service.in
[D-BUS Service]
Name=org.kde.kiod5
Exec=@KDE_INSTALL_FULL_LIBEXECDIR@/kf5/kiod5

will 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=@SOME_PREFIX@kiod5

Also on Windows kiod5 need to be installed in bindir


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