You are not logged in.
Pages: 1
Topic closed
Hey there,
I have always used ~/.Xdefaults to configure my XTerm colors. However, on my new Arch Linux Don't Panic installation, this resource doesn't seem to work. XTerm ignores it.
Does anybody have a clue about this? Has anything changed since others releases about this?
~/.Xdefaults
XTerm*foregroud: white
XTerm*backgroud: black
Last edited by haole (2007-08-21 04:59:26)
Offline
In my .Xdefaults I have it in lower case and it works:
xterm*background: black
xterm*foreground: white
Offline
try manually updating the X resource database by
xrdb ~/.Xdefaults
does that fix it? If so, put that line in your .xinitrc file.
Offline
Didn't work...
Any new ideas?
Offline
You're not editing root's ~/.Xdefaults and running xterm as user, right?
I am a gated community.
Offline
No, I'm editing my user's .Xdefaults...
It seems like Xorg is just missing my configuration file.
Any new ideas?
Offline
Did you try PenguinFlavored's suggestion of using xrdb?
Offline
Yeah... I apply that command, open a XTerm section by the same terminal that I used to input the command and nothing happens.
Offline
xrdb -load ~/.Xdefaults
Offline
XTerm*foregroud: white
XTerm*backgroud: black
Perhaps you should try spelling it foreground and background.
Offline
lol
Hail to the thief!
Offline
XTerm*foregroud: white
XTerm*backgroud: blackPerhaps you should try spelling it foreground and background.
omg - I totally missed that - good eye
Offline
LOL
At least I didn't miss it alone!
Offline
I can't believe how many of us missed that.
Now that I look at it, that "groud" is jumping into my eyes.
Maybe because we're all used to have various problems with Xdefaults, but not a stupid spelling one
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
By the way, it worked now!
Weird, huh?
Offline
I'm only registered to feedback on this topic:
xrdb -load ~/.Xdefaults
fixed this for me, I don't know why but after fresh debian install, when i start dwm with startx, .Xdefaults is being ignored. only that command helps. put it to .xinitrc
Offline
xrdb -load ~/.Xdefaults
when i start dwm with startx, .Xdefaults is being ignored. only that command helps. put it to .xinitrc
That's how it works these days, i.e. you need you load .Xdefaults manually with xrdb
Offline
I am pretty sure that the .Xresources file is considered the new standard way of handling things. I have read that the .Xdefaults file is deprecated, but I am not willing to back that statement up since I've only seen this comment from other users. Since you have to use xrdb anyway now, I guess it really doesn't matter and you could potentially call it whatever you want. But here is a thread on the topic from Feb of this year.
Offline
Guys, https://bbs.archlinux.org/viewtopic.php … 90#p274690 already gave the answer, the thread has been marked as solved for years, there's no need to bump it.
I am pretty sure that the .Xresources file is considered the new standard way of handling things.
This is true, but see the note https://wiki.archlinux.org/index.php/X_ … Xresources
Last edited by karol (2013-10-17 16:02:25)
Offline
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Pages: 1
Topic closed