Click to See Complete Forum and Search --> : Eterm Question
ansivirus
01-25-2002, 04:28 PM
This is just a minor question... I'm just wondering when i run Eterm -n whatever -T whatever it should make the titlebar of the window say whatever correct??? i see this in alot of screenshots but it doesn't work for me.. please can someone help?
-ansiVirus
demetrius
01-25-2002, 05:47 PM
I use Eterm --title ... works fine for me. Is it possible that the value is set in Eterm's config file already and that value ends up overwriting the one you are trying to set?
ansivirus
01-25-2002, 06:00 PM
the name i try to give it shows up for a split second... until the actual prompt shows up.. i don't know of any eterm config file can you tell me where it may be and i will check?
thanks
-ansiVirus
demetrius
01-25-2002, 06:03 PM
I'm in BSD so I'm not sure if you'll find it in the same place, but mine is in ~/.Eterm/themes/Eterm. Might be in a different place for you, but it should be called user.cfg
ansivirus
01-25-2002, 07:48 PM
I have not been able to find a file by that name anywhere on my system.. any other suggestions??
-ansiVirus
demetrius
01-25-2002, 08:22 PM
Try creating it. The path above should work according to the man pages, I doubt there's a difference from BSD to Linux. The only thing you should need to put in the user.cfg file is:
<Eterm-0.9.1> (substitute the version you are running)
begin attributes
title Whatever
end attributes