package eagle
tag 491221 patch
thanks

Thanks! I'm away this weekend, but I'll upload a fix next week.

Cheers,
Shaun

On Thu, Jul 17, 2008 at 6:12 PM, Kai-Martin <[EMAIL PROTECTED]> wrote:
>
> Closer examination of the pixel dust revealed that they are remnants of
> transparency gone wrong. Somebody in the german gnome usenet group hinted me
> to a workaround -- Set the environment variable XLIB_SKIP_ARGB_VISUALS in
> usr/bin/eagle. This resolved the issue for me:
>
> /------/usr/bin/eagle-----
> #!/bin/sh
> if [ -z $DISPLAY ]; then
>        echo "eagle: cannot open display"
>        exit 1
> fi
> export XLIB_SKIP_ARGB_VISUALS=1
> exec /usr/lib/eagle/bin/eagle "$@"
> \-------------------------
>
> ---<(kaimartin)>---



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to