add a new sed line that adds the full path to the Exec line in the
2001-07-24 Chema Celorio <chema@celorio.com> * 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.
This commit is contained in:
parent
8e7b25a1b1
commit
e9ab6d3ff0
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2001-07-24 Chema Celorio <chema@celorio.com>
|
||||
|
||||
* 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 <chema@celorio.com>
|
||||
|
||||
* RELEASE : 1.5.0
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue