[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fontconfig error



On 2011-02-26, wolf python london <lyh19901223@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



Reply to: