On 2011-02-26, wolf python london <lyh19901...@gmail.com> wrote:
> Hey all:
>
> I'm using Debian Squeeze .When I open a gvim from the terminal ,I get an error
>
> Fontconfig error: "local.conf", line 6: junk after document element
>
>
> I check the /etc/fonts/local.conf and cannot find what's worong .
> I put the local.conf here(https://gist.github.com/845078)
>
> can someone give a tip?
>
> thanks a lot !

That document is an XML fragment rather than a valid XML document. Wrap
the fragments like this:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
        <!-- Put match elements here -->
</fontconfig>

-- 
Liam O'Toole
Cork, Ireland



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnimhj2i.2hf.liam.p.otoole@dipsy.tubbynet

Reply via email to