Operating System - OpenVMS
1828576 Members
2326 Online
109982 Solutions
New Discussion

Re: DEC-Windows Setting for User

 

DEC-Windows Setting for User

Hello,
has anybody an Idea that i can set permanetly the X-Terminal Modus to the old Standard (DECWindows) explicit for specified User?
Not generell !!!
Normally i must switch over the Login Mask th the old Style.
6 REPLIES 6
Joseph Huber_1
Honored Contributor

Re: DEC-Windows Setting for User

In SYS$COMMON:[SYSMGR]DECW$PRIVATE_APPS_SETUP.COM
make a definition like that:
$ DECW$START_NEW_DESKTOP=="FALSE"

or the same symbol definition in DECW$DEFAULT_DESKTOP.COM

http://www.mpp.mpg.de/~huber
Joseph Huber_1
Honored Contributor

Re: DEC-Windows Setting for User

And to enable the definition on a specific node only, put it in SYS$SPECIFIC:[SYSMGR] instead of SYS$COMMON.
http://www.mpp.mpg.de/~huber

Re: DEC-Windows Setting for User

Hello Joseph,

Thank you for your Hints, but this i dont want to change.
I will change this for explicit User that i must not switch at the login screen.
Jan van den Ende
Honored Contributor

Re: DEC-Windows Setting for User

Manfred,

DECW$USER_DEFAULTS (by default pointing to SYS$LOGIN) is the directory where you put such files if they should only affect (a) specific user(s).

hth

Proost.

Have one on me.

jpe
Don't rust yours pelled jacker to fine doll missed aches.
Joseph Huber_1
Honored Contributor

Re: DEC-Windows Setting for User

I doubt it is possible to set per user.
Where should it be set ? In decw$login.com it is too late. It must be something known to login window, i.e. system-wide.
http://www.mpp.mpg.de/~huber
Rick Retterer
Respected Contributor

Re: DEC-Windows Setting for User

Manfred,
There currently is not a way to set the Decwindows "style" on a per-user basis.

You either have to set it to "Traditional Decwindows Motif" using the "Decw$start_new_desktop =="false" in DECW$PRIVATE_APPS_SETUP.COM file
or
each user will need to select the "Decwindows Motif" interface by 'clicking' on the "Options->Session->Decwindows" buttons at the Login Box before logging into the system.

Cheers,
Rick Retterer
- Rick Retterer