Re: aterm and ~/.Xdefaults

2001-09-10 Thread Rob VanFleet
On Sun, Sep 09, 2001 at 03:45:44PM -0700, Arno wrote:
> > I also tried 'ATerm' in place of 'XTerm', but to no avail.  Aterm
> > remains the default white background and black foregound.
> try 'Aterm', not 'ATerm' (this works for me). Here's a snip from my 
> ~/.Xresources:
>   Aterm*background: black
>   Aterm*foreground: white
>   Aterm*transparent: True
>   Aterm*shading: 40
>   ...
> 
> > I'm running unstable (sid) btw.
> So do I. aterm version is 0.4.2

Many thanks. That did work, but I could have sworn (not able to look at
that particular machine right now), that the manpage said 'ATerm'. 

-Rob



Re: aterm and ~/.Xdefaults

2001-09-09 Thread Arno
> I also tried 'ATerm' in place of 'XTerm', but to no avail.  Aterm
> remains the default white background and black foregound.
try 'Aterm', not 'ATerm' (this works for me). Here's a snip from my 
~/.Xresources:
Aterm*background: black
Aterm*foreground: white
Aterm*transparent: True
Aterm*shading: 40
...

> I'm running unstable (sid) btw.
So do I. aterm version is 0.4.2



Re: aterm and ~/.Xdefaults

2001-09-09 Thread ktb
On Sat, Sep 08, 2001 at 07:19:52PM -0500, Rob VanFleet wrote:
> Aterm doesn't seem to want to read my ~/.Xdefaults file even though its
> manpage declares it will.
> 
> Before anyone tells me to try ~/.Xresources, I already have, and xterm
> reads ~/.Xdefaults just fine.
> 
> All I have in my ~/.Xdefaults is the background and foreground color:
> 
> XTerm*background: black
> XTerm*foreground: grey
> 
> I also tried 'ATerm' in place of 'XTerm', but to no avail.  Aterm
> remains the default white background and black foregound.
> 
> I'm running unstable (sid) btw.
> 
> Anyone have some pointers ,ideas, etc?

Run the following line on the command line in your home directory 

xrdb -load .Xresources

If that does the trick then run it from your X startup file.
hth,
kent

-- 
"The significant problems we face cannot be solved at the
   same level of thinking we were at when we created them."
 --Albert Einstein



aterm and ~/.Xdefaults

2001-09-08 Thread Rob VanFleet
Aterm doesn't seem to want to read my ~/.Xdefaults file even though its
manpage declares it will.

Before anyone tells me to try ~/.Xresources, I already have, and xterm
reads ~/.Xdefaults just fine.

All I have in my ~/.Xdefaults is the background and foreground color:

XTerm*background: black
XTerm*foreground: grey

I also tried 'ATerm' in place of 'XTerm', but to no avail.  Aterm
remains the default white background and black foregound.

I'm running unstable (sid) btw.

Anyone have some pointers ,ideas, etc?

-Rob