[Xquartz-dev] Fwd: 2.4.0_beta4 and beta5

Jeremy Huddleston jeremyhu at apple.com
Tue Jul 28 09:05:17 PDT 2009


Can you take a screenshot?  I can't seem to reproduce it.

Also, can you try out the 1.4.2-apple45 and 1.6.2-apple1 servers (on  
top of 2.4.0_rc1)?

See this for more info:
http://xquartz.macosforge.org/trac/wiki/Releases#xorg-server

Or you can use this bash function:

install_version () {
	local version=$1
	if [[ ! -f X11.bin-${version} ]] ; then
		if [[ ! -f X11.bin-${version}.bz2 ]] ; then
			curl -LO http://static.macosforge.org/xquartz/downloads/X11.bin-$ 
{version}.bz2 || curl -LO http://static.macosforge.org/xquartz/downloads/archive/X11.bin-$ 
{version}.bz2 || die "Failed to fetch version ${version}"
		fi
		bunzip2 X11.bin-${version}.bz2 || die "Failed to decompress version $ 
{version}"
	fi
	chmod 755 X11.bin-${version} || die "Failed to chmod version $ 
{version}"
	sudo cp X11.bin-${version} /Applications/Utilities/X11.app/Contents/ 
MacOS/X11.bin
}

install_version 1.4.2-apple45



On Jul 28, 2009, at 07:42, Jamie Kennea wrote:

>
> On Jul 28, 2009, at 8:29 AM, Peter Collinson wrote:
>
>> Is this a standard X problem that people are living with?
>
> I've not seen it befor eas I don't have xterm scrollbars enabled (as  
> is the default with Mac X11 I believe), but I can confirm I see this  
> issue with xterm with scrollbars enabled, and xedit when resizing  
> the window.
>
> Jamie
>
> _______________________________________________
> Xquartz-dev mailing list
> Xquartz-dev at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev



More information about the Xquartz-dev mailing list