Operating System - HP-UX
1832958 Members
3005 Online
110048 Solutions
New Discussion

Modifing the CDE Front Panel

 
SOLVED
Go to solution
Jim Butler
Valued Contributor

Modifing the CDE Front Panel

We have lost the "exit" icon and the "lock" on the CDE Front Panel. I need to find where that is defined, and put them back on the panel.

HP-UX 10.20 CDE
Thanks

Jim
Man The Bilge Pumps!
5 REPLIES 5
Steve Steel
Honored Contributor

Re: Modifing the CDE Front Panel

Hi


Try moving $HOME/.dt $HOME/.dtold when not in CDE and run it again . Then you have defaults


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Jim Butler
Valued Contributor

Re: Modifing the CDE Front Panel

Thanks, I knew that - I am looking for the area where the inlaid icons are located within the cde front panel.

Thanks
Man The Bilge Pumps!
Steve Steel
Honored Contributor
Solution

Re: Modifing the CDE Front Panel

Try

copying

/usr/dt/app-defaults/C/Dt

to

/etc/dt/app-defaults/C.

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Mike Stroyan
Honored Contributor

Re: Modifing the CDE Front Panel

The files and syntax are documented in "man dtfpfile".
The original definitions for the lock and exit controls are in /usr/dt/appconfig/types/C/dtwm.fp but they could be interfered with by other changes to the panel layout in other files.
Jim Butler
Valued Contributor

Re: Modifing the CDE Front Panel

Thanks to all.
Man The Bilge Pumps!