You are not logged in.
After upgrading to xorg7, I updated emacs to 21.4-4 version and then when running "$ emacs" I get the following error and emacs doesn't start:
Undefined color: "#000000 "
Any idea?
Offline
it might be the same error in [URL=http://bbs.archlinux.org/viewtopic.php?t=19010]Xorg 7 broke amsn[/URL] topic, still no solution...
[My Blog] | [My Repo] | [My AUR Packages]
Offline
After upgrading to xorg7, I updated emacs to 21.4-4 version and then when running "$ emacs" I get the following error and emacs doesn't start:
Undefined color: "#000000 "
Any idea?
Not sure where your undefined color is coming from, but wonder if the extra space that you have after all the zeros is what's causing it?
"#000000 "
oz
Offline
Is your RgbPath in xorg.conf set to /usr/share/X11/rgb?
Dusty
Offline
Not sure where your undefined color is coming from, but wonder if the extra space that you have after all the zeros is what's causing it?
"#000000 "
This extra space wonders me to and I checked /usr/share/X11/rgb.txt with cat -t and there must be something wrong:
$ cat -t /usr/share/X11/rgb.txt
255 240 245^I^ILavenderBlush
0 0 0^I^Iblack
105 105 105^I^Idim gray
255 255 255 ^I^Igray100
255 255 255 ^I^Igrey100
169 169 169^I^Idark grey
169 169 169^I^IDarkGrey
169 169 169^I^Idark gray
...
Offline
I have one working and one non-working(X.Org 7) insatllation, a diff of the /usr/X11R6/lib/X11/rgb.txt from working and the /usr/share/X11/rgb.txt from non-woking, showed that thay are identical!
Offline
pacman -Rd mcpp
and restarting X, solve the problem:)
Offline
mcpp 2.5-2 solves it
http://aur.archlinux.org
[code][Victor]
Server = http://personales.ya.com/vmromanos/arch/pkgs
[/code]
http://vmromanos.homelinux.net/foro
Offline