Traduisez -
Übersetzen -
Traduzca -
Traduza -
Tradurre -
Translate
Re: Netscape colormap
Steven Tieu (stieu@physics.ubc.ca)
Mon, 3 Feb 1997 18:32:47 -0800 (PST)
> When I start Netscape it complains:
> ---
> Warning: Cannot allocate colormap entry for "#0000BF"
> Warning: Cannot allocate colormap entry for "#69B5B5"
> Warning:
> Cannot allocate colormap entry for default background
>
> Warning: Cannot allocate colormap entry for "#D3B5B5"
> Bus error
Unable to allocate memory sounds like a 'null-pointer' was returned and
possibly used.
(Yeah, I know...it should be seg fault, but what about ptr=NULL+1?)
Here's what I get when I "grep 69B5B5 /usr/X11/lib/X11/app-defaults/Netscape"
Netscape*thermo.slider.background: #69B5B5
Netscape*power.LED.background: #69B5B5
Modify it so that the colour exist...or matches more closely.
I'm not sure if you can change "#69B5B5" to "cyan". If not, try
looking for a number in /usr/X11/lib/X11/rgb.txt
If you're not sure what colour to use, try:
xterm -bg "#69B5B5"
Of course, make sure you quit netscape(a real colourmap hog) before
trying this xterm -bg "#69B5B5".
--
st2