Use KDE_INSTALL_FULL_LIBEXECDIR in kdeconnectd.desktop template

This always translates to the correct path, while ${LIBEXEC_INSTALL_DIR} gives the wrong Exec=lib/kdeconnectd if KDE_INSTALL_LIBEXECDIR=lib.

REVIEW: 128607
This commit is contained in:
Antonio Rojas 2016-09-03 10:45:45 +02:00 committed by Aleix Pol
parent a759cdf678
commit 5b26635348

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Exec=${LIBEXEC_INSTALL_DIR}/kdeconnectd
Exec=${KDE_INSTALL_FULL_LIBEXECDIR}/kdeconnectd
X-KDE-StartupNotify=false
X-KDE-autostart-phase=0
X-GNOME-Autostart-enabled=true