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:
parent
a759cdf678
commit
5b26635348
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue