On Tue, Jun 14, 2005 at 06:30:11AM +0200, LeRoy Cressy wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Package: xterm > Version: 4.3.0.dfsg.1-14 > > With the new upgrade from testing I have been using .xsession with > multiple xterms to open various desktops using fvwm2. > > For instance a system named honey is opened on desk3 > xterm -xrm "*Desk:3" -T Honey -n Honey -sl 300 -bg navy -fg "gold" & > > Now when I start X all of my xterms have the same title and not the > titles specified in .xsession. > > Each one has [EMAIL PROTECTED]:/home/uid/ and not the title specified.
That's done by your shell initialization - xterm doesn't do this by itself. Since it's done by the shell, it's done after any command-line option, and will override. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

