Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2010 14:16:55 -0800
From:      Charlie Kester <corky1951@comcast.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Abiword window corruption
Message-ID:  <20100106221655.GF95215@comcast.net>
In-Reply-To: <20100106215253.GE95215@comcast.net>
References:  <alpine.BSF.2.00.1001061407540.16247@wonkity.com> <20100106215253.GE95215@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--+QahgC5+KEYLbs62
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline

On Wed 06 Jan 2010 at 13:52:53 PST Charlie Kester wrote:
>On Wed 06 Jan 2010 at 13:16:51 PST Warren Block wrote:
>>With the recent mentions of Abiword, I've reinstalled it.  Yet it 
>>has the same problem it had the last time I tried it: random pixels 
>>under the current row of text, the old cursor isn't erased when you 
>>move to a different line.  Am I the only one that sees this?
>>
>>Sample here: http://www.wonkity.com/~wblock/abiword/abiword.jpg
>
>I just reinstalled it too.  ;-)
>
>I don't see any stray pixels like you're seeing. One thing I notice is
>that your cursor is a lot thicker than the one I'm seeing.  If Abiword
>is expecting you to have a thinner cursor, that might be why it doesn't
>erase the extra pixels when you move it.
>
>I also see several differences in the appearance of your toolbar buttons
>and other UI elements.  What window manager are you using, and what
>theme?

I just remembered that I had implemented a tip I got somewhere for
forcing use of the condensed versions of the DejaVu fonts.  Try saving
the attached file in home directory as .fonts.config and see if it makes
any difference when you restart X and abiword.


--+QahgC5+KEYLbs62
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=".fonts.config"

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

<fontconfig>
	<match target="pattern">
		<test name="family" qual="any">
			<string>DejaVu Sans</string>
		</test>
		<edit mode="assign" name="family">
			<string>DejaVu Sans Condensed</string>
		</edit>
	</match>

	<match target="pattern">
		<test name="family" qual="any">
			<string>DejaVu Serif</string>
		</test>
		<edit mode="assign" name="family">
			<string>DejaVu Serif Condensed</string>
		</edit>
	</match>
</fontconfig>

--+QahgC5+KEYLbs62--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100106221655.GF95215>