* If you installed gtktalog-0.11.1 as your first gtktalog release, you probably have the
   generic gtktalog.cf with wrong DefaultOpened*Icon file names. To use the right files, either
   remove your ${HOME}/.gtktalog/gtktalog.cf file or try this:
     $ mv ${HOME}/.gtktalog/gtktalog.cf ${HOME}/.gtktalog/gtktalog.cf.bad
     $ cat ${HOME}/.gtktalog/gtktalog.cf.bad | grep -v DefaultOpened > ${HOME}/.gtktalog/gtktalog.cf
   Then rerun gtktalog.
   This bug is just an esthetic bug. GTKtalog will neither crash nor corrupt anything because of it.

* This bug should not happen if you don't hack the gtktalog docs. So users and code hackers don't
  need to read this.
  When I tried to make the documentation, I noticed that it was not working on my Mandrake-7.2.
   Here is how I manage to make it work:
   rpm -Uvh openjade-1.3-8mdk.i586.rpm
   rpm -Uvh sgml-common-0.2-1mdk.i586.rpm
   rpm -Uvh docbook-dtd31-sgml-1.0-1mdk.i586.rpm
   rpm -Uvh sgml-tools-1.0.9-8mdk.i586.rpm
   rpm -Uvh docbook-style-dsssl-1.57-1mdk.i586.rpm
   rpm -Uvh docbook-style-dsssl-doc-1.57-1mdk.i586.rpm
   I do not know if there are others, but if yes, install them.
   
   Next, and that may be the bug:
   cd /usr/lib/sgml
   mkdir stylesheets
   cd stylesheets
   ln -s /usr/share/sgml/docbook/dsssl-stylesheets-1.57 nwalsh-modular
   
   Do not ask why I did this. It works.

