When I launch the "Applications Manager" program from the Workspace
menu. (i.e. Right click on the CDE desktop, then click "Applications,
Applications Manager" icon, a popup message appear:
The folder specification,
/var/dt/appconfig/appmanager/$DTUSERSESSION
does not exist.
How is /var/dt/appconfig/appmanager/$DTUSERSESSION normally created?
What should be its value?
This does not work:
$ export DTUSERSESSION=../../../../etc/passwd
$ cat /export/home/powah/.vnc/xstartup
#!/bin/sh
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
#vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
dtwm &