How to open and arrange terminal windows automatically under CDE?


 
Thread Tools Search this Thread
Operating Systems Solaris How to open and arrange terminal windows automatically under CDE?
# 1  
Old 08-21-2009
How to open and arrange terminal windows automatically under CDE?

Hi, Is there a way to open and arrange terminal windows automatically under CDE? For example, I want to open and arrange terminal windows like this:

Code:
|------------|
| TW TW TW   |
| TW TW TW   |
| TW TW TW   |
|------------|

Thank you in advanced!

Last edited by DukeNuke2; 08-21-2009 at 04:23 PM..
# 2  
Old 08-21-2009
have a look at man page for xterm - look for -geometry option

something like:

Code:
xterm -geometry 90x60+0+0 -fg green -bg black -sb -sl 2000 -title "hello"

sounds like what you're after
# 3  
Old 08-21-2009
You might also have a look at the tile utility. Source code downloadable from here: ftp.unixdev.net:/pub/debian-udev/pool/main/t/tile/
# 4  
Old 08-21-2009
Simple, using style manager ( on the right of your CDE bottom menu bar )
click on it, then click on the startup key, choose return to home session, and click on "set home session"
# 5  
Old 08-21-2009
Thanks everyone for your info.

I've just found the desktop is not CDE. It is called ' Sun Jave Desktop System for Solaris". I couldn't find Style Manager here.

Any idea?
# 6  
Old 08-21-2009
Doesn't matter anyway. Neither CDE nor the Java Desktop System which is a customized Gnome desktop support the tiling feature you are looking for.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Vim help.txt automatically open every time I open vi

Hi Friends, Every I try to open a vi window, vim help.txt automatically opens evertime. After doing ZZ or :q! also the same page opens automatically. How to stop this? Is it machine specific ? Other users who are opening the same servers and files are not facing this issue. Thanks... (3 Replies)
Discussion started by: sudiptabhaskar
3 Replies

2. UNIX for Beginners Questions & Answers

Vim help.txt automatically open every time I open vi

Hi Friends, Every I try to open a vi window vim help.txt automatically opens evertime. After doing ZZ or :q! also the same page opens automatically. How to stop this? Is it machine specific ? Other users who are opening the same servers and files are not facing this issue. Thanks... (1 Reply)
Discussion started by: sudiptabhaskar
1 Replies

3. Shell Programming and Scripting

Open gnome-terminal with multi tabs and automatically run a script in each tab

Hi All , i am trying to create an alias to open a new gnome-terminal and run some commands in each tab & to have a specific name for each tab i am using csh , tried this command gnome-terminal --tab -t "s1" --tab -t "s2" --tab -t "s3" --tab -t "s4" it opened 4 tabs but the title didn't... (0 Replies)
Discussion started by: Assem
0 Replies

4. Linux

How to open a gnome-terminal in specific workspace and run script within it automatically upon login

OK this is a bit messy. I run Fedora with gnome on a compiz desktop, I have a script (userstart) that opens my 'standard' environment for all my machines when I login. userstart flips to a specific workspace and then opens the required applications in that workspace then flips to the next... (2 Replies)
Discussion started by: Bashingaway
2 Replies

5. Red Hat

How to open terminal automatically.

hi, I am using red hat .I want that when ever the user login in GUI interface the terminal windows automatically open and then the user want to logout it 1st close the terminal and then login. There is a file in #ls -a i.e .bashrc and .bash_logout I does not know how to add my... (0 Replies)
Discussion started by: mypass
0 Replies

6. HP-UX

CDE is not getting open

Hi , I have installed HP-UX OS installation, it remains in command prompt screen.I need to move to CDE for my work to be done. Can anybody help me reg this?? I am using HP-UX 11i V2. Also, how to disable the mail daemon option, bcoz its taking too much time while rebooting. ... (1 Reply)
Discussion started by: Jagadeesh BR
1 Replies

7. Shell Programming and Scripting

automatically open

Hi I am trying to write a script to automatically use a predefined program to open a file according to its extension... But I don't know how to pass "programeta" ... :confused: while ]; do case $1 in -pdf ) programeta="kpdf" shift 1 ;; ... (1 Reply)
Discussion started by: pau
1 Replies

8. UNIX for Dummies Questions & Answers

CDE login vs. X-windows

Hi, I'm new to the whole X-windows environment. Need help please.. Believe it or not- I have a licensed "Reflection". I use the XDMCP host, and I can see 4 servers there. 2 of the servers are aix servers: one is ver 4.3, the other one is ver 5. When I open a session to the aix4.3 a large... (2 Replies)
Discussion started by: sunbird
2 Replies
Login or Register to Ask a Question