"Odom, Kerry" <[EMAIL PROTECTED]> wrote: 

> I am trying to find where the setting is located that causes the display of
> the title bar for an x window to display the 
> user name and current directory. I want to turn this off. I have tried using
> the command gnome-terminal --title Sometitle, but something somewhere is
> overwriting this.  I see it flash with my choice and then it returns back to
> the default.  If anybody can point me in the correct direction, thanks in
> advance.

Somehow I doubt that the solution to your problem can be as 
simple as this, but I often use "nxterm" with the "-T"
option to change the title bar.  For example I uses a script
like this to run lynx: 

#!/bin/sh

# xlynx - a shell wrapper for lynx.  

# Puts the URL in the title bar using the -T option.  

nxterm -fn "9x15" -bg black -fg violet -g 80x45+100+0 -T $1 -e lynx -nocolor $1



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to