Re: Crash on Fedora Core 6

Irene Vatton wrote:
> A solution was suggested to launch amaya this way:
> "export XLIB_SKIP_ARGB_VISUALS=1 && XLIB_SKIP_ARGB_VISUALS=1 amaya"
>
> I don't know if we can force these options in the Amaya code.

You could set this for the icon in GNOME (and presumably KDE) by
changing Amaya/batch/script_install_gnomekde.in line 67 to:

$ECHO "Exec=env XLIB_SKIP_ARGB_VISUALS=1
$PREFIX/$AMAYA_INSTALLDIR/$AMAYAGUI/bin/amaya %u" >>
$GNOMEKDEDIR/applications/amaya-@APP_VER@.desktop

although this wouldn't fix launching "amaya" from the command line...

Received on Saturday, 25 November 2006 21:55:31 UTC