Some questions on Xstart [2]
Some questions on Xstart
Wednesday, August 29, 2007 11:01 AM - yg
Hi.
I use Xstart to remotely bring up dtterm terminals from our Solaris8~9 machines.
I usually have multiple terminals up at the same time and it's some times quite confusing because they all say "Terminal" at the title bar. I want to be able to keep track of what terminal is what.
I use the Windows taskbar to switch terminals. When the terminals are minimized to the taskbar, they all look the same: "Terminal".
I am wondering if there is an option to change the titlebar.
Also, is there an option to start the terminals at a different starting location? Currently, whenever they are invoked they start at the left top corner.
Thanks.
Re: Some questions on Xstart
Wednesday, August 29, 2007 3:38 PM - VK
Hi,
In the Excution Command box, try to use command as below:
/usr/dt/bin/dtterm -ls -geometry 80x24+30+200 -title title_you_want -display $DISPLAY
For more information about the geometry specification:
http://www.xfree86.org/current/X.7.html
Solved? Cheers~
-VK
In the Excution Command box, try to use command as below:
/usr/dt/bin/dtterm -ls -geometry 80x24+30+200 -title title_you_want -display $DISPLAY
For more information about the geometry specification:
http://www.xfree86.org/current/X.7.html
Solved? Cheers~
-VK
Re: Re: Some questions on Xstart
Thursday, August 30, 2007 2:29 PM - yg
Yes it worked perfectly!
Thank you very much~
Previous views: 244