Re: Crash on Fedora Core 6
Leon Stringer <[email protected]>
| Newsgroups | gmane.comp.web.amaya.devel |
|---|---|
| Message-ID | <[email protected]> |
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-@[email protected] although this wouldn't fix launching "amaya" from the command line...