Home session of CDE 

Info 

Location 

They are saved in "~/.dt/sessions/home/" folder
The main file is  ~/.dt/sessions/home/dt.session

Update Each time when home session is updated, CDE will cp home to home.old 

(under ~/.dt/sessions) and create a new "home" folder.  So, link home to my
~/bin/tdat will not work.

-geometry 

The -geometry is only refered from top-left. When I changed them to -##, the
locations are weird.

Caution 

Always use command with absolute path for -cmd parameter.

vm command 

I still can't figure out how to make vm work. At least the following don't:

dtsmcmd -hints "-geometry 959x499+116+116 -state IconicState -workspaces \"ws0 \" -cmd \"ViewMan \"" -screen 0 -cmd "/bin/csh -c '/usr/atria/bin/cleartool setview -exec /clearlib/admin/tools/ViewMan.pl DEFAULT_VIEW'"
dtsmcmd -hints "-geometry 959x499+116+116 -state IconicState -workspaces \"ws0 \" -cmd \"ViewMan \"" -screen 0 -cmd "/bin/csh -c vm"

forget it!

Neither the command:

dtsmcmd -hints "-geometry 959x499+116+116 -state IconicState -workspaces \"ws0 \" -cmd \"ViewMan \"" -screen 0 -cmd "/bin/csh -c 'unsetenv PERL5LIB; /usr/atria/bin/cleartool setview -exec /clearlib/admin/tools/ViewMan.pl DEFAULT_VIEW'"

which proved to be working under bash.

documented on: 2000.03.04

netscape & emacs-server 

dtsmcmd -hints "-geometry 688x485+370+75 -state IconicState -workspaces \"ws0 ws1 ws2 ws3 \" -cmd \"/opt/corp/tools/netscape-4.72/bin/sparc-solaris2.6/netscape.unstripped -geometry 688x485+370+75 \"" -screen 0 -cmd "/opt/corp/tools/netscape-4.72/bin/sparc-solaris2.6/netscape.unstripped -geometry 688x485+370+75"
dtsmcmd -hints "-geometry 81x35+366+99 -state IconicState -workspaces \"ws0 ws1 ws2 ws3 \" -cmd \"emacs -f server-start \"" -screen 0 -cmd "emacs -f server-start"