- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE: How do I change default color and screen ...
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
Forums
Discussions
Discussions
Discussions
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
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
05-01-2002 06:16 AM
05-01-2002 06:16 AM
I'd like to changed the default color and size for my terminal session when clicking on the terminal icon on the CDE desktop.
What files do I need to change?
jack...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 06:22 AM
05-01-2002 06:22 AM
Solutionvi $HOME/.Xdefaults and add ...
Dtterm*
eg :
Dtterm*foreground:Wheat
Dtterm*background:MidnightBlue
Dtterm*geometry: 80x24
..... for changes to take effect log out of cde then back in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 06:27 AM
05-01-2002 06:27 AM
Re: CDE: How do I change default color and screen size when starting terminal session from CDE task bar?
/usr/dt/bin/dtcreate
and add in "Command Field" something like,
dtterm -bg black
Then Save and drag and drop to your bar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 06:27 AM
05-01-2002 06:27 AM
Re: CDE: How do I change default color and screen size when starting terminal session from CDE task bar?
# dtterm -foreground red -background white -geometry 80x80
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 06:31 AM
05-01-2002 06:31 AM
Re: CDE: How do I change default color and screen size when starting terminal session from CDE task bar?
You can also go through 'style manager' from the cde tool bar and set your changes this way.
'style manager-color'
'style manager-font'
'style manager-window'
Then set your session to either 'resume current session' or set this session setup as your default session.
'style manager-startup'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2002 07:21 AM
05-01-2002 07:21 AM
Re: CDE: How do I change default color and screen size when starting terminal session from CDE task bar?
Jeff, I owe you a point. Just used the style manager and it also works great.
Thanks again...
jack...