GNOME Bugzilla – Bug 732396
Desktop file malformed when bindir is unset
Last modified: 2014-07-01 07:05:31 UTC
The value for bindir is put into the desktop file without further substitution. If it is left at the default, it becomes a literal "Exec=${exec_prefix}/bin/seahorse", rendering the desktop file unusable. Workaround is to set the bindir explicitly, e.g. using "--bindir=/usr/bin".
Thanks for reporting this. Are you interested in providing a patch for this issue?
Yes, I'll look into it.
Created attachment 279637 [details] [review] patch This seems to work.
Thanks. Merged the fix into git master, after making a few Makefile.am tweaks so that 'make distcheck' doesn't fail.