|
Home > Archive > Unix Programming > July 2005 > How to remove title on xterm when using Exceed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to remove title on xterm when using Exceed
|
|
| noone@nowhere.com 2005-07-23, 5:50 pm |
| Hi,
I'm on a PC and using Exceed to connect to unix systems (Sun and AIX).
Once on the unix system I have an application "foo" that is supposed to
create xterm windows without title bars and borders. So I have in my
..Xdefaults file the following line:
*foo.clientDecoration: none -border -title
The app creates the xterm windows but the title and border are still on the
xterm windows.
I can cause the problem interactively by entering the following command:
xterm -name foo
With the command above I expect the xterm window to have NO title bar and NO
border but alas I still get the title and borders. NOTE: It works fine if I
use WebTermX (another X emulator).
Why is my .Xdefaults clientDecoration line being ignored? NOTE: Other lines
in .Xdefaults are working as desired so I know .Xdefaults is being read.
thanks for taking time to answer my question.
Duane
| |
| Thomas Dickey 2005-07-24, 5:52 pm |
| In comp.unix.programmer noone@nowhere.com wrote:
> Hi,
> I'm on a PC and using Exceed to connect to unix systems (Sun and AIX).
....
> Why is my .Xdefaults clientDecoration line being ignored? NOTE: Other lines
> in .Xdefaults are working as desired so I know .Xdefaults is being read.
The answer is really specific to the window manager (in your case, Exceed).
There might be knowledgable users of Exceed in this newsgroup, but it is
not a Unix question.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
|
|
|
|
|