Operating System - HP-UX
1830309 Members
1995 Online
110000 Solutions
New Discussion

how do i disable the menus in dtterm?

 
SOLVED
Go to solution
Alun  Territt
Advisor

how do i disable the menus in dtterm?

Hi Everyone,

I'd like to disable the pull-down menus that appear when I invoke dtterm.

Despite scanning the manual many times, I can't see how this is done.

Does anyone else know?

Paul Stuart
4 REPLIES 4
john kingsley
Honored Contributor
Solution

Re: how do i disable the menus in dtterm?

This is controlled by /usr/dt/app-defaults/C/Dtterm
Pete Randall
Outstanding Contributor

Re: how do i disable the menus in dtterm?

Paul,

As John reported, this is controlled by the "menuBar: false" resource in /usr/dt/app-defaults/C/Dtterm. To comply with normal CDE convention, you would copy this file to /etc/dt/app-defaults/C/Dtterm and edit it to uncomment the menuBar resource.


Pete

Pete
Steve Steel
Honored Contributor

Re: how do i disable the menus in dtterm?

Hi


Also try

Make if it does not exist

$home/.Xdefaults then add the following line to it:

Dtwm*dtterm*clientFunctions: -close


That should do it.

Make sure everyone can read it


Steve steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Alun  Territt
Advisor

Re: how do i disable the menus in dtterm?


Thanks, that works fine.

Regards.

Paul S