slackorama
January 21st, 2010, 06:37 PM
I have the following in my .Xdefaults:
#define COLOR_FG #dcdccc
URxvt.background: COLOR_BG
but every time I start urxvt, it comes up all hot pink and the following is in my .xsession-errors. It seems like the DEFINE isn't getting executed properly.
urxvt: unable to parse color 'COLOR_BG', using pink instead.
But if I go into gnome-terminal, run 'xrdb -merge ~/.Xdefaults' and then start up urxvt everything is fine color-wise. The load runs without any errors.
This only started happening after I upgraded to 9.10. Do I need to add xrdb -load ~/.Xdefaults or something similar to my startup applications? I thought that .Xdefaults was loaded when X started up?
Thanks in advance.
#define COLOR_FG #dcdccc
URxvt.background: COLOR_BG
but every time I start urxvt, it comes up all hot pink and the following is in my .xsession-errors. It seems like the DEFINE isn't getting executed properly.
urxvt: unable to parse color 'COLOR_BG', using pink instead.
But if I go into gnome-terminal, run 'xrdb -merge ~/.Xdefaults' and then start up urxvt everything is fine color-wise. The load runs without any errors.
This only started happening after I upgraded to 9.10. Do I need to add xrdb -load ~/.Xdefaults or something similar to my startup applications? I thought that .Xdefaults was loaded when X started up?
Thanks in advance.