After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 616116 - html documentation has broken images
html documentation has broken images
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: doc
0.97.x
Other Linux
: Normal normal
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-18 17:14 UTC by Buck
Modified: 2011-03-20 17:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Buck 2010-04-18 17:14:47 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
Comment 1 Robert Roth 2010-05-19 22:26:31 UTC
This happens for the docs shipped with Ubuntu 10.04 too.
Comment 2 Hans Breuer 2011-03-20 11:51:14 UTC
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.
Comment 3 Buck 2011-03-20 17:04:46 UTC
I also just looked at this under Ubuntu 10.10, and it seems fixed.

Resolved.

Thanks,
--Buck