GNOME Bugzilla – Bug 95008
Don't assume ${prefix}/share != ${datadir}
Last modified: 2005-02-10 05:11:32 UTC
Should GNOME_ICONDIR be ${prefix}/share or ${datadir} in libbackground/Makefile.am? The two are not always equivalent. I recommend ${datadir}.
Version 2.1.4 has the same.
Thanks for your bug report.
Created attachment 29846 [details] [review] Proposed patch.
Christian, have you emailed nautilus list about this? Let's nag Alex and get this committed...
Committed. Thanks Manny.
I suck. I had to revert my commit because libbackground is just a link into gnome-control-center. This bug/patch actually belongs there. Sorry.
Isn't the patch correct regardless of whether it belongs in gnomecc or not? Can we get this in?
I've just committed a patch to remove the line entirely. There's no need to define the GNOME_ICONDIR variable at all, as the code doesn't use it.