- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE Desktop logins
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
02-11-2003 12:33 PM
02-11-2003 12:33 PM
CDE Desktop logins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 12:37 PM
02-11-2003 12:37 PM
Re: CDE Desktop logins
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 12:40 PM
02-11-2003 12:40 PM
Re: CDE Desktop logins
then copy an existing users home .dt dir
into the new users home dir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 12:42 PM
02-11-2003 12:42 PM
Re: CDE Desktop logins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 01:25 AM
02-12-2003 01:25 AM
Re: CDE Desktop logins
it will source customisations on a user basis first then look for system wide resources/defaults.
actions,colours etc can be set in a range of methods so without documentation it may not be so easy ....
my advise is create a new user, do they inherit the required customisations ? if yes all done ,if not we could infer that each user has relied on per user based customisations.
OK if this is the case :
log out of CDE, rm $HOME/.dt
try moving an existing users .dt dir in place (however I don't like the idea) , also check for the existence of a $HOME/.Xresources file, if one exists copy that over too then log into CDE ... result ?
If that fails try looking at xset -q and xrdb -q outputs but you will need to combine it with some knowledge of CDE/Xresources etc : I'd recommend the CDE sys Admin guide .... available on hp.docs ....
Or let us know what customisations you are after ... NB also look into the CDE style manager located on CDE's front panel ... looks like an artists pallette and acts like a gui front end to setting resources/ desktop preferences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 06:16 AM
02-13-2003 06:16 AM
Re: CDE Desktop logins
-greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 01:14 PM
02-13-2003 01:14 PM
Re: CDE Desktop logins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 01:19 AM
02-14-2003 01:19 AM
Re: CDE Desktop logins
a) set session to Resume current session, on exit ensure application is still running ... it will most likely be started upon login again = messy
b) create a shell script called sessionetc in $HOME/.dt/sessions/sessionetc
make it executable
add the command line to start you application eg
/opt/netscape/netscape &
exit CDE and test.
fyi you can also create a sessionexit which will run at CDE logout eg to kill your applications gracefully ?