GNOME Bugzilla – Bug 616116
html documentation has broken images
Last modified: 2011-03-20 17:04:46 UTC
Dia has beautiful documentation, but the docs shipped with Ubuntu (9.10 Karmic) have broken <img> tags. Somehow the .png extension got removed from all of the src attributes. I had to simply run this command to fix it. Possibly you can use this command to fix it? find /usr/share/doc/dia-common/html/en -name *.html | sudo xargs sed -i '/"graphics\// { s|\("graphics/[^"]*\)"|\1.png"|g }' extra version info: Version: 0.97-2 Filename: pool/universe/d/dia/dia_0.97-2_i386.deb MD5sum: a0e080a8bc6f24e48349d86c2ac5cc7d
This happens for the docs shipped with Ubuntu 10.04 too.
I've tried to reproduce under Ubuntu 10.04 to no avail, i.e. the html documentation does contain all the images it is supposed to. Looks like an issue with the Ubuntu build system, not fixable upstream.
I also just looked at this under Ubuntu 10.10, and it seems fixed. Resolved. Thanks, --Buck