https://bugs.kde.org/show_bug.cgi?id=382459
--- Comment #2 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Christophe Giboudeaux from comment #1) > I don't think these are different issues. This probably has to be fixed > somewhere in ECM (same thing for bug 382460) In kio the Exec line needs to be changed to something like Exec=@NEW_VARIABLE_FOR CROSS_PLATTFORM_LIBEXEC_PATH@kiod5 ECM is responsible to setup these variable according to related platform e.g. if(WIN32) set(NEW_VARIABLE_FOR CROSS_PLATTFORM_LIBEXEC_PATH) else() set(NEW_VARIABLE_FOR CROSS_PLATTFORM_LIBEXEC_PATH ${KDE_INSTALL_FULL_LIBEXECDIR}/kf5/) endif() -- You are receiving this mail because: You are watching all bug changes.