Why doesn't .Xdefaults work

Norbert Augenstein norbert
Mon May 17 11:45:47 PDT 2004


On Sat, Mar 22, 2003 at 03:30:32PM -0700, Collins Richey wrote:
> I'm not sure how long this has been going on, but it's got me buffaloed.
> 
> I have the following in ~/.Xdefaults, and this used to work:
> 
> # this is .Xdefaults
> aterm*background '#ffffe0'
> aterm*foreground blue
> aterm*font vga11x19 
> aterm*loginShell True
> aterm*savedLines 500
> 
> Now it is ignored for all of my window managers - kde, xfce, xxxbox, wmaker, and all I get an ugly little bright white window that is not even invoked as a login shell.
> 
> I've also tried this as ~/.Xdefaults-<hostname>, but no difference.
> 
> As a temporary workaround, I have atstart, but I shouldn't have to do this:
> 
> #!/bin/bash
> aterm -bg '#ffffe0' -fg blue -font vga11x19 -ls &
> 
> Any ideas?

suggest using colons

auge

[auge at seth auge]$ cat .Xdefaults 
aterm*font: -misc-fixed-medium-r-normal-*-*-120-*-*-c-*-iso8859-15 
aterm*geometry: 72x26
aterm*background: black
aterm*foreground: LimeGreen
aterm*scrollBar: False
aterm*saveLines: 500
aterm*cursorColor: yellow
aterm*pointerColor: magenta
aterm*transparent: off
[auge at seth auge]$

-- 
Norbert Augenstein
 
 3:10AM  up  1:25, 3 users, load averages: 0.00, 0.02, 0.00
========================================================================
Osborn's Law:
	Variables won't; constants aren't.


More information about the Linux-users mailing list