From 0bdac9f154a96cc8eff7b2a84d3665a9b4c409d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Wed, 14 Oct 2015 22:18:55 +0200 Subject: [PATCH] Fix applications desktop files location to be compliant with xdg specification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0b6b597..8cf8cb2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,8 +25,7 @@ kasablanca_LDFLAGS = $(TDE_RPATH) $(all_libraries) kasablanca_LDADD = -lssl $(LIB_TDEUI) -lcrypto $(LIB_TDECORE) -lDCOP $(LIB_QT) # this is where the desktop file will go -shelldesktopdir = $(kde_appsdir)/Utilities -shelldesktop_DATA = kasablanca.desktop +xdg_apps_DATA = kasablanca.desktop # this is where the shell's XML-GUI resource file goes shellrcdir = $(kde_datadir)/kasablanca