From 33400a872f5f2ca5d4ec8584344c9ecc91498895 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Sun, 7 Mar 2021 14:27:46 +0000 Subject: [PATCH] Avoid potential double dbus start See matching commit 8475fe4545998c806704a45a7d912f777a11533f in plasma-workspace --- bin/plasma-mobile.desktop.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/plasma-mobile.desktop.cmake b/bin/plasma-mobile.desktop.cmake index 634b4cd0..ea9b42cd 100644 --- a/bin/plasma-mobile.desktop.cmake +++ b/bin/plasma-mobile.desktop.cmake @@ -1,5 +1,5 @@ [Desktop Entry] -Exec=dbus-run-session ${CMAKE_INSTALL_FULL_BINDIR}/kwinwrapper +Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/plasma-dbus-run-session-if-needed ${CMAKE_INSTALL_FULL_BINDIR}/kwinwrapper TryExec=${CMAKE_INSTALL_FULL_BINDIR}/kwinwrapper DesktopNames=KDE Name=Plasma Mobile