On Mon, Sep 04, 2006 at 02:01:14PM +0800, chao yeaj wrote:
>       The gtk's document file saids "GTK+ knows all names from the X
> color database /usr/lib/X11/rgb.txt)"
> 
>     But ,in my PC, i can not find this file named "rgb.txt"
> 
>     My OS is  :Fedora Core 5

$ cat /etc/fedora-release
Fedora Core release 5 (Bordeaux)
$ locate rgb.txt
/usr/share/X11/rgb.txt
/usr/share/doc/perl-GDGraph-1.4308/samples/rgb.txt
$ rpm -qf /usr/share/X11/rgb.txt
xorg-x11-server-utils-1.0.1-1.2
$ rpm -q --whatrequires xorg-x11-server-utils
xorg-x11-server-Xorg-1.0.1-9.fc5.5

So if you have X server on your FC5 system, you have
rgb.txt.  I don't know on which system it is supposed to be
in /usr/lib/X11, it is often in /usr/X11R6/lib/X11,
/usr/share/X11, /etc/X11, or elsewhere.  locate would tell
you that immediately.

Yeti


--
Anonyms eat their boogers.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to