Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2012 10:35:16 -0400 (EDT)
From:      "Lawrence K. Chen, P.Eng." <lkchen@ksu.edu>
To:        xfce@FreeBSD.org
Subject:   Re: XFCE Terminal window title is not displayed when using screen.
Message-ID:  <1395615030.15267877.1339338916991.JavaMail.root@ksu-sfpop-mailstore02>
In-Reply-To: <4FD472A3.3030701@eskk.nu>

next in thread | previous in thread | raw e-mail | index | archive | help


----- Original Message -----
> 
> Hello
> 
> I've noticed an unwanted behaviour that I would like to ask about and
> direct attention to.
> 
> On my system, FreeBSD 8.2-RELEASE-p8 with xfce-4.10, I use portmaster
> frequently when updating and installing ports.
> 
> I've noticed that the Terminal window title will not change when
> using
> screen.
> 
> Terminal title is displayed correctly when I work locally and even
> during an SSH session.
> 
> It would be very useful for me to have the title displayed even when
> invoking screen.
> 
> If it's just a matter of using the t parameter with screen I beg your
> forgiveness for this question but I've not been able to make it work.
> 
> Any help is appreciated.
> 
> Thank you :-)
> 

In /etc/screenrc, it says xterm doesn't support hardstatus.

So, in my .screenrc, I added:

    termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'

To use the terminal window title as hardstatus.

I borrowed the line from /etc/screenrc on an xubuntu system.

-- 
Who: Lawrence K. Chen, P.Eng. - W0LKC - Senior Unix Systems Administrator
For: Enterprise Server Technologies (EST) -- & SafeZone Ally
Snail: Computing and Telecommunications Services (CTS)
Kansas State University, 109 East Stadium, Manhattan, KS 66506-3102
Phone: (785) 532-4916 - Fax: (785) 532-3515 - Email: lkchen@ksu.edu
Web: http://www-personal.ksu.edu/~lkchen - Where: 11 Hale Library



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1395615030.15267877.1339338916991.JavaMail.root>