View previous topic :: View next topic |
Author |
Message |
beastmaster Apprentice
Joined: 24 May 2004 Posts: 230
|
Posted: Wed Jun 02, 2004 6:01 am Post subject: |
|
|
I have
Code: |
Aterm*loginShell: true
|
enabled too, the aterm thingy worked a while ago, now it doesn't...
I have this feeling that aterm doesn't read my .Xdefaults file anymore?? |
|
Back to top |
|
|
kamagurka Veteran
Joined: 25 Jan 2004 Posts: 1026 Location: /germany/munich
|
Posted: Wed Jun 02, 2004 6:15 am Post subject: |
|
|
maybe you borked your .bashrc; there is a default one at /etc/skel/.bashrc, try using that one (back up your current one, obviously).
if that doesn't work, post your .Xdefaults. _________________ If you loved me, you'd all kill yourselves today.
--Spider Jerusalem, the Word |
|
Back to top |
|
|
beastmaster Apprentice
Joined: 24 May 2004 Posts: 230
|
Posted: Wed Jun 02, 2004 6:19 am Post subject: |
|
|
thank you for the reply,
here is my .Xdefaults file:
Code: |
Aterm*$RESOURCE: $VALUE
Aterm*scrollBar: true
Aterm*transpscrollbar: true
Aterm*transparent: true
Aterm*background: black
Aterm*foreground: white
Aterm*shading: 60
Aterm*fading: 55
Aterm*loginShell: true
Aterm*saveLines: 1000
Aterm*font: -schumacher-clean-bold-*-normal-*-16-160-*-*-*-80-*-*
| [/code] |
|
Back to top |
|
|
beastmaster Apprentice
Joined: 24 May 2004 Posts: 230
|
Posted: Wed Jun 02, 2004 6:22 am Post subject: |
|
|
I copied the default .bashrc file over, still looks the same in aterm.
but when I open the gnome-terminal, it shows up my login user name and host name there..
so I think it's aterm not reading my .Xdefaults related.. cuz I have scrollbar set to true, it's not showing either. |
|
Back to top |
|
|
beastmaster Apprentice
Joined: 24 May 2004 Posts: 230
|
Posted: Wed Jun 02, 2004 6:26 am Post subject: |
|
|
omg... just found out that my xterm is also showing
bash-2.05b$ too |
|
Back to top |
|
|
kamagurka Veteran
Joined: 25 Jan 2004 Posts: 1026 Location: /germany/munich
|
Posted: Wed Jun 02, 2004 7:11 am Post subject: |
|
|
ok, i have no idea why there is the line "Aterm*$RESOURCE: $VALUE" in your .Xdefaults, but i KNOW it's not supposed to be there. _________________ If you loved me, you'd all kill yourselves today.
--Spider Jerusalem, the Word |
|
Back to top |
|
|
beastmaster Apprentice
Joined: 24 May 2004 Posts: 230
|
Posted: Wed Jun 02, 2004 8:38 am Post subject: |
|
|
ok I commented that line, still no change |
|
Back to top |
|
|
stahlsau Guru
Joined: 09 Jan 2004 Posts: 584 Location: WildWestwoods
|
Posted: Wed Jun 02, 2004 5:49 pm Post subject: |
|
|
if ya start aterm like this:
it´ll show your needed infos
btw, that´s written in the manpage, too *g* |
|
Back to top |
|
|
kamagurka Veteran
Joined: 25 Jan 2004 Posts: 1026 Location: /germany/munich
|
Posted: Wed Jun 02, 2004 6:05 pm Post subject: |
|
|
stahlsau wrote: | if ya start aterm like this:
it´ll show your needed infos ;-)
btw, that´s written in the manpage, too *g* |
try this. if it works, we can be *sure* that aterm doesn't read .Xdefaults for some reason.
also, check to see if other programs pick up on .Xdefaults; do like so:
add the following line to .Xdefaults Code: | Xcursor.theme: $THEME | (where $THEME is one of the directories in /usr/share/cursors/xfree/) then restart X. if your cursor has changed, the problem is aterm related, otherwise it's a bigger issue. _________________ If you loved me, you'd all kill yourselves today.
--Spider Jerusalem, the Word |
|
Back to top |
|
|
beastmaster Apprentice
Joined: 24 May 2004 Posts: 230
|
Posted: Wed Jun 02, 2004 6:26 pm Post subject: |
|
|
hi everyone,
thank you for the inputs.
finally figured out what's wrong with the aterm's scroll bar setting, I believe it's a bug in it.
Code: |
Aterm*scrollBar: true # will have no bar
Aterm*scrollBar: false # will have no bar
|
Code: |
Aterm*scrollbar: true # will have bar
Aterm*scrollbar: false # will have bar
|
and for the aterm's login user display, I stick the export PS1= line from /etc/profile to my .bashrc, so it fixes that display thing...
I don't know what other way could fix it too. but this is how I did it..
https://forums.gentoo.org/viewtopic.php?t=180734
|
|
Back to top |
|
|
beastmaster Apprentice
Joined: 24 May 2004 Posts: 230
|
Posted: Thu Jun 03, 2004 1:28 am Post subject: |
|
|
Just wonder... no one else experiences that aterm bug but me? |
|
Back to top |
|
|
kamagurka Veteran
Joined: 25 Jan 2004 Posts: 1026 Location: /germany/munich
|
Posted: Thu Jun 03, 2004 12:16 pm Post subject: |
|
|
beastmaster wrote: | Just wonder... no one else experiences that aterm bug but me? :oops: |
nope. if i put scrollbar instead of scrollBar, he simple ignores the option. are you sure you didn't typo anything?
what aterm version are you using?[/list] _________________ If you loved me, you'd all kill yourselves today.
--Spider Jerusalem, the Word |
|
Back to top |
|
|
tommy_fila Guru
Joined: 19 Nov 2003 Posts: 450 Location: Phoenix, AZ
|
Posted: Thu Jun 03, 2004 1:02 pm Post subject: |
|
|
While perusing the aterm man page, I stumbled onto the option for setting the scrollbar trough. I tried my aterm with and without the trough, but nothing seems to change. Does anyone know what the trough is supposed to be?
Also, I've been trying to set a different color for the scrollbar with no success. I use the following option in my .Xdefaults file:
Code: | Aterm*scrollColor: blue |
The setting does not seem to work at all. Any ideas why this is so? _________________ "What goes on in life, that goes for eternity." |
|
Back to top |
|
|
emk n00b
Joined: 03 Jun 2004 Posts: 4
|
Posted: Thu Jun 03, 2004 2:00 pm Post subject: |
|
|
this is a great tutorial... I've always wanted to configure my aterm so its someting worth showing in a screenshot but my efforts never turned out very impressive.
- emk |
|
Back to top |
|
|
kamagurka Veteran
Joined: 25 Jan 2004 Posts: 1026 Location: /germany/munich
|
Posted: Thu Jun 03, 2004 4:28 pm Post subject: |
|
|
tommy_fila wrote: | While perusing the aterm man page, I stumbled onto the option for setting the scrollbar trough. I tried my aterm with and without the trough, but nothing seems to change. Does anyone know what the trough is supposed to be?
Also, I've been trying to set a different color for the scrollbar with no success. I use the following option in my .Xdefaults file:
Code: | Aterm*scrollColor: blue |
The setting does not seem to work at all. Any ideas why this is so? |
both the options you describe seem to be without effect on the aterm. maybe colored and floating scrollbar are a planned feature or something. or it's a bug. (and no, i don't really know what the "through" is, either.) _________________ If you loved me, you'd all kill yourselves today.
--Spider Jerusalem, the Word |
|
Back to top |
|
|
beastmaster Apprentice
Joined: 24 May 2004 Posts: 230
|
Posted: Thu Jun 03, 2004 8:36 pm Post subject: |
|
|
Kamagurka wrote: |
nope. if i put scrollbar instead of scrollBar, he simple ignores the option. are you sure you didn't typo anything?
what aterm version are you using? |
I swear that I tested these, and I conclude that if doing
either
Aterm*scrollBar: true
or
Aterm*scrollBar: false
will have same effect of no scroll bar
on the opposite side,
doing either
Aterm*scrollbar: true
or
Aterm*scrollbar: false
will create scroll bar.
Some may say it doesn't, but at least the oddity is taking place on my box here, I thought my aterm shell is broken so I recompiled it, the same end result.
my aterm version 0.4.2-r8
Would I also need to consider that is not the aterm bug, maybe it's my compiler causing that error? such as using -O3 (since -O2 is more stable) and I throw a lot of optimization stuff in my make.conf too...
but then... that lil bug doesn't really bother me now, so whether I want a bar or without, I just change the cap b to B, or so forth.
odd, isn't it. |
|
Back to top |
|
|
tommy_fila Guru
Joined: 19 Nov 2003 Posts: 450 Location: Phoenix, AZ
|
Posted: Thu Jun 03, 2004 9:49 pm Post subject: |
|
|
beastmaster,
You have to remember that the scrollbar is enabled by default. Therefore, using the Aterm*scrollBar: true resource will not have an effect. Once you set it to false it will take effect. _________________ "What goes on in life, that goes for eternity." |
|
Back to top |
|
|
beastmaster Apprentice
Joined: 24 May 2004 Posts: 230
|
Posted: Thu Jun 03, 2004 11:11 pm Post subject: |
|
|
and what do you explain that
Aterm*scrollBar: true
will have no scroll bar
on my side...
if little scroll bar is already turned on by aterm system default, but how come that statement will have the result of no scroll bar... |
|
Back to top |
|
|
kamagurka Veteran
Joined: 25 Jan 2004 Posts: 1026 Location: /germany/munich
|
Posted: Fri Jun 04, 2004 12:39 pm Post subject: |
|
|
beastmaster wrote: | and what do you explain that
Aterm*scrollBar: true
will have no scroll bar
on my side... :roll:
if little scroll bar is already turned on by aterm system default, but how come that statement will have the result of no scroll bar... |
i dunno, but you seem to be the only one with that problem (or glitch, rather). _________________ If you loved me, you'd all kill yourselves today.
--Spider Jerusalem, the Word |
|
Back to top |
|
|
tommy_fila Guru
Joined: 19 Nov 2003 Posts: 450 Location: Phoenix, AZ
|
Posted: Sat Jun 05, 2004 10:17 am Post subject: |
|
|
beastmaster,
How are you starting your aterm? Try opening an aterm directly from another terminal to make sure that it gets loaded without any extra settings. Sometimes, windows managers set their own defaults. _________________ "What goes on in life, that goes for eternity." |
|
Back to top |
|
|
beastmaster Apprentice
Joined: 24 May 2004 Posts: 230
|
Posted: Sat Jun 05, 2004 4:17 pm Post subject: |
|
|
if I fire up the aterm from xterm or Eterm, it will have the look specified from .Xdefaults also |
|
Back to top |
|
|
kamagurka Veteran
Joined: 25 Jan 2004 Posts: 1026 Location: /germany/munich
|
Posted: Mon Jun 14, 2004 10:18 pm Post subject: |
|
|
beastmaster wrote: | if I fire up the aterm from xterm or Eterm, it will have the look specified from .Xdefaults also :D |
that's the way it's supposed to work. *thumb* _________________ If you loved me, you'd all kill yourselves today.
--Spider Jerusalem, the Word |
|
Back to top |
|
|
matroskin Apprentice
Joined: 21 Jan 2003 Posts: 214
|
Posted: Tue Jun 15, 2004 12:59 am Post subject: |
|
|
aterm does not work with utf8 non english local
I use mlterm |
|
Back to top |
|
|
kamagurka Veteran
Joined: 25 Jan 2004 Posts: 1026 Location: /germany/munich
|
Posted: Tue Jun 15, 2004 10:36 am Post subject: |
|
|
true, aterm isn't exactly built for "exotic" locales. it doesnt see my umlauts either, but that doesnt bother me particularly. _________________ If you loved me, you'd all kill yourselves today.
--Spider Jerusalem, the Word |
|
Back to top |
|
|
JetAce44 Apprentice
Joined: 02 Feb 2004 Posts: 152
|
Posted: Sun Jun 20, 2004 10:33 pm Post subject: |
|
|
Anyone know where I can get more fonts?
More specifically the artzwiz font mentioned in the excellent guide...
The one that I am using now (misc-fixed) looks horrible. _________________ Tyan Tiger MPX 2466
2x AMD Athlon MP 1800+
1gig Crucial PC2100 ECC
NV 6600GT
1x 1000JB WD 100gig 8mb Cache IDE Drive
4x 2000JD WD 200gig 8mb Cache Sata Drive (Under RAID 5 on a 3ware 8506-4LP)
Registered Linux User #346685 |
|
Back to top |
|
|
|