<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello,<br><br>I run into this problem when installing Debian packages, while "processing triggers for gconf2".<br><br>It seems the xml parser that gconf-tool uses for schema files, can't parse long xml:s.<br><br># export GCONF_CONFIG_SOURCE="xml:readwrite:"/var/lib/gconf/defaults<br># export HOME=/home/sami/test<br># gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/evince-thumbnailer-ps.schemas<br>/usr/share/gconf/schemas/evince-thumbnailer-ps.schemas:117: parser error : Premature end of data in tag schema line 116<br> <br> ^<br>/usr/share/gconf/schemas/evince-thumbnailer-ps.schemas:117: parser error : Premature end of data in tag schemalist line 2<br> <br> ^<br>/usr/share/gconf/schemas/evince-thumbnailer-ps.schemas:117: parser error : Premature end of data in tag gconfschemafile line 1<br> <br> ^<br><br>There is nothing wrong with the xml file, it is just sent truncated to the parser. I updated all relevant packages to the stable version.<br><br>regards,<br><br>Sami Kivistö<br><br># dpkg -s gconf2 <br>Package: gconf2<br>Status: install ok half-configured<br>Priority: optional<br>Section: libs<br>Installed-Size: 308<br>Maintainer: Josselin Mouette <joss@debian.org><br>Architecture: i386<br>Source: gconf<br>Version: 2.28.1-6<br>Config-Version: 2.28.1-6<br>Depends: libc6 (>= 2.3.6-6~), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.18.0), libxml2 (>= 2.7.4), gconf2-common (>= 2.28), gconf2-common (<< 2.29), psmisc, dbus-x11, python<br>Recommends: libgtk2.0-0<br>Suggests: gconf-defaults-service<br>Conflicts: libgconf2-4 (<< 2.12.0-2)<br>Description: GNOME configuration database system (support tools)<br><br># dpkg -s libgconf2-4<br>Package: libgconf2-4<br>Status: install ok installed<br>Priority: optional<br>Section: libs<br>Installed-Size: 552<br>Maintainer: Josselin Mouette <joss@debian.org><br>Architecture: i386<br>Source: gconf<br>Version: 2.28.1-6<br>Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.24.0), libldap-2.4-2 (>= 2.4.7), liborbit2 (>= 1:2.14.10), libxml2 (>= 2.7.4), gconf2-common (>= 2.28), gconf2-common (<< 2.29)<br>Conflicts: libbonobo2-0 (<< 2.24)<br>Description: GNOME configuration database system (shared libraries)<br><br><br># dpkg -s libxml2<br>Package: libxml2<br>Status: install ok installed<br>Priority: standard<br>Section: libs<br>Installed-Size: 1588<br>Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org><br>Architecture: i386<br>Version: 2.7.8.dfsg-2+squeeze3<br>Description: GNOME XML library<br><br>                                           </div></body>
</html>