From 17f18f06862df10bf17b515add81e489dceb6a03 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Tue, 21 Jun 2016 19:56:52 +0200 Subject: [PATCH] Fixed dbus-activation of telepathy connection manager service --- plugins/telepathy/telepathy-cm/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/telepathy/telepathy-cm/CMakeLists.txt b/plugins/telepathy/telepathy-cm/CMakeLists.txt index bf526a958..33a8331eb 100644 --- a/plugins/telepathy/telepathy-cm/CMakeLists.txt +++ b/plugins/telepathy/telepathy-cm/CMakeLists.txt @@ -16,8 +16,10 @@ target_link_libraries(connectcm install (TARGETS connectcm DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}) -file(WRITE ${CMAKE_BINARY_DIR}/org.freedesktop.Telepathy.ConnectionManager.kdeconnect.service "Name=org.freedesktop.Telepathy.ConnectionManager.kdeconnect -Exec=$") +file(WRITE ${CMAKE_BINARY_DIR}/org.freedesktop.Telepathy.ConnectionManager.kdeconnect.service "[D-BUS Service] +Name=org.freedesktop.Telepathy.ConnectionManager.kdeconnect +Exec=${KDE_INSTALL_FULL_LIBEXECDIR}/connectcm +") install(FILES ${CMAKE_BINARY_DIR}/org.freedesktop.Telepathy.ConnectionManager.kdeconnect.service DESTINATION share/dbus-1/services)