Andreas Schwab pronuncio' le seguenti parole il 08/02/2007 17:55:
Benoit Sigoure <[EMAIL PROTECTED]> writes:
Although two ways of solving this issue have been proposed already, there is
also another way out: using an AC_CONFIG_FILES.
glpegsolitaire.desktop.in
---
Quoting Andreas Schwab <[EMAIL PROTECTED]>:
Benoit Sigoure <[EMAIL PROTECTED]> writes:
Although two ways of solving this issue have been proposed already, there is
also another way out: using an AC_CONFIG_FILES.
glpegsolitaire.desktop.in
---
Hello Andreas, all,
I think most was already said in this thread. Let me add a small nit:
* Andreas Schwab wrote on Thu, Feb 08, 2007 at 02:04:10PM CET:
>
> Use @DATADIR@ in glpegsolitaire.desktop.in and put this in your makefile:
>
> glpegsolitaire.desktop: $(srcdir)/glpegsolitaire.desktop.in
Benoit Sigoure <[EMAIL PROTECTED]> writes:
> Although two ways of solving this issue have been proposed already, there is
> also another way out: using an AC_CONFIG_FILES.
>
> glpegsolitaire.desktop.in
> --
> [Desktop Entry]
> Name=Pe
Quoting Enrico Sardi <[EMAIL PROTECTED]>:
I have a desktop file like this:
glpegsolitaire.desktop
--
[Desktop Entry]
Name=Peg Solitaire
Comment=A "Peg Solitaire" for Gnome
Exec=glpegsolitaire
Icon=glpegsolitaire.png
Terminal=false
T
Enrico Sardi <[EMAIL PROTECTED]> writes:
> glpegsolitaire.desktop
> --
> [Desktop Entry]
> Name=Peg Solitaire
> Comment=A "Peg Solitaire" for Gnome
> Exec=glpegsolitaire
> Icon=glpegsolitaire.png
> Terminal=false
> Type=Application
>
Dear listmembers, dear Enrico,
IMHO this is a sed-job to be called from within automake:
cutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcut
#!/bin/sh
MYNAME=$1
cp -p desktop desktop.save
sed "s/Exec=.*/Exec=${MYNAME}/g" desktop.save > desktop
rm -f desktop.save
cutcutcutcutcu
Ralf Wildenhues pronuncio' le seguenti parole il 05/02/2007 20:35:
Hello Enrico,
* Enrico Sardi wrote on Sun, Feb 04, 2007 at 11:56:07PM CET:
Is there a way to set the "Exec" path in a .desktop file from an
automake variable?
I don't understand this question, sorry. It's possible both
Hello Enrico,
* Enrico Sardi wrote on Sun, Feb 04, 2007 at 11:56:07PM CET:
>
> Is there a way to set the "Exec" path in a .desktop file from an
> automake variable?
I don't understand this question, sorry. It's possible both to read
and to manipulate files in both the configure.ac script as we
Hi all!
Is there a way to set the "Exec" path in a .desktop file from an
automake variable?
Many thanks!
Enrico
10 matches
Mail list logo