- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tweaking xterm on-the-fly
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2005 08:54 PM
тАО02-24-2005 08:54 PM
tweaking xterm on-the-fly
basically i want a user to run a script in the xterm that will start another Xwindow and also make the original xterm convert into an icon ...as so to cleanup to CDE environment without losing this xterm (needed still)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2005 01:58 AM
тАО02-28-2005 01:58 AM
Re: tweaking xterm on-the-fly
Try the '-iconic' switch when starting the new xterm. This tells xterm to start as an icon, rather than as a window.
See: man xterm for more information.
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2005 02:01 AM
тАО02-28-2005 02:01 AM
Re: tweaking xterm on-the-fly
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 03:50 AM
тАО03-08-2005 03:50 AM
Re: tweaking xterm on-the-fly
pete, you mat be correct in that from within an existing xterm session is there no way to convert the window to an icon ...but i am still hoping someone knows how to tweak xterm characteristics after the xterm is executed (seems you can by using your mouse and the Ctrl key so i am thinking there is some x-commands out there that can do the same)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2005 05:42 AM
тАО03-09-2005 05:42 AM
Re: tweaking xterm on-the-fly
a window is actually controlled by the
window manager, which in your case is dtwm.
You will need to figure out how to get dtwm
to iconify or de-iconify the window. Perhaps
you can use dtaction or ttsnoop to send such
a message to dtwm. In a dtwmrc file the
function f.minimize iconifies a window
(see "man dtwmrc"). Perhaps there's a way
to call f.minimize programatically.