From e9ab6d3ff0980c95b11938be99d7a44bb47e8990 Mon Sep 17 00:00:00 2001 From: Chema Celorio Date: Tue, 24 Jul 2001 08:40:02 +0000 Subject: [PATCH] add a new sed line that adds the full path to the Exec line in the 2001-07-24 Chema Celorio * configure.in (dnl): add a new sed line that adds the full path to the Exec line in the .desktop files. It is commented out for now cause gnoemcc is not apreciating full paths. --- ChangeLog | 6 ++++++ configure.in | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index edd3c7157..c88c92c52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-07-24 Chema Celorio + + * configure.in (dnl): add a new sed line that adds the full path to the Exec line + in the .desktop files. It is commented out for now cause gnoemcc is not apreciating + full paths. + 2001-07-20 Chema Celorio * RELEASE : 1.5.0 diff --git a/configure.in b/configure.in index c1f62803f..4acadc60c 100644 --- a/configure.in +++ b/configure.in @@ -152,6 +152,10 @@ dnl ============================================== +dnl Here is the new sed line that adds the full path to the Exec line : +dnl sed -e \"s#Icon=.\*#Icon=$(GNOMECC_ICONS_DIR)/${cappletname}-capplet.png#\" -e \"s#Exec=.\*#Exec=gnomecc --run-capplet ${bindir}/${bin_PROGRAMS}#\" < $< \> ${cappletname}.desktop.in\ +dnl +dnl Chema dnl ============================================== dnl Macro for the common code