- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Standardizing the look of all user CDE Frontpanel
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 03:11 AM
10-24-2003 03:11 AM
One of the my user logins has a different frontpanel from the rest of the user logins. How do I make it to have the same icons and subpanels as other logins? Is there a a file or a group of files I can copy over to the user directory? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 03:33 AM
10-24-2003 03:33 AM
Re: Standardizing the look of all user CDE Frontpanel
Icons will be in the "./icons/C" directory. And menu/panel entries will be in the "./types/C" directory. You can also have a system wide dt resource file in /etc/dt/config/C/sys.dtwmrc.
These resources are are shared by all users.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 03:48 AM
10-24-2003 03:48 AM
Re: Standardizing the look of all user CDE Frontpanel
The situation is that one of my users (using login: user1) has one of frontpanel icons changed to something else. And not only there's a different icon, it's corresponding subpanel is different too. What we really want to do here is to make the user1 frontpanel and it's corresponding subpanel back to it's original state. The rest of the user logins happen to still have the original frontpanel. So I was thinking is there any files that I can copy from the rest of the users to restore user1's frontpanel (to it's original state)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 03:54 AM
10-24-2003 03:54 AM
Solutioncd ~user1
cd .dt
mv types save.types
mv icons save.icons
Then have the user restart their CDE session. The system files will now be in effect, since the user specific files are no longer overriding them.
BTW, I would recommended against deletion, in case something screws up. After you've verified everything, then you can remove the save.* directories.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 06:58 AM
10-24-2003 06:58 AM