On 20 Dec, [EMAIL PROTECTED] wrote:
>  Run it with the -nosplash option.  The splash screen is the thing that 
>  causes the core dump when you're in an X mode that is unusual for Sun's 
>  X.  The only problem you may have then is that the icons for the help 
>  window won't display in some colour depths. 

Like this:

#!/bin/sh
MK_WHERE=/usr/local/bin

if xdpyinfo | grep "depth 16" > /dev/null
then
    MBUGWKAROUND="-nosplash"
    echo "Using $MBUGWKAROUND bug workaround for 16-bit display depth"
fi

$MK_WHERE/maker $MBUGWKAROUND $@

luke

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to