On Sun, 14 May 2006 17:52:28 +0200, Jean-François Lemaire wrote:
Hello,
On Sunday 14 May 2006 14:32, Thomas Leonard wrote:
I made a launcher for Tgif without any trouble[4], but Inkscape is proving more difficult. The binary RPM on your site seems to use hard-coded paths to get the icons. I looked at the source code to see about fixing it, and I notice that you're already using autopackage's excellent binreloc tool. But, it appears that the RPM was compiled with this turned off!
If you're talking about the static RPM on SourceForge I'm the one responsible for it. But I'm afraid anything too technical is beyond my capabilities. RPM creation sometimes verges on black magic. (At least to me.) However, I'll see into that binreloc business.
Yep, that's the one. Investigating further, I think you just need to use:
./configure --enable-binreloc
I'm curious about why this isn't the default, though.
Thanks!