From 2a395d9c0920638916b45bbbdebb06f48e6ecd5c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 14 Sep 2012 14:47:19 -0500 Subject: Making the desktop file find the wrapper --- Makefile.am | 2 +- uccsconfigure.desktop.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 18c49bc..b411d8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ lightdm_session_DATA = \ uccsconfigure.desktop %.desktop: %.desktop.in - @sed -e "s|\@pkgdatadir\@|$(pkgdatadir)|" $< > $@ + @sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ EXTRA_DIST += uccsconfigure.desktop.in CLEANFILES += uccsconfigure.desktop diff --git a/uccsconfigure.desktop.in b/uccsconfigure.desktop.in index a31bb5e..01551c4 100644 --- a/uccsconfigure.desktop.in +++ b/uccsconfigure.desktop.in @@ -1,8 +1,8 @@ [Desktop Entry] Name=UCCS Configure Comment=Setup a UCCS Account -Exec=@pkgdatadir@/uccsconfigure-session -TryExec=@pkgdatadir@/uccsconfigure-session +Exec=@pkglibexecdir@/uccsconfigure-session-wrapper +TryExec=@pkglibexecdir@/uccsconfigure-session-wrapper Icon= Type=Application X-LightDM-PAM-Service=lightdm-remote-uccsconfigure -- cgit v1.2.3