From dc8b22172f1caaafccfe35e2b85d159d388dad1b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 24 Oct 2017 20:39:50 +0000 Subject: XDG autostart: Adapt previous reverse commit to Ayatana Indicators. Don't start the service in Unity and Pantheon, but launch it in MATE. --- data/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/CMakeLists.txt') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 8a1dd16..a9ebf55 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -76,11 +76,11 @@ install( set( INDICATOR_SOUND_XDG_AUTOSTART - "${CMAKE_CURRENT_BINARY_DIR}/indicator-sound.desktop" + "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-sound.desktop" ) configure_file( - "indicator-sound.desktop.in" + "ayatana-indicator-sound.desktop.in" ${INDICATOR_SOUND_XDG_AUTOSTART} @ONLY ) @@ -96,11 +96,11 @@ install( set( INDICATOR_SOUND_UPSTART_XDG_AUTOSTART - "${CMAKE_CURRENT_BINARY_DIR}/indicator-sound.upstart.desktop" + "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-sound.upstart.desktop" ) configure_file( - "indicator-sound.upstart.desktop.in" + "ayatana-indicator-sound.upstart.desktop.in" ${INDICATOR_SOUND_UPSTART_XDG_AUTOSTART} @ONLY ) @@ -108,7 +108,7 @@ configure_file( install( FILES "${INDICATOR_SOUND_UPSTART_XDG_AUTOSTART}" DESTINATION "${CMAKE_INSTALL_DATADIR}/upstart/xdg/autostart" - RENAME "indicator-sound.desktop" + RENAME "ayatana-indicator-sound.desktop" ) ########################### -- cgit v1.2.3